| Age | Commit message (Expand) | Author | Lines |
| 2022-05-20 | Auto merge of #12325 - jonas-schievink:clear-check-diags, r=jonas-schievink | bors | -0/+1 |
| 2022-05-20 | Clear `cargo check` diagnostics when flycheck is turned off | Jonas Schievink | -0/+1 |
| 2022-05-20 | Auto merge of #12324 - jonas-schievink:rm-attribute, r=jonas-schievink | bors | -226/+158 |
| 2022-05-20 | Auto merge of #12315 - matklad:update, r=Veykril | bors | -107/+93 |
| 2022-05-20 | Revert the "Add attribute" assist | Jonas Schievink | -226/+158 |
| 2022-05-20 | Auto merge of #12263 - andylizi:hide-type-hint-closure, r=Veykril | bors | -5/+90 |
| 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 | -5/+90 |
| 2022-05-19 | Auto merge of #12320 - NotWearingPants:patch-1, r=Veykril | bors | -0/+4 |
| 2022-05-20 | hide closure ret hints if ret type is specified | NotWearingPants | -0/+4 |
| 2022-05-19 | Auto merge of #12316 - jonas-schievink:closure-param-hints, r=jonas-schievink | bors | -22/+77 |
| 2022-05-19 | Teach `Callable` about closures properly | Jonas Schievink | -22/+77 |
| 2022-05-19 | :arrow_up: deps | Aleksey Kladov | -107/+93 |
| 2022-05-19 | Auto merge of #12314 - jonas-schievink:proc-macro-load, r=jonas-schievink | bors | -15/+11 |
| 2022-05-19 | Auto merge of #12313 - equinox:typo-fix, r=lnicola | bors | -3/+3 |
| 2022-05-20 | remove duplicate 'to' in `cachePriming.numThreads` option description | Equinox | -3/+3 |
| 2022-05-19 | Auto merge of #12311 - Veykril:inlay-hints-tips, r=Veykril | bors | -95/+195 |
| 2022-05-19 | Hide more unnecessary parameter hints for constructors | Lukas Wirth | -9/+34 |
| 2022-05-19 | simplify | Jonas Schievink | -15/+11 |
| 2022-05-19 | Update test fixtures | Lukas Wirth | -27/+73 |
| 2022-05-19 | Enable hovering function parameter inlay hints | Lukas Wirth | -13/+28 |
| 2022-05-19 | internal: Improve inlay hint tooltips | Lukas Wirth | -57/+71 |
| 2022-05-19 | Auto merge of #12309 - Veykril:completion, r=Veykril | bors | -2/+42 |
| 2022-05-19 | fix: Fix incorrect expected type in completions for match arms | Lukas Wirth | -2/+42 |
| 2022-05-18 | Auto merge of #12304 - jonas-schievink:more-doc-gen-improvements, r=jonas-sch... | bors | -17/+39 |
| 2022-05-18 | Include self type in generated getter/setter docs | Jonas Schievink | -17/+39 |
| 2022-05-18 | Auto merge of #12303 - jonas-schievink:improve-generate-docs-assist, r=jonas-... | bors | -371/+248 |
| 2022-05-18 | Improve docs generation assist | Jonas Schievink | -371/+248 |
| 2022-05-18 | Auto merge of #12277 - listochkin:show-implementations-display-error, r=listo... | bors | -3/+48 |
| 2022-05-18 | "Show implementations" link display error fix | Andrei Listochkin | -3/+48 |
| 2022-05-18 | fix: calculate right range for Dos line ending in mapping rustc range to lsp ... | harpsword | -22/+5 |
| 2022-05-17 | Auto merge of #12130 - weirane:let-else-let-match, r=weirane | bors | -0/+519 |
| 2022-05-17 | Auto merge of #12294 - listochkin:prettier, r=Veykril | bors | -974/+1263 |
| 2022-05-17 | Simplify const reference check | weirane | -1/+1 |
| 2022-05-17 | Auto merge of #12296 - jonas-schievink:add-attribute-assist, r=jonas-schievink | bors | -178/+227 |
| 2022-05-17 | Add a "Add attribute" assist | Jonas Schievink | -178/+227 |
| 2022-05-17 | automate braceless return substitution for long lines | Andrei Listochkin | -2/+5 |
| 2022-05-17 | remove tsfmt from dependencies | Andrei Listochkin | -157/+2 |
| 2022-05-17 | add prettier format commit to ignored revisions | Andrei Listochkin | -0/+8 |
| 2022-05-17 | prettier run | Andrei Listochkin | -816/+1177 |
| 2022-05-17 | use prettier to format the code | Andrei Listochkin | -2/+2 |
| 2022-05-17 | prettier config | Andrei Listochkin | -0/+72 |
| 2022-05-17 | Auto merge of #12292 - jonas-schievink:bump-extension-version, r=jonas-schievink | bors | -4/+11 |
| 2022-05-17 | Bump extension version | Jonas Schievink | -4/+11 |
| 2022-05-17 | Auto merge of #12285 - Veykril:inlay-hints, r=Veykril | bors | -60/+224 |
| 2022-05-17 | Update test output | Lukas Wirth | -0/+66 |
| 2022-05-17 | Auto merge of #12289 - rust-lang:Veykril-patch-1, r=Veykril | bors | -1/+1 |
| 2022-05-17 | Fix incorrect config key in client config update | Lukas Wirth | -1/+1 |
| 2022-05-17 | Update lsp-extensions hash | Lukas Wirth | -1/+1 |
| 2022-05-17 | Allow inlay hint tooltips to trigger hovers | Lukas Wirth | -60/+80 |