aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres
Commit message (Expand)AuthorAgeFilesLines
* Introduce anchored_pathAleksey Kladov2020-12-091-2/+3
* Escape string literals in Attr::from_srcLukas Wirth2020-12-081-1/+1
* Don't discard PathKind::Abs information in lower_use::convert_pathLukas Wirth2020-12-021-0/+21
* Publish diagnostics for macro expansion errorsJonas Schievink2020-11-271-2/+25
* Don't store `SyntaxNodePtr` in `CrateDefMap`Jonas Schievink2020-11-261-4/+2
* Test def map invalidation with #[cfg] below changeJonas Schievink2020-11-261-0/+6
* Don't stack overflow on circular modulesAleksey Kladov2020-11-044-18/+62
* Merge #6435bors[bot]2020-11-031-2/+15
|\
| * Feedback.James Leitch2020-11-021-1/+1
| * Test Fixture ExplicitRoot + ModuleResolutionRelativePathOutsideRoot.James Leitch2020-11-021-2/+15
* | Deny unreachable-pubAleksey Kladov2020-11-021-7/+7
* | Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22
|/
* Diagnose #[cfg]s in bodiesJonas Schievink2020-10-231-33/+1
* Emit better #[cfg] diagnosticsJonas Schievink2020-10-222-12/+39
* Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-201-0/+13
* Account for proc macro helpers when parsing attrJonas Schievink2020-10-052-1/+9
* Add more comments about proc macro resolutionJonas Schievink2020-09-281-0/+20
* Reduce visibility of non-proc-macrosJonas Schievink2020-09-182-0/+60
* Remove obsolete proc macro collection codeJonas Schievink2020-09-181-19/+0
* Use hir_def to resolve proc macrosJonas Schievink2020-09-181-2/+48
* Add testJonas Schievink2020-09-181-0/+32
* Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-1/+1
* Invert condition to unindent codeJonas Schievink2020-09-181-158/+157
* Give `ExternCrate` a `Name`, not a `ModPath`Jonas Schievink2020-09-171-10/+7
* Don't diagnose imports whose base crate is missingJonas Schievink2020-09-172-17/+64
* Add annotation-based nameres diagnostic testsJonas Schievink2020-09-163-38/+108
* Track import sources and emit diagnosticsJonas Schievink2020-09-162-21/+60
* Leave extern crate items unresolved if they areJonas Schievink2020-09-161-1/+5
* Add diagnostic types for unresolved crates/importsJonas Schievink2020-09-161-7/+5
* Support extern typesJonas Schievink2020-08-241-0/+2
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-139-0/+4365