aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/item_scope.rs
Commit message (Collapse)AuthorAgeFilesLines
* Handle attribute macros in `descend_into_macros`Jonas Schievink2021-06-061-2/+15
|
* Collect trait impls inside unnamed constsJonas Schievink2021-04-071-0/+4
|
* nameres: collect unnamed constsJonas Schievink2021-04-071-1/+8
|
* Use exhaustive matches in shrink_to_fit implsJonas Schievink2021-04-041-8/+19
|
* Use shrink_to_fit to reduce DefMap sizesJonas Schievink2021-04-031-0/+11
|
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-1/+1
|
* Remove `item_scope` field from `Body`Jonas Schievink2021-03-091-31/+0
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-2/+1
|
* Fix `find_path` when inner items are presentJonas Schievink2021-03-011-16/+6
|
* Split out ItemScope::dump from DefMap::dumpJonas Schievink2021-02-031-0/+25
|
* SimplifyKirill Bulatov2021-01-041-14/+1
|
* Properly check assoc items lookupKirill Bulatov2021-01-041-1/+13
|
* Make macro def krate mandatoryJonas Schievink2020-12-151-1/+1
| | | | Refactors builtin derive support to go through proper name resolution
* Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+6
|
* Simplify iterator chainJonas Schievink2020-09-281-5/+2
|
* Reduce visibility of non-proc-macrosJonas Schievink2020-09-181-0/+25
| | | | | proc-macro crates only export proc-macros, but currently other items are also considered public (and show up in completion)
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+341