aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/raw.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-311-2/+11
|
* remove ast::*Kind from hirAleksey Kladov2019-08-191-12/+12
|
* Resolve out of line modules inside inline module with attribute pathAlexander Andreev2019-08-031-3/+14
| | | | | Fixed #1510 Fixed #1529
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-26/+26
|
* Added extract path attribute for current moduleAlexander Andreev2019-07-061-3/+19
| | | | #1211
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+9
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::identity_conversionAlan Du2019-06-041-1/+1
|
* add AstDatabaseAleksey Kladov2019-06-021-3/+6
|
* add union to code_modelAleksey Kladov2019-05-231-9/+10
|
* expand to syntax nodeAleksey Kladov2019-05-141-2/+5
|
* make AstId untypedAleksey Kladov2019-05-131-1/+4
|
* use either for usesAleksey Kladov2019-04-101-27/+6
|
* always produce source for importAleksey Kladov2019-04-021-17/+52
|
* fix a panic with glob-import missing a source mapAleksey Kladov2019-04-021-9/+7
|
* renameAleksey Kladov2019-03-261-12/+12
|
* more type safetyAleksey Kladov2019-03-261-18/+30
|
* strongy-typed ids for macrosAleksey Kladov2019-03-261-3/+3
|
* add typed idsAleksey Kladov2019-03-261-7/+6
|
* move source_id to a separate fileAleksey Kladov2019-03-261-1/+1
|
* reduce visibilityAleksey Kladov2019-03-261-23/+27
|
* store macro def inside macro idAleksey Kladov2019-03-261-24/+6
| | | | | | | | 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!
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-6/+3
|
* Reorganize name resolutionAleksey Kladov2019-03-171-0/+322