aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* Better naming and docsKirill Bulatov2020-08-111-2/+2
* Add rustdocsKirill Bulatov2020-08-111-0/+1
* Improve the ide diagnostics trait APIKirill Bulatov2020-08-111-2/+5
* Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-111-6/+1
* Make the fix AST source OptionalKirill Bulatov2020-08-111-14/+5
* Refactor the diagnosticsKirill Bulatov2020-08-111-14/+3
* Require source implementations for DiagnosticKirill Bulatov2020-08-111-5/+8
* Restore accidentally removed public methodKirill Bulatov2020-08-111-1/+6
* Better namingKirill Bulatov2020-08-111-3/+3
* Less stubsKirill Bulatov2020-08-111-7/+4
* Custom ranges for missing fieldsKirill Bulatov2020-08-111-2/+3
* Allow filtering diagnosticsJonas Schievink2020-07-241-3/+22
* Add a builder for DiagnosticSinkJonas Schievink2020-07-241-17/+26
* Use dynamic dispatch in AstDiagnosticLaurențiu Nicola2020-07-011-1/+1
* Simplify Diagnostic structureAleksey Kladov2020-04-171-2/+1
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-1/+1
* Don't expose impl details of SyntaxPtrAleksey Kladov2020-04-171-3/+1
* Rename Source -> InFileAleksey Kladov2019-11-281-2/+2
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-2/+2
* Move diagnostics to hir_expandAleksey Kladov2019-11-021-0/+85