aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* simplifyLukas Wirth2021-06-172-2/+2
* clippy::redudant_borrowMaan20032021-06-131-3/+3
* Update test fixturesLaurențiu Nicola2021-05-2410-0/+56
* Code review feedback.James Leitch2021-04-211-4/+6
* Diagnostic Remap Path Prefixes added.James Leitch2021-04-211-35/+32
* Diagnostic paths attempt to use VSCode's path join behavior before defaulting...James Leitch2021-04-211-3/+30
* Prevent being able to rename items that are not part of the workspaceLukas Wirth2021-04-186-0/+6
* Check for and skip dummy macro filesJonas Schievink2021-04-012-120/+16
* Adjust message when pointing at location in macroJonas Schievink2021-04-011-2/+10
* Search for a suitable primary locationJonas Schievink2021-03-311-9/+27
* Rename `convert_location` -> `location`Jonas Schievink2021-03-311-11/+11
* Improve rustc diagnostic mappingJonas Schievink2021-03-303-49/+272
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-1/+1
* Bump cargo_metadataLaurențiu Nicola2021-03-021-1/+1
* Update testsJeremy Kolb2021-02-2010-0/+104
* Update Test DataChristopher Serr2021-02-011-1/+46
* Don't filter code suggestions on ApplicabilityChristopher Serr2021-02-011-4/+2
* Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-155-282/+32
* Filter out empty rustc spansJonas Schievink2020-12-211-0/+4
* Apply suggestions from code reviewJonas Schievink2020-12-062-2/+2
* Update expect testsJonas Schievink2020-12-067-46/+977
* Emit additional diagnostics for hints/help/etcJonas Schievink2020-12-061-73/+116
* update diagnostics test_data with code_description changesLukas Wirth2020-11-186-6/+108
* Link clippy lint codes in diagnosticsLukas Wirth2020-11-181-7/+22
* Link rustc error codes in diagnosticsLukas Wirth2020-11-181-3/+19
* Latest LSP 3.16 protocolkjeremy2020-11-161-2/+2
* Update testsAleksey Kladov2020-11-1210-21/+168
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-105-5/+5
* Update testsJeremy A. Kolb2020-10-2610-0/+22
* Latest proposed LSP 3.16.0kjeremy2020-10-261-0/+4
* Highlight errors in macrosIgor Aleksanov2020-09-062-7/+89
* :arrow_up: expect-testAleksey Kladov2020-08-2811-10/+595
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-181-9/+9
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-6/+6
* Mark machine applicable fixes as preferredJeremy Kolb2020-07-161-0/+1
* Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-111-1/+1
* Make sure there are no commands in code actionsAleksey Kladov2020-07-111-1/+0
* Always put config firstAleksey Kladov2020-07-091-1/+0
* Move diagnostics tests to expectAleksey Kladov2020-07-0911-680/+49
* SimplifyAleksey Kladov2020-07-0911-132/+12
* Cleanup diagnostic conversion codeAleksey Kladov2020-07-091-102/+71
* CleanupAleksey Kladov2020-06-261-3/+3
* Rename ra_flycheck -> flycheckAleksey Kladov2020-06-251-9/+10
* Warnings as hint or infoGabriel Valfridsson2020-06-163-13/+372
* Merge #4867bors[bot]2020-06-131-69/+4
|\
| * Cleanup URL handlingAleksey Kladov2020-06-131-69/+4
* | Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson2020-06-122-3/+2
|/
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-032-2/+3
|\
| * Hide squiggly for unused and unnecessaryGabriel Valfridsson2020-06-032-2/+3