aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/path_resolution.rs
Commit message (Collapse)AuthorAgeFilesLines
* Traverse parent DefMap for `super` pathsJonas Schievink2021-01-251-9/+28
|
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-251-2/+2
|
* Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-251-18/+6
| | | | | `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId`
* Merge #7391bors[bot]2021-01-231-0/+8
|\ | | | | | | | | | | | | | | 7391: Fix error when using "extern crate self as" r=kazatsuyu a=kazatsuyu Fix #6957 Co-authored-by: kazatsuyu <[email protected]>
| * Add mark::check! and mark::hit!kazatsuyu2021-01-221-0/+1
| |
| * cargo fmtkazatsuyu2021-01-221-2/+3
| |
| * Fix error when using "extern crate self as"kazatsuyu2021-01-221-0/+6
| |
* | Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-221-2/+2
|/
* Fall back to parent DefMaps when resolving pathsJonas Schievink2021-01-211-0/+37
|
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-2/+2
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+330