rust-analyzer/crates/hir/src
Jonas Schievink 5c241b0766 Create all ModuleIds through a DefMap method
`ModuleId` needs to be able to represent blocks, and only the
associated `DefMap` will know how to construct that `ModuleId`
2021-01-25 15:21:33 +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 Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
db.rs Add name resolution query for block expressions 2021-01-21 15:22:17 +01:00
diagnostics.rs Implement fix, add tests 2021-01-23 07:40:25 +00:00
from_id.rs Fixed typos in code comments 2021-01-09 15:41:29 +01:00
has_source.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
lib.rs Impl HasAttrs for GenericParam 2021-01-02 00:44:59 +01:00
semantics.rs Show const params in completions 2021-01-19 20:06:39 +01:00
source_analyzer.rs Add ConstParams to the HIR 2021-01-01 10:06:42 +01:00