aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres
Commit message (Collapse)AuthorAgeFilesLines
* remove ast::*Kind from hirAleksey Kladov2019-08-191-12/+12
|
* Resolve out of line modules inside inline module with attribute pathAlexander Andreev2019-08-033-28/+70
| | | | | Fixed #1510 Fixed #1529
* Fixed request changes.Alexander Andreev2019-07-291-9/+19
|
* Added resolve modules inside inline moduleAlexander Andreev2019-07-292-54/+147
| | | | #1510
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-26/+26
|
* Fixed request commentsAlexander Andreev2019-07-142-66/+72
|
* Fixed commentsAlexander Andreev2019-07-131-2/+2
|
* More resolution modules with attribute pathAlexander Andreev2019-07-132-4/+521
| | | | #1211
* cargo formatMuhammad Mominul Huque2019-07-071-2/+2
|
* Constify KnownName'sMuhammad Mominul Huque2019-07-071-2/+3
|
* Moved module resolution test in mods.rsAlexander Andreev2019-07-072-191/+193
|
* Added support attribute path in resolusion module fnAlexander Andreev2019-07-062-5/+119
|
* Added extract path attribute for current moduleAlexander Andreev2019-07-062-5/+21
| | | | #1211
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-9/+5
|
* Merge #1486bors[bot]2019-07-043-23/+23
|\ | | | | | | | | | | | | | | 1486: allow rustfmt to reorder imports r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * 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
|