aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* :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
* Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-241-18/+9
* Merge #1031bors[bot]2019-03-231-1/+6
|\
| * 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