aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres
Commit message (Collapse)AuthorAgeFilesLines
...
| * allow rustfmt to reorder importsAleksey Kladov2019-07-043-23/+23
| | | | | | | | | | | | 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
* | Fixed request changesAlexander Andreev2019-07-031-2/+1
| |
* | Move resolve raw name in name.rsAlexander Andreev2019-07-032-9/+27
| | | | | | | | Added test for check module resolution with raw name
* | Added resolve submodules with raw nameAlexander Andreev2019-07-031-0/+9
|/ | | | #1211
* make sure that CrateDefMap is independent from syntaxAleksey Kladov2019-06-261-10/+7
|
* use single version of either in hirAleksey Kladov2019-06-102-34/+25
|
* remove some hacks from nameresolution for macrosAleksey Kladov2019-06-082-14/+37
|
* Fix clippy::identity_conversionAlan Du2019-06-042-2/+2
|
* add AstDatabaseAleksey Kladov2019-06-022-9/+15
|
* add tests for primitive typesAleksey Kladov2019-05-302-0/+25
|
* add built-in types to scopesAleksey Kladov2019-05-301-2/+2
|
* add cacellation checks to expensive queriesAleksey Kladov2019-05-291-0/+1
|
* Add Test for new item resolutionEdwin Cheng2019-05-262-2/+55
|
* 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-232-10/+15
|
* fix odrer-of-iteration bug in testsAleksey Kladov2019-05-211-4/+12
|
* sort hash maps for testsAleksey Kladov2019-05-213-210/+194
|
* expand to syntax nodeAleksey Kladov2019-05-141-2/+5
|
* store macro kind in HirFileIdAleksey Kladov2019-05-141-2/+2
|
* make AstId untypedAleksey Kladov2019-05-131-1/+4
|
* 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
|
* 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
|
* more realistic test for incrementalityAleksey Kladov2019-03-261-5/+22
|
* renameAleksey Kladov2019-03-261-12/+12
|
* more type safetyAleksey Kladov2019-03-262-29/+42
|
* strongy-typed ids for macrosAleksey Kladov2019-03-262-19/+11
|
* add typed idsAleksey Kladov2019-03-262-19/+16
|
* move source_id to a separate fileAleksey Kladov2019-03-262-3/+3
|
* reduce visibilityAleksey Kladov2019-03-261-23/+27
|
* store macro def inside macro idAleksey Kladov2019-03-263-101/+45
| | | | | | | | 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!
* move tests to where they belongAleksey Kladov2019-03-251-0/+1
|
* test diagnosticsAleksey Kladov2019-03-251-0/+18
|
* cleanupAleksey Kladov2019-03-251-3/+6
|
* switch modules to new diagnosticsAleksey Kladov2019-03-251-34/+29
|
* rename persistent hir database -> def databaseAleksey Kladov2019-03-232-14/+8
|
* 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-172-12/+12
|
* fix error on wrong pathAleksey Kladov2019-03-172-10/+40
|
* Reorganize name resolutionAleksey Kladov2019-03-179-416/+115
|
* remove lower moduleAleksey Kladov2019-03-173-188/+27
|