aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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