aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_arenaAleksey Kladov2020-08-121-1/+1
* Refactor the diagnosticsKirill Bulatov2020-08-111-6/+6
* Fix another missing fields diagnosticsKirill Bulatov2020-08-112-5/+8
* Custom ranges for missing fieldsKirill Bulatov2020-08-111-0/+1
* Account for static mut in missing unsafe diagnosticPaul Daniel Faria2020-08-071-3/+35
* Allign RecordPat with RecordExprAleksey Kladov2020-07-311-1/+1
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-2/+2
* Mismatched arg count works for lambdasAleksey Kladov2020-07-171-9/+29
* Align CallableDefId naming with other idsAleksey Kladov2020-07-161-2/+2
* Thread varargs through r-aJonas Schievink2020-07-141-0/+30
* ItemTree: Lower tuple types despite invalid typeJonas Schievink2020-07-141-0/+23
* Refactor the test of diagnostic testsAleksey Kladov2020-07-143-2/+52
* Allow multiline annotationsAleksey Kladov2020-07-141-0/+2
* Compress match checking testsAleksey Kladov2020-07-141-1149/+412
* Data-driven diagnostics testsAleksey Kladov2020-07-141-99/+70
* Reduce visibilityAleksey Kladov2020-07-141-85/+83
* Cleanup hir diagnostics APIAleksey Kladov2020-07-142-24/+27
* Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-143-0/+2799