aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge #1031bors[bot]2019-03-231-1/+6
|\ | | | | | | | | | | | | | | | | | | 1031: Move most things out of ra_ide_api_light r=matklad a=detrumi This moves everything except `structure` out of `ra_ide_api_light`. So this PR and #1019 finish up #1009, whichever is merged last should probably remove the `ra_ide_api_light` crate. Also, `LocalEdit` was removed since it wasn't used any more. Co-authored-by: Wilco Kusee <[email protected]>
| * Move highlighting and matching_braceWilco Kusee2019-03-231-1/+6
| |
* | remove obsolete diagnosticAleksey Kladov2019-03-231-21/+0
|/
* cleanupAleksey Kladov2019-03-211-68/+73
|
* move diagnostics to ide_apiAleksey Kladov2019-03-211-10/+250
|
* reformat the worldAleksey Kladov2019-02-081-8/+4
|
* diagnostics is now a functionAleksey Kladov2019-02-081-62/+60
|
* move diagnostics to a separate fileAleksey Kladov2019-02-081-0/+71