aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres
Commit message (Expand)AuthorAgeFilesLines
* For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-281-33/+48
* Restrict visibilities to the containing DefMapJonas Schievink2021-02-281-4/+17
* is_visible_from_def_map: handle block expressionsJonas Schievink2021-02-231-2/+2
* Fix resolution of `self` module within blocksJonas Schievink2021-02-051-1/+9
* Fix merging of `segment_index` in path resolutionJonas Schievink2021-02-051-2/+5
* Make `ModPath`'s representation privateJonas Schievink2021-02-042-12/+12
* Don't keep the parent DefMap alive via ArcJonas Schievink2021-02-043-13/+23
* Use body lowering for block_def_map testsJonas Schievink2021-02-032-252/+2
* Fix resolution of `crate` paths from within blocksJonas Schievink2021-02-021-2/+2
* Use the right `DefMap` when looking up modulesJonas Schievink2021-02-022-2/+16
* Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-022-2/+252
* Use body lowering for block_def_map testsJonas Schievink2021-02-012-252/+2
* Honor #![macro_use] in mod source filesLukas Wirth2021-01-312-8/+23
* Fix incorrect `FileId` and remove broken shortcutJonas Schievink2021-01-281-7/+6
* block_def_map: add a few macro testsJonas Schievink2021-01-281-0/+63
* Update `original_module` when ascending `DefMap`sJonas Schievink2021-01-281-2/+5
* Fix legacy macro resolution in block expressionsJonas Schievink2021-01-271-1/+4
* Traverse parent DefMap for `super` pathsJonas Schievink2021-01-252-9/+54
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-252-11/+55
* Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-252-35/+16
* Merge #7391bors[bot]2021-01-232-0/+24
|\
| * Add mark::check! and mark::hit!kazatsuyu2021-01-222-0/+2
| * cargo fmtkazatsuyu2021-01-221-2/+3
| * Fix error when using "extern crate self as"kazatsuyu2021-01-222-0/+21
* | Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-222-3/+3
|/
* Remove unnecessary annotations from testsJonas Schievink2021-01-211-4/+0
* Add test for nameres in nested blocksJonas Schievink2021-01-211-0/+29
* Add test that merges inner and outer namesJonas Schievink2021-01-211-0/+25
* Fall back to parent DefMaps when resolving pathsJonas Schievink2021-01-211-0/+37
* Add name resolution query for block expressionsJonas Schievink2021-01-213-17/+108
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-183-10/+10
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Fixed typos in code commentsVincent Esche2021-01-091-4/+4
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-2/+2
* Emit diagnostics for unresolved item-level macrosJonas Schievink2021-01-051-1/+32
* Fixed old failed test due to new fixesEdwin Cheng2020-12-281-2/+2
* Don't think that /submod.rs is /mod.rsAleksey Kladov2020-12-231-1/+1
* fixture -> ra_fixtureJonas Schievink2020-12-192-4/+4
* Test paths to derive macrosJonas Schievink2020-12-191-2/+2
* More accurate `#[derive]` parsingJonas Schievink2020-12-191-14/+14
* Merge #6935bors[bot]2020-12-181-5/+26
|\
| * Don't look at attributes when lowering to ItemTreeJonas Schievink2020-12-181-5/+26
* | Hit a markJonas Schievink2020-12-181-0/+2
* | Add testJonas Schievink2020-12-181-0/+16
|/
* Refactor attributes API to allow handling cfg_attrJonas Schievink2020-12-181-19/+29
* Avoid querying attributes in item tree loweringJonas Schievink2020-12-161-8/+26
* Make macro def krate mandatoryJonas Schievink2020-12-152-13/+36
* Basic support for decl macros 2.0Jonas Schievink2020-12-151-1/+28
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-37/+28
* Introduce anchored_pathAleksey Kladov2020-12-091-2/+3