aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #6769bors[bot]2020-12-101-0/+3
|\
| * Remove this semicolonivan7702020-12-081-0/+3
* | Introduce anchored_pathAleksey Kladov2020-12-091-4/+6
|/
* Don't diagnose `#[cfg]` in macrosJonas Schievink2020-12-031-0/+5
* More accurately place proc-macro diagnosticJonas Schievink2020-11-271-4/+6
* Publish diagnostics for macro expansion errorsJonas Schievink2020-11-271-0/+7
* Fill the diagnostic code field in publish_diagnosticsLukas Wirth2020-11-171-8/+32
* 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
|\
| * 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