aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/mod_resolution.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-2/+2
| | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate).
* Get rid of DefDatabase2Aleksey Kladov2019-11-231-2/+2
|
* Reduce visibilityAleksey Kladov2019-11-041-4/+8
|
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-2/+1
|
* move mod_resolution to hir_defAleksey Kladov2019-10-311-0/+77