aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove more unreachable pubsAleksey Kladov2020-11-021-2/+2
* | Deny unreachable-pubAleksey Kladov2020-11-024-20/+20
* | Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22
|/
* Fix name of InactiveCode diagnosticJonas Schievink2020-10-231-1/+1
* Diagnose #[cfg]s in bodiesJonas Schievink2020-10-237-94/+213
* Merge #6324bors[bot]2020-10-235-23/+75
|\
| * Use format_toJonas Schievink2020-10-231-4/+3
| * Emit better #[cfg] diagnosticsJonas Schievink2020-10-225-21/+74
* | Merge #6307bors[bot]2020-10-211-2/+45
|\ \ | |/ |/|
| * Refactor is_intrinsic_fn_unsafe() and make it privateFrancesco Zardi2020-10-211-39/+42
| * Move safe intrinsic testsFrancesco Zardi2020-10-211-20/+0
| * Add whitelist of safe intrinsicsFrancesco Zardi2020-10-212-2/+62
* | More detailed messageJonas Schievink2020-10-201-1/+1
* | Rename UnconfiguredCode -> InactiveCodeJonas Schievink2020-10-202-4/+4
* | Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-204-1/+70
* | Rename declaration_name -> display_nameAleksey Kladov2020-10-202-8/+4
* | Add descriptions for diagnostics parseable by xtaskIgor Aleksanov2020-10-191-0/+9
|/
* Improve readabilityAleksey Kladov2020-10-171-2/+4
*-. Merge #6130 #6135bors[bot]2020-10-121-0/+6
|\ \
| * | Remove previously added parameter names from the function dataIgor Aleksanov2020-10-123-18/+0
| * | Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+6
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-123-0/+18
* | | Merge #6199bors[bot]2020-10-121-1/+4
|\ \ \ | |/ / |/| |
| * | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+4
| |/
* | Merge #5917bors[bot]2020-10-124-12/+18
|\ \
| * | Update tests for new function fieldZac Pullar-Strecker2020-10-081-12/+12