aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/diagnostics/to_proto.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-3/+3
* 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-181-0/+1
* Check for and skip dummy macro filesJonas Schievink2021-04-011-3/+15
* 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-301-38/+27
* 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
* Don't filter code suggestions on ApplicabilityChristopher Serr2021-02-011-4/+2
* Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-151-26/+27
* Filter out empty rustc spansJonas Schievink2020-12-211-0/+4
* Apply suggestions from code reviewJonas Schievink2020-12-061-1/+1
* Emit additional diagnostics for hints/help/etcJonas Schievink2020-12-061-73/+116
* 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
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-1/+1
* Latest proposed LSP 3.16.0kjeremy2020-10-261-0/+4
* Highlight errors in macrosIgor Aleksanov2020-09-061-7/+44
* :arrow_up: expect-testAleksey Kladov2020-08-281-10/+10
* 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-091-71/+49
* SimplifyAleksey Kladov2020-07-091-2/+2
* 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-161-13/+200
* 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-121-2/+1
|/
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-031-1/+2
|\
| * Hide squiggly for unused and unnecessaryGabriel Valfridsson2020-06-031-1/+2
* | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-0/+1
|/
* CodeAction groupsAleksey Kladov2020-05-221-0/+1
* Server side of SnippetTextEditAleksey Kladov2020-05-191-9/+11
* CleanupsAleksey Kladov2020-05-151-83/+74
* Better structureAleksey Kladov2020-05-151-11/+9
* Move LSP bits from flycheck to rust-analyzerAleksey Kladov2020-05-151-0/+1408