rust/crates/hir/src
Jonas Schievink 6750c11df3 Rename a few crate_def_maps to def_map
These could all be block `DefMap`s instead of crate-level `DefMap`s
2021-03-07 00:20:13 +01:00
..
semantics Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
attrs.rs Fix broken link in intra-doc 2021-01-22 20:06:45 +09:00
code_model.rs Rename a few crate_def_maps to def_map 2021-03-07 00:20:13 +01:00
db.rs Add name resolution query for block expressions 2021-01-21 15:22:17 +01:00
diagnostics.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
from_id.rs Wrap BuiltinType in code model 2021-02-11 19:52:33 +01:00
has_source.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
lib.rs Show docs on hover for keywords and primitives 2021-03-02 14:41:01 +01:00
semantics.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
source_analyzer.rs Inline TypeCtor into Ty 2021-02-28 19:13:37 +01:00