| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Auto merge of #12238 - Veykril:publisher, r=Veykril | bors | -7/+7 |
| 2022-05-13 | feat: Change VSCode extension publisher to `rust-lang` | Lukas Wirth | -7/+7 |
| 2022-05-12 | Auto merge of #12231 - jonas-schievink:fix-float-macro-panic, r=jonas-schievink | bors | -4/+45 |
| 2022-05-12 | Don't remap float tokens to `INT_NUMBER` | Jonas Schievink | -4/+45 |
| 2022-05-12 | Auto merge of #12229 - Veykril:configfix, r=Veykril | bors | -72/+126 |
| 2022-05-12 | fix: Fix vscode config descriptions not recognizing all valid values | Lukas Wirth | -72/+126 |
| 2022-05-12 | Auto merge of #12228 - Veykril:configfix, r=Veykril | bors | -1/+3 |
| 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 | -27/+76 |
| 2022-05-12 | feat: Allow reborrow inlay hints to be restricted to mutable reborrows only | Lukas Wirth | -27/+76 |
| 2022-05-12 | Auto merge of #12224 - Veykril:anno-redundant, r=Veykril | bors | -152/+84 |
| 2022-05-12 | Auto merge of #12225 - Veykril:tmapfloats, r=Veykril | bors | -0/+50 |
| 2022-05-12 | internal: Add token mapping test for float literals | Lukas Wirth | -0/+50 |
| 2022-05-12 | internal: Remove redundant offset data in annotations | Lukas Wirth | -152/+84 |
| 2022-05-12 | Auto merge of #12215 - listochkin:Support-variable-substitution-in-vscode-set... | bors | -9/+225 |
| 2022-05-12 | Auto merge of #12223 - Veykril:config-stuff, r=Veykril | bors | -34/+36 |
| 2022-05-12 | internal: Rename primeCaches config keys | Lukas Wirth | -34/+36 |
| 2022-05-12 | Auto merge of #12220 - arzg:fix-character-semantic-token, r=arzg | bors | -2/+2 |
| 2022-05-12 | Fix `character` semantic token type definition | Luna Razzaghipour | -2/+2 |
| 2022-05-11 | Enable variable substitutions before passing them over to R-A server | Andrei Listochkin | -3/+4 |
| 2022-05-11 | VSCode variables support for substitutions | Andrei Listochkin | -2/+63 |
| 2022-05-11 | handle references to external environment variables | Andrei Listochkin | -5/+69 |
| 2022-05-11 | iterative dependency solver | Andrei Listochkin | -0/+88 |
| 2022-05-11 | search for test files instead of explicitly name them | Andrei Listochkin | -1/+3 |
| 2022-05-11 | Auto merge of #12213 - Veykril:config-fix, r=Veykril | bors | -6/+6 |
| 2022-05-11 | fix: Fix incorrect config patching for runBuildScripts | Lukas Wirth | -6/+6 |
| 2022-05-11 | Auto merge of #12212 - Elliot-Roberts:hint_typo, r=lnicola | bors | -3/+3 |
| 2022-05-10 | fix typo in `inlayHints.renderColons` option description | Elliot Roberts | -3/+3 |
| 2022-05-10 | Auto merge of #12209 - Veykril:config-fix, r=Veykril | bors | -7/+25 |
| 2022-05-10 | fix: Fix config patching failing when appending suffixes | Lukas Wirth | -7/+25 |
| 2022-05-10 | Auto merge of #12208 - jonas-schievink:assoc-ty-signature-info, r=jonas-schie... | bors | -5/+177 |
| 2022-05-10 | Include assoc. types in trait signature help | Jonas Schievink | -4/+176 |
| 2022-05-10 | Fix inverted signature help setting | Jonas Schievink | -1/+1 |
| 2022-05-10 | Auto merge of #12204 - Veykril:completions, r=Veykril | bors | -99/+84 |
| 2022-05-10 | Move keyword expressions to expr completions module | Lukas Wirth | -99/+84 |
| 2022-05-10 | Auto merge of #12203 - Veykril:completions, r=Veykril | bors | -17/+22 |
| 2022-05-10 | Don't parse files in module completion | Lukas Wirth | -7/+6 |
| 2022-05-10 | Simplify | Lukas Wirth | -10/+16 |
| 2022-05-10 | Auto merge of #12202 - iDawer:ide.sig_help-fix, r=lnicola | bors | -1/+17 |
| 2022-05-10 | `signature_help`: detect fully qualified call syntax for parameter fallback | iDawer | -1/+17 |
| 2022-05-10 | Auto merge of #12010 - Veykril:r-a-config, r=Veykril | bors | -694/+1134 |
| 2022-05-10 | Auto merge of #12201 - Veykril:inlay-hide, r=Veykril | bors | -1/+3 |
| 2022-05-10 | fix: Add cast expressions to param name inlay hint heuristics | Lukas Wirth | -1/+3 |
| 2022-05-09 | Auto merge of #12199 - jonas-schievink:no-invalid-assoc-ty-completions, r=jon... | bors | -9/+43 |
| 2022-05-09 | Don't show assoc. type binding completions when invalid | Jonas Schievink | -9/+43 |
| 2022-05-09 | Auto merge of #12198 - jonas-schievink:ide-resolve-supertrait-assoc-types, r=... | bors | -7/+34 |
| 2022-05-09 | Make completion work too | Jonas Schievink | -4/+11 |
| 2022-05-09 | Resolve assoc. types of supertraits in the IDE layer | Jonas Schievink | -3/+23 |
| 2022-05-09 | Auto merge of #12197 - Veykril:insert-use-fix, r=Veykril | bors | -7/+25 |
| 2022-05-09 | fix: Fix import insertion inserting after last comment in a file | Lukas Wirth | -7/+25 |