aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/collector.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* add cacellation checks to expensive queriesAleksey Kladov2019-05-291-0/+1
|
* Use ItemOrMacro in item resolutionEdwin Cheng2019-05-261-58/+126
|
* Put back unexpaned_macros after resolveEdwin Cheng2019-05-261-0/+3
|
* add union to code_modelAleksey Kladov2019-05-231-1/+5
|
* store macro kind in HirFileIdAleksey Kladov2019-05-141-2/+2
|
* Sidestep two-phase borrow violation signaled by ↵Felix S. Klock II2019-04-291-2/+3
| | | | | | mutable_borrow_reservation_conflict. See rust-lang/rust#59159 for further information/discussion.
* Introduced resolve_macro_call on resolverLenard Pratt2019-04-231-1/+2
| | | | | | changed to manual expansion fix for nested macros
* Added macro resolution and expansionLenard Pratt2019-04-221-3/+5
|
* Change macro stack monitor test to func ptr basedEdwin Cheng2019-04-221-40/+25
|
* Add mbe expand limit and poision macro setEdwin Cheng2019-04-221-14/+172
|
* Fix bugsEdwin Cheng2019-04-201-4/+17
|
* more type safetyAleksey Kladov2019-03-261-11/+12
|
* strongy-typed ids for macrosAleksey Kladov2019-03-261-16/+8
|
* add typed idsAleksey Kladov2019-03-261-12/+10
|
* move source_id to a separate fileAleksey Kladov2019-03-261-2/+2
|
* store macro def inside macro idAleksey Kladov2019-03-261-62/+31
| | | | | | | | 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!
* cleanupAleksey Kladov2019-03-251-3/+6
|
* switch modules to new diagnosticsAleksey Kladov2019-03-251-34/+29
|
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-8/+5
|
* import resolution is immutableAleksey Kladov2019-03-191-1/+1
|
* remove fixmeAleksey Kladov2019-03-171-2/+1
|
* remove old macro supportAleksey Kladov2019-03-171-31/+45
|
* rename ModuleId -> CrateModuleIdAleksey Kladov2019-03-171-11/+11
|
* fix error on wrong pathAleksey Kladov2019-03-171-10/+14
|
* Reorganize name resolutionAleksey Kladov2019-03-171-0/+547