aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify Diagnostic structureAleksey Kladov2020-04-171-2/+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-1/+1
| | | | closes #2799
* 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