aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/tests/incremental.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move CrateDefMap to hir_defAleksey Kladov2019-11-031-4/+3
|
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-141-1/+1
|
* introduce FromSource traitEkaterina Babshukova2019-09-191-2/+10
|
* add built-in types to scopesAleksey Kladov2019-05-301-2/+2
|
* more realistic test for incrementalityAleksey Kladov2019-03-261-5/+22
|
* store macro def inside macro idAleksey Kladov2019-03-261-15/+8
| | | | | | | | This solves the problem of "macro expansion can't call into name resolution, because name resolution calls back into macro expansion" Because we store macro def as a part of call id, macro expansion just knows the def!
* Reorganize name resolutionAleksey Kladov2019-03-171-0/+123