aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Do insertion lookahead in algo::diffLukas Wirth2020-10-261-1/+1
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-221-1/+1
|
* Fixup botched renameJonas Schievink2020-10-201-1/+1
|
* Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-201-1/+15
|
* Simplify diagnostic construction, add unused fieldJonas Schievink2020-10-201-38/+35
|
* Move field_shorthand to a separate moduleAleksey Kladov2020-10-151-196/+5
|
* Diagnose shorthand in patterns as wellAleksey Kladov2020-10-151-5/+94
|
* flattenAleksey Kladov2020-10-151-26/+33
|
* Prepare for pat_field_shorthandAleksey Kladov2020-10-151-5/+13
|
* Use TextRange::contains_inclusive in fixes checkIgor Aleksanov2020-10-121-4/+2
|
* Fix code style issuesIgor Aleksanov2020-10-121-1/+0
|
* Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-121-0/+24
|
* Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+26
|
* Add diagnostics for enum names and variantsIgor Aleksanov2020-10-121-0/+26
|
* Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-0/+64
|
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-9/+6
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-15/+13
|
* Update testsJonas Schievink2020-09-161-5/+57
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Merge #5804bors[bot]2020-08-181-59/+17
|\ | | | | | | | | | | | | | | | | | | 5804: Add type safety to diagnostic codes r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Add type safety to diagnostic codesAleksey Kladov2020-08-181-59/+17
| |
* | Introduce LabelAleksey Kladov2020-08-181-9/+4
|/
* MinorAleksey Kladov2020-08-181-3/+32
|
* Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-181-28/+46
|
* Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-181-20/+16
|
* Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141-4/+76
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+678