aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Correctly pluralize messageJonas Schievink2020-07-091-1/+2
|
* Add argument count mismatch diagnosticJonas Schievink2020-07-091-0/+29
|
* Use dynamic dispatch in AstDiagnosticLaurențiu Nicola2020-07-011-5/+5
|
* Address review comments, have MissingUnsafe diagnostic point to each unsafe ↵Paul Daniel Faria2020-06-271-9/+6
| | | | use, update tests
* Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysisPaul Daniel Faria2020-06-271-29/+4
|
* Move diagnostics back into expr, add tests for diagnostics, fix logic to ↵Paul Daniel Faria2020-06-271-9/+7
| | | | account for derefs of raw ptrs
* Add unsafe diagnostics and unsafe highlightingPaul Daniel Faria2020-06-271-0/+58
|
* Add quickfix to add a struct fieldTimo Freiberg2020-06-121-1/+11
|
* Fixed missing newline on each field on "Missing structure fields".Cadu2020-05-271-2/+2
|
* Add diagnostic for break outside of loopFlorian Diebold2020-05-081-0/+28
|
* Simplify Diagnostic structureAleksey Kladov2020-04-171-23/+1
| | | | | | It's not entirely clear what subnode ranges should mean in the presence of macros, so let's leave them out for now. We are not using them heavily anyway.
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-11/+11
| | | | closes #2799
* Don't expose impl details of SyntaxPtrAleksey Kladov2020-04-171-1/+23
|
* Forward compatAleksey Kladov2020-04-101-5/+5
|
* add record pat missing field diagnosticJosh Mcguigan2020-04-101-0/+23
|
* missing match arms diagnostic change source to match expressionJosh Mcguigan2020-04-071-1/+2
|
* missing match arms diagnosticJosh Mcguigan2020-04-071-1/+19
|
* Remove some unwrapsAleksey Kladov2020-03-281-4/+4
|
* More manual clippy fixesKirill Bulatov2020-02-181-1/+1
|
* Rename Source -> InFileAleksey Kladov2019-11-281-7/+7
|
* Move TyAleksey Kladov2019-11-271-0/+91