aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/find_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-5/+5
|
* Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-251-19/+8
| | | | | `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId`
* Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-221-5/+5
|
* DefMap: hide remaining crate-visible fieldsJonas Schievink2021-01-201-2/+2
|
* Make public DefMap fields privateJonas Schievink2021-01-201-7/+7
|
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-2/+2
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-24/+24
|
* Add test makrAleksey Kladov2020-10-061-0/+2
|
* Make find_path_prefixed configurableLukas Wirth2020-10-051-109/+138
|
* Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-43/+127
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+687