| Age | Commit message (Expand) | Author | Lines |
| 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 | -24/+60 |
| 2022-05-12 | feat: Allow reborrow inlay hints to be restricted to mutable reborrows only | Lukas Wirth | -24/+60 |
| 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 | 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 | 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 | -236/+553 |
| 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 | Don't show assoc. type binding completions when invalid | Jonas Schievink | -9/+43 |
| 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 |
| 2022-05-09 | Auto merge of #11983 - jhpratt:remove-rustc_deprecated, r=lnicola | bors | -19/+6 |
| 2022-05-07 | Auto merge of #12187 - Veykril:completion-rev, r=Veykril | bors | -247/+350 |
| 2022-05-07 | Auto merge of #12188 - Veykril:auto-import, r=Veykril | bors | -29/+84 |
| 2022-05-07 | fix: Allow auto importing starting segments of use items | Lukas Wirth | -29/+84 |
| 2022-05-07 | fix unreachable pub | Lukas Wirth | -6/+4 |
| 2022-05-07 | Merge the different identifier contexts into one enum | Lukas Wirth | -91/+138 |
| 2022-05-07 | Split namelike into the corresponding completion contexts | Lukas Wirth | -106/+125 |
| 2022-05-07 | Introduce NameRefContext | Lukas Wirth | -106/+145 |
| 2022-05-07 | Auto merge of #12186 - Veykril:completion-rev, r=Veykril | bors | -23/+22 |
| 2022-05-07 | minor: Move inferred type completions | Lukas Wirth | -23/+22 |
| 2022-05-07 | fix: Remap float parts as integers when parsed as indices | Lukas Wirth | -5/+5 |
| 2022-05-06 | Fix conversion of float literals in `TtTreeSink` | Jonas Schievink | -0/+80 |
| 2022-05-06 | Skip only the `tt::Literal` when consuming float tokens | Jonas Schievink | -1/+41 |
| 2022-05-06 | Auto merge of #12175 - Veykril:completion-rev, r=Veykril | bors | -101/+133 |
| 2022-05-06 | fix: Fix snippets triggering where they shouldn't | Lukas Wirth | -101/+133 |
| 2022-05-06 | Auto merge of #12174 - Veykril:completion-rev, r=Veykril | bors | -2/+12 |
| 2022-05-06 | internal: Improve completion tests by checking that the offset is included in... | Lukas Wirth | -2/+12 |
| 2022-05-06 | Auto merge of #12171 - lnicola:proc-macros-dont-invalidate-state, r=Veykril | bors | -4/+7 |
| 2022-05-06 | internal: completion PathKind is not optional | Lukas Wirth | -33/+40 |
| 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 | Auto merge of #12168 - Veykril:completion-rev, r=Veykril | bors | -732/+769 |