aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/raw.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-021-10/+11
|
* Pass attributes as token tree to DefCollectoruHOOCCOOHu2019-10-021-10/+42
|
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-3/+2
|\ | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs
| * Fix API of AttruHOOCCOOHu2019-09-301-3/+2
| |
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/ | | | #1856
* FixuHOOCCOOHu2019-09-271-1/+1
|
* Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-15/+26
|
* Remove redundant clone()Shotaro Yamada2019-09-251-4/+1
|
* add macros with local_inner_macros argumentJasperDeSutter2019-09-121-1/+3
|
* cleanup expansion to item listAleksey Kladov2019-09-101-1/+3
|
* Support textual scoped macrosuHOOCCOOHu2019-09-081-2/+10
|
* cleanup hir db importsAleksey Kladov2019-09-081-2/+2
|
* 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