aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/tests
Commit message (Expand)AuthorAgeFilesLines
* move raw_items to hir_defAleksey Kladov2019-10-301-1/+1
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-141-1/+1
* simplify some testsAleksey Kladov2019-10-101-90/+24
* Refactor and fix some more edge cases around name resolutionAleksey Kladov2019-10-102-15/+114
* Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-0/+105
* fix module attr pathgfreezy2019-09-201-0/+31
* introduce FromSource traitEkaterina Babshukova2019-09-191-2/+10
* add macros with local_inner_macros argumentJasperDeSutter2019-09-121-0/+37
* Fix typouHOOCCOOHu2019-09-111-1/+1
* Make macro scope a real name scopeuHOOCCOOHu2019-09-091-10/+109
* Fix testuHOOCCOOHu2019-09-081-3/+0
* Rename `textual_macro` -> `legacy_macro`uHOOCCOOHu2019-09-081-1/+1
* Resolve textual scoped macros inside itemuHOOCCOOHu2019-09-081-1/+15
* Support textual scoped macrosuHOOCCOOHu2019-09-081-0/+91
* don't cycle when processing macros from prelude in preludeAleksey Kladov2019-09-071-0/+29
* Merge #1771bors[bot]2019-09-051-3/+60
|\
| * Hoist macros from extern crate with macro_useuHOOCCOOHu2019-09-051-3/+3
| * Consider prelude to be `macro_use`uHOOCCOOHu2019-09-051-0/+57
* | rename test file to match impl fileAleksey Kladov2019-09-051-0/+0
|/
* Fix typouHOOCCOOHu2019-09-051-2/+2
* Let `macro_use` bypass module scopeuHOOCCOOHu2019-09-051-15/+14
* Fix import strategy of `macro_use` and its testuHOOCCOOHu2019-09-021-0/+10
* Add testuHOOCCOOHu2019-08-311-5/+50
* :arrow_up: instaAleksey Kladov2019-08-294-37/+37
* Resolve out of line modules inside inline module with attribute pathAlexander Andreev2019-08-031-13/+1
* Added resolve modules inside inline moduleAlexander Andreev2019-07-291-15/+38
* Fixed request commentsAlexander Andreev2019-07-141-59/+59
* More resolution modules with attribute pathAlexander Andreev2019-07-131-0/+505
* Moved module resolution test in mods.rsAlexander Andreev2019-07-071-0/+192
* remove some hacks from nameresolution for macrosAleksey Kladov2019-06-081-4/+9
* add tests for primitive typesAleksey Kladov2019-05-301-0/+24
* add built-in types to scopesAleksey Kladov2019-05-301-2/+2
* Add Test for new item resolutionEdwin Cheng2019-05-261-0/+40
* sort hash maps for testsAleksey Kladov2019-05-212-65/+65
* more realistic test for incrementalityAleksey Kladov2019-03-261-5/+22
* store macro def inside macro idAleksey Kladov2019-03-261-15/+8
* Reorganize name resolutionAleksey Kladov2019-03-173-0/+335