aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-444/+0
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-2/+2
* Rename ra_prof -> profileAleksey Kladov2020-08-121-2/+1
* Better naming and docsKirill Bulatov2020-08-111-19/+20
* Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-111-29/+2
* Make the fix AST source OptionalKirill Bulatov2020-08-111-13/+13
* Refactor the diagnosticsKirill Bulatov2020-08-111-59/+38
* Require source implementations for DiagnosticKirill Bulatov2020-08-111-6/+6
* Restore accidentally removed public methodKirill Bulatov2020-08-111-9/+5
* Fix another missing fields diagnosticsKirill Bulatov2020-08-111-39/+11
* Better namingKirill Bulatov2020-08-111-30/+25
* Less stubsKirill Bulatov2020-08-111-17/+21
* Custom ranges for missing fieldsKirill Bulatov2020-08-111-4/+48
* Allign RecordPat with RecordExprAleksey Kladov2020-07-311-1/+1
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-6/+6
* Mark MismatchedArgCount as experimentalJonas Schievink2020-07-241-0/+3
* Add a builder for DiagnosticSinkJonas Schievink2020-07-241-2/+2
* Refactor the test of diagnostic testsAleksey Kladov2020-07-141-16/+224
* Allow multiline annotationsAleksey Kladov2020-07-141-2/+1
* Compress match checking testsAleksey Kladov2020-07-141-1/+4
* Data-driven diagnostics testsAleksey Kladov2020-07-141-0/+22
* Cleanup visibilityAleksey Kladov2020-07-141-5/+6
* Cleanup hir diagnostics APIAleksey Kladov2020-07-141-1/+14
* Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-141-0/+3
* 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 u...Paul Daniel Faria2020-06-271-9/+6
* 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 acco...Paul Daniel Faria2020-06-271-9/+7
* 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
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-11/+11
* 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