| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-25 | fix: Clear native diagnostics for files when they are deleted | Lukas Wirth | -0/+5 | |
| 2021-12-04 | Handle multiple cargo check quick fix spans | Brandon | -6/+4 | |
| 2021-12-04 | Refactor away unnecessary Vec | Brandon | -2/+2 | |
| 2021-06-13 | clippy::redudant_borrow | Maan2003 | -1/+1 | |
| 2021-04-21 | Code review feedback. | James Leitch | -1/+1 | |
| 2021-04-21 | Diagnostic Remap Path Prefixes added. | James Leitch | -0/+1 | |
| 2021-02-17 | Avoid transmitting unchanged diagnostics | Michał Muskała | -0/+11 | |
| Reading through the code for diagnostics and observing debug logs, I noticed that diagnostics are transmitted after every change for every opened file, even if they haven't changed (especially visible for files with no diagnostics). This change avoids marking files as "changed" if diagnostics are the same to what was already sent before. This will only work if diagnostics are always produced in the same order, but from my limited testing it seems this is the case. | ||||
| 2020-08-18 | Align diagnostics config with the rest of rust-analyzer | Aleksey Kladov | -1/+1 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -1/+1 | |
| 2020-07-09 | Add fixmes | Aleksey Kladov | -0/+2 | |
| 2020-06-29 | Use more of FxHash* | Laurențiu Nicola | -5/+5 | |
| 2020-06-26 | Cleanup | Aleksey Kladov | -8/+14 | |
| 2020-06-25 | Simplify diagnostics handling | Aleksey Kladov | -32/+22 | |
| 2020-06-17 | Warnings as hint or info | Gabriel Valfridsson | -0/+6 | |
| 2020-05-19 | Server side of SnippetTextEdit | Aleksey Kladov | -4/+6 | |
| 2020-05-15 | Move LSP bits from flycheck to rust-analyzer | Aleksey Kladov | -0/+1 | |
| There should be only one place that knows about LSP, and that place is right before we spit JSON on stdout. | ||||
| 2020-02-18 | Rename folder | Aleksey Kladov | -0/+87 | |
