aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/collector.rs
Commit message (Expand)AuthorAgeFilesLines
* Let `macro_use` bypass module scopeuHOOCCOOHu2019-09-051-20/+38
* Fix import strategy of `macro_use` and its testuHOOCCOOHu2019-09-021-9/+12
* Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-311-0/+17
* Resolve out of line modules inside inline module with attribute pathAlexander Andreev2019-08-031-12/+55
* Fixed request changes.Alexander Andreev2019-07-291-9/+19
* Added resolve modules inside inline moduleAlexander Andreev2019-07-291-39/+109
* Fixed request commentsAlexander Andreev2019-07-141-7/+13
* Fixed commentsAlexander Andreev2019-07-131-2/+2
* More resolution modules with attribute pathAlexander Andreev2019-07-131-4/+16
* cargo formatMuhammad Mominul Huque2019-07-071-2/+2
* Constify KnownName'sMuhammad Mominul Huque2019-07-071-2/+3
* Added support attribute path in resolusion module fnAlexander Andreev2019-07-061-5/+24
* Added extract path attribute for current moduleAlexander Andreev2019-07-061-2/+2
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-9/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-14/+11
* make sure that CrateDefMap is independent from syntaxAleksey Kladov2019-06-261-10/+7
* use single version of either in hirAleksey Kladov2019-06-101-26/+20
* remove some hacks from nameresolution for macrosAleksey Kladov2019-06-081-10/+28
* Fix clippy::identity_conversionAlan Du2019-06-041-1/+1
* add AstDatabaseAleksey Kladov2019-06-021-6/+9
* 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 mutable_borrow_reservation_co...Felix S. Klock II2019-04-291-2/+3
* Introduced resolve_macro_call on resolverLenard Pratt2019-04-231-1/+2
* 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
* 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