aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/collector.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add MacroDefKindEdwin Cheng2019-11-111-8/+7
|
* Add basic bultin macro infrastructureEdwin Cheng2019-11-111-3/+25
|
* Extract path resolution submoduleAleksey Kladov2019-11-081-2/+2
|
* SimplifyAleksey Kladov2019-11-081-1/+5
| | | | | There's only one call-site for the function, so it seems fine to inline
* Restore crate_def_map marksAleksey Kladov2019-11-031-8/+7
|
* Introduce ra_db::fixture fixture moduleAleksey Kladov2019-11-031-10/+10
| | | | The goal here is to share more testing infrastructure between crates.
* Move CrateDefMap to hir_defAleksey Kladov2019-11-031-0/+845