| Age | Commit message (Expand) | Author | Lines |
| 2022-05-23 | Fix typo in new `reload.rs` docs | DQ | -1/+1 |
| 2022-05-22 | feat: Add on-typing handler for left angle | Felicián Németh | -1/+13 |
| 2022-05-22 | internal: Allow OnTypeFormatting to send SnippetTextEdit | Felicián Németh | -6/+19 |
| 2022-05-21 | take into account excludeDirs when computing linked_projects | Bernardo Uriarte | -1/+16 |
| 2022-05-21 | add failing test | Bernardo Uriarte | -1/+39 |
| 2022-05-21 | internal: document overall approach to reload | Aleksey Kladov | -1/+14 |
| 2022-05-20 | Clear `cargo check` diagnostics when flycheck is turned off | Jonas Schievink | -0/+1 |
| 2022-05-20 | Auto merge of #12263 - andylizi:hide-type-hint-closure, r=Veykril | bors | -0/+6 |
| 2022-05-20 | Auto merge of #12301 - harpsword:fix_for_crlf_cargo_range_map, r=jonas-schievink | bors | -22/+5 |
| 2022-05-20 | feat: hide type inlay hints for initializations of closures | andylizi | -0/+6 |
| 2022-05-19 | Auto merge of #12314 - jonas-schievink:proc-macro-load, r=jonas-schievink | bors | -9/+9 |
| 2022-05-19 | Auto merge of #12313 - equinox:typo-fix, r=lnicola | bors | -1/+1 |
| 2022-05-20 | remove duplicate 'to' in `cachePriming.numThreads` option description | Equinox | -1/+1 |
| 2022-05-19 | simplify | Jonas Schievink | -9/+9 |
| 2022-05-19 | Enable hovering function parameter inlay hints | Lukas Wirth | -4/+7 |
| 2022-05-19 | internal: Improve inlay hint tooltips | Lukas Wirth | -21/+26 |
| 2022-05-18 | Improve docs generation assist | Jonas Schievink | -2/+2 |
| 2022-05-18 | fix: calculate right range for Dos line ending in mapping rustc range to lsp ... | harpsword | -22/+5 |
| 2022-05-17 | Allow inlay hint tooltips to trigger hovers | Lukas Wirth | -55/+46 |
| 2022-05-17 | Trigger hover requests on closing brace hints | Lukas Wirth | -13/+72 |
| 2022-05-17 | Replace some SmolStr usages with String as the conversion happens anyways | Lukas Wirth | -18/+18 |
| 2022-05-17 | feat: Implement inlay hint tooltips | Lukas Wirth | -2/+22 |
| 2022-05-16 | Fix signature help LSP offset conversion | Jonas Schievink | -3/+7 |
| 2022-05-16 | Show inlay hints after a `}` to indicate the closed item | Jonas Schievink | -4/+17 |
| 2022-05-16 | minor: rename | Aleksey Kladov | -2/+2 |
| 2022-05-16 | Auto merge of #12253 - Veykril:bm, r=Veykril | bors | -16/+22 |
| 2022-05-15 | Auto merge of #12190 - harpsword:fix_diagostics_map_incorrectly, r=harpsword | bors | -26/+339 |
| 2022-05-14 | Auto merge of #12251 - matklad:lsp-server, r=matklad | bors | -1/+1 |
| 2022-05-14 | internal: vendor lsp-server | Aleksey Kladov | -1/+1 |
| 2022-05-14 | feat: Add binding mode inlay hints | Lukas Wirth | -16/+22 |
| 2022-05-14 | internal: Make VSCode config more GUI edit friendly | Lukas Wirth | -54/+53 |
| 2022-05-14 | fix diagnostics location map incorrectly from rustc span to lsp position for ... | harpsword | -26/+339 |
| 2022-05-13 | fix: Fix incorrect hover actions config keys | Lukas Wirth | -11/+11 |
| 2022-05-13 | fix: Fix fill-arguments completions not working | Lukas Wirth | -16/+11 |
| 2022-05-12 | fix: Fix vscode config descriptions not recognizing all valid values | Lukas Wirth | -22/+58 |
| 2022-05-12 | fix: Fix old config patching overwriting callable snippet config unconditionally | Lukas Wirth | -1/+3 |
| 2022-05-12 | Auto merge of #12226 - Veykril:reborrow-inlay-hints, r=Veykril | bors | -7/+31 |
| 2022-05-12 | feat: Allow reborrow inlay hints to be restricted to mutable reborrows only | Lukas Wirth | -7/+31 |
| 2022-05-12 | Auto merge of #12224 - Veykril:anno-redundant, r=Veykril | bors | -22/+12 |
| 2022-05-12 | internal: Remove redundant offset data in annotations | Lukas Wirth | -22/+12 |
| 2022-05-12 | internal: Rename primeCaches config keys | Lukas Wirth | -11/+12 |
| 2022-05-11 | Auto merge of #12213 - Veykril:config-fix, r=Veykril | bors | -3/+3 |
| 2022-05-11 | fix: Fix incorrect config patching for runBuildScripts | Lukas Wirth | -3/+3 |
| 2022-05-10 | fix typo in `inlayHints.renderColons` option description | Elliot Roberts | -1/+1 |
| 2022-05-10 | fix: Fix config patching failing when appending suffixes | Lukas Wirth | -7/+25 |
| 2022-05-10 | Fix inverted signature help setting | Jonas Schievink | -1/+1 |
| 2022-05-10 | Auto merge of #12010 - Veykril:r-a-config, r=Veykril | bors | -233/+550 |
| 2022-05-10 | fix: Add cast expressions to param name inlay hint heuristics | Lukas Wirth | -1/+1 |
| 2022-05-06 | Try not to invalidate our state when the proc macro preference didn't change | Laurențiu Nicola | -4/+7 |
| 2022-05-05 | Lower values of char and byte literals | Laurențiu Nicola | -1/+0 |