aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy::useless_formatAlan Du2019-06-041-2/+2
|
* fix todoAleksey Kladov2019-05-281-3/+0
|
* fix typos in mbe testsAleksey Kladov2019-05-281-20/+19
|
* :arrow_up: rustcAleksey Kladov2019-05-231-22/+24
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-4/+2
|
* make AstId untypedAleksey Kladov2019-05-131-3/+3
|
* fill struct fields diagnosticSergey Parilin2019-05-061-1/+122
|
* Profile diagnostics.Marco Groppo2019-05-051-0/+2
|
* switch to new rowanAleksey Kladov2019-04-011-2/+4
|
* move tests to where they belongAleksey Kladov2019-03-251-0/+31
|
* simplifyAleksey Kladov2019-03-251-6/+1
|
* tweak diagnostics APIAleksey Kladov2019-03-251-2/+2
|
* more enterprisey diagnostics setupAleksey Kladov2019-03-251-49/+30
|
* fixesAleksey Kladov2019-03-251-3/+2
|
* check impls as wellAleksey Kladov2019-03-251-0/+9
|
* cleanupAleksey Kladov2019-03-251-2/+2
|
* switch modules to new diagnosticsAleksey Kladov2019-03-251-36/+30
|
* allow dyn diagnosticsAleksey Kladov2019-03-251-18/+8
|
* diagnosticsAleksey Kladov2019-03-251-1/+29
|
* Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-251-2/+2
|
* Further improvements to the SourceChange convenience methodsVille Penttinen2019-03-251-1/+1
| | | | | Rename system_edit to file_system_edit, add more documentation, add source_file_edit_from to create a SourceChange from `FileId` and `TextEdit`.
* Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-241-18/+9
|
* 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