aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
* Add LifetimeParam resolving to SemanticsLukas Wirth2020-12-143-26/+33
* Ignore lifetime params in substitutionsLukas Wirth2020-12-131-1/+4
* Merge #6818bors[bot]2020-12-127-46/+118
|\
| * Add Lifetimes to the HIRLukas Wirth2020-12-117-46/+118
* | Use Attrs::docs in NavigationTarget instead of DocCommentsOwnerLukas Wirth2020-12-111-1/+1
* | Merge #6834bors[bot]2020-12-111-3/+3
|\ \
| * | Use Attrs::docs in runnables instead of DocCommentsOwnerLukas Wirth2020-12-111-3/+3
| |/
* | Add upstream commit to builtin_attr.rsJonas Schievink2020-12-111-0/+2
* | Add builtin attributes for use in nameresJonas Schievink2020-12-112-0/+429
|/
* Remove item tree testsJonas Schievink2020-12-102-441/+0
* Ignore extern items in incorrect-case checkJonas Schievink2020-12-103-5/+17
* Introduce anchored_pathAleksey Kladov2020-12-092-5/+6
* Merge #6771bors[bot]2020-12-091-5/+47
|\
| * Properly fetch inner and outer docs on hir-levelLukas Wirth2020-12-091-17/+25
| * Properly fetch inner and outer attributes on hir-levelLukas Wirth2020-12-081-5/+39
* | Merge #6774bors[bot]2020-12-091-2/+2
|\ \
| * | Properly decrement recursion count in ExpanderLukas Wirth2020-12-091-2/+2
| |/
* | Use `original_file_range` in `TestDB`Jonas Schievink2020-12-081-9/+3
* | Add test for `$crate` in builtin macrosJonas Schievink2020-12-081-0/+28
* | Handle macros in `TestDB::check_diagnostics`Jonas Schievink2020-12-081-2/+9
|/
* Escape string literals in Attr::from_srcLukas Wirth2020-12-082-12/+6
* Replace Arc<[str]> with String in attr::DocumentationLukas Wirth2020-12-071-2/+2
* Keep doc attribute orderLukas Wirth2020-12-071-14/+26
* Remove raw pre and suffixes from string attr literalsLukas Wirth2020-12-071-2/+5
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-073-83/+22
* Remove documentation queryLukas Wirth2020-12-073-51/+19
* Don't insert blank lines between doc attributesLukas Wirth2020-12-071-11/+11
* Make `compile_error!` message match upstream rustcJonas Schievink2020-12-031-1/+1
* Fix proc macro token mappingJonas Schievink2020-12-031-2/+2
* Make `compile_error!` lazy and emit a diagnosticJonas Schievink2020-12-031-0/+6
* Give better diagnostic if `OUT_DIR` is unsetJonas Schievink2020-12-031-0/+3
* Update/Fix testsJonas Schievink2020-12-031-4/+15
* Propagate eager expansion errorsJonas Schievink2020-12-032-17/+54
* Test macro diagnostics in body loweringJonas Schievink2020-12-021-0/+41
* Merge #6698bors[bot]2020-12-021-2/+5
|\
| * Attach macro expansion errors to the right fileJonas Schievink2020-12-021-2/+5
* | Merge #6697bors[bot]2020-12-022-1/+22
|\ \ | |/ |/|
| * Don't discard PathKind::Abs information in lower_use::convert_pathLukas Wirth2020-12-022-1/+22
* | Emit unresolved proc macro errorsJonas Schievink2020-12-012-9/+28
* | Emit macro diagnostics when lowering bodiesJonas Schievink2020-11-304-27/+68
|/
* More accurately place proc-macro diagnosticJonas Schievink2020-11-272-4/+42
* Publish diagnostics for macro expansion errorsJonas Schievink2020-11-273-4/+137
* Don't store `SyntaxNodePtr` in `CrateDefMap`Jonas Schievink2020-11-262-8/+7
* Test def map invalidation with #[cfg] below changeJonas Schievink2020-11-261-0/+6
* Improve autoimports on completion speedKirill Bulatov2020-11-241-5/+77
* Cleanup APIAleksey Kladov2020-11-061-10/+11
* 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