index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
rust-analyzer
/
src
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2022-07-19
Work around Code bug with empty diagnostics
Laurențiu Nicola
-6
/
+1
2022-06-01
fix(diagnostic): Don't remove diagnostic with empty message
Maan2003
-4
/
+5
2022-05-18
fix: calculate right range for Dos line ending in mapping rustc range to lsp ...
harpsword
-22
/
+5
2022-05-14
fix diagnostics location map incorrectly from rustc span to lsp position for ...
harpsword
-26
/
+337
2022-04-25
Don't emit a quickfix for placeholder suggestions
Jonas Schievink
-67
/
+13
2022-04-19
Allows triggering commands after an assist edit
Jonas Schievink
-0
/
+6
2022-03-31
Add test against line number underflow
Felix Maurer
-0
/
+107
2022-03-31
Prevent underflow when converting line numbers
Felix Maurer
-2
/
+8
2022-03-12
fix clippy::needless_borrow
Matthias Krüger
-2
/
+2
2021-12-05
Merge #10902
bors[bot]
-274
/
+360
2021-12-04
Update expected test results
Brandon
-256
/
+336
2021-12-04
Handle multiple cargo check quick fix spans
Brandon
-15
/
+21
2021-12-04
Refactor away unnecessary Vec
Brandon
-4
/
+4
2021-11-22
Make lint groups work correctly with `warningsAsInfo` and `warningsAsHint`
Emil Gardström
-2
/
+12
2021-11-06
Bump deps
Laurențiu Nicola
-69
/
+23
2021-10-18
Fix tests
Laurențiu Nicola
-23
/
+69
2021-10-18
Pull in new lsp-types for VS compat
Laurențiu Nicola
-11
/
+11
2021-08-06
Bless tests
Jonas Schievink
-15
/
+15
2021-08-06
Don't include empty suggestions
Jonas Schievink
-1
/
+3
2021-08-06
Include suggested replacement in diagnostics
Jonas Schievink
-3
/
+16
2021-07-17
internal: a bit more of cwd safety for flycheck
Aleksey Kladov
-11
/
+15
2021-06-17
simplify
Lukas Wirth
-2
/
+2
2021-06-13
clippy::redudant_borrow
Maan2003
-3
/
+3
2021-05-24
Update test fixtures
Laurențiu Nicola
-0
/
+56
2021-04-21
Code review feedback.
James Leitch
-4
/
+6
2021-04-21
Diagnostic Remap Path Prefixes added.
James Leitch
-35
/
+32
2021-04-21
Diagnostic paths attempt to use VSCode's path join behavior before defaulting...
James Leitch
-3
/
+30
2021-04-18
Prevent being able to rename items that are not part of the workspace
Lukas Wirth
-0
/
+6
2021-04-01
Check for and skip dummy macro files
Jonas Schievink
-120
/
+16
2021-04-01
Adjust message when pointing at location in macro
Jonas Schievink
-2
/
+10
2021-03-31
Search for a suitable primary location
Jonas Schievink
-9
/
+27
2021-03-31
Rename `convert_location` -> `location`
Jonas Schievink
-11
/
+11
2021-03-30
Improve rustc diagnostic mapping
Jonas Schievink
-49
/
+272
2021-03-17
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-03-02
Bump cargo_metadata
Laurențiu Nicola
-1
/
+1
2021-02-20
Update tests
Jeremy Kolb
-0
/
+104
2021-02-01
Update Test Data
Christopher Serr
-1
/
+46
2021-02-01
Don't filter code suggestions on Applicability
Christopher Serr
-4
/
+2
2021-01-15
Don't duplicate rustc diagnostics fixes
Jonas Schievink
-282
/
+32
2020-12-21
Filter out empty rustc spans
Jonas Schievink
-0
/
+4
2020-12-06
Apply suggestions from code review
Jonas Schievink
-2
/
+2
2020-12-06
Update expect tests
Jonas Schievink
-46
/
+977
2020-12-06
Emit additional diagnostics for hints/help/etc
Jonas Schievink
-73
/
+116
2020-11-18
update diagnostics test_data with code_description changes
Lukas Wirth
-6
/
+108
2020-11-18
Link clippy lint codes in diagnostics
Lukas Wirth
-7
/
+22
2020-11-18
Link rustc error codes in diagnostics
Lukas Wirth
-3
/
+19
2020-11-16
Latest LSP 3.16 protocol
kjeremy
-2
/
+2
2020-11-12
Update tests
Aleksey Kladov
-21
/
+168
2020-11-10
Switch to upstream protocol for resolving code action
Aleksey Kladov
-5
/
+5
2020-10-26
Update tests
Jeremy A. Kolb
-0
/
+22
[next]