aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/crate_def_map/raw.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace module_tree with CrateDefMapAleksey Kladov2019-03-171-20/+31
|
* add name resolution from the old implAleksey Kladov2019-03-171-20/+10
| | | | unlike the old impl, this also handles macro imports across crates
* add skeleton for macro-aware name resolutionsAleksey Kladov2019-03-171-0/+278