| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #12185 - Veykril:parse-fix, r=Veykril | bors | -5/+5 |
| 2022-05-07 | fix: Remap float parts as integers when parsed as indices | Lukas Wirth | -5/+5 |
| 2022-05-06 | Auto merge of #12178 - jonas-schievink:fix-tt-conv-panic, r=jonas-schievink | bors | -0/+80 |
| 2022-05-06 | Fix conversion of float literals in `TtTreeSink` | Jonas Schievink | -0/+80 |
| 2022-05-06 | Auto merge of #12177 - jonas-schievink:mbe-output-float-literals, r=jonas-sch... | bors | -1/+41 |
| 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 | Auto merge of #12173 - Veykril:completion-rev, r=Veykril | bors | -33/+40 |
| 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 |
| 2022-05-05 | internal: Remove unqualified_path completions module | Lukas Wirth | -732/+769 |
| 2022-05-05 | Check const reference | Wang Ruochen | -1/+52 |
| 2022-05-05 | Avoid allocations | Wang Ruochen | -32/+37 |
| 2022-05-05 | Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schi... | bors | -122/+503 |
| 2022-05-05 | Fix rebase fallout | Jonas Schievink | -2/+2 |
| 2022-05-05 | Maybe everything else *should* have to deal with it | Jonas Schievink | -40/+35 |
| 2022-05-05 | Indicate the number of float tokens in the first token | Jonas Schievink | -44/+194 |
| 2022-05-05 | Wrap floats in token trees in `FLOAT_LITERAL` node | Jonas Schievink | -22/+33 |
| 2022-05-05 | Add completion test | Jonas Schievink | -0/+20 |
| 2022-05-05 | Add tests | Jonas Schievink | -0/+48 |
| 2022-05-05 | Split float literal tokens at the `.` | Jonas Schievink | -72/+157 |
| 2022-05-05 | Wrap float literals in their own node | Jonas Schievink | -49/+113 |
| 2022-05-05 | Remove `ast::Literal::token` | Jonas Schievink | -11/+19 |
| 2022-05-05 | Auto merge of #12164 - Veykril:completion-rev, r=Veykril | bors | -421/+464 |
| 2022-05-05 | internal: Remove unqualified_path completions module | Lukas Wirth | -421/+464 |
| 2022-05-05 | Auto merge of #12161 - Veykril:completion-rev, r=Veykril | bors | -68/+97 |
| 2022-05-05 | internal: Lift out item list path completions from (un)qualified_path | Lukas Wirth | -68/+97 |
| 2022-05-05 | Auto merge of #12160 - Veykril:completions-rev, r=Veykril | bors | -945/+946 |
| 2022-05-05 | minor: Sort ide-completions test outputs for less disruptive diffs | Lukas Wirth | -945/+946 |
| 2022-05-05 | Auto merge of #12159 - Veykril:completions-rev, r=Veykril | bors | -11/+41 |
| 2022-05-05 | internal: Lift out macro bang property from PathKind enum | Lukas Wirth | -11/+41 |
| 2022-05-05 | Auto merge of #12157 - lnicola:lower-char-byte-literals, r=Veykril | bors | -11/+178 |
| 2022-05-05 | Lower values of char and byte literals | Laurențiu Nicola | -11/+178 |
| 2022-05-05 | Auto merge of #12150 - rainy-me:feat/fix-doc-url-links, r=rainy-me | bors | -33/+84 |
| 2022-05-05 | fix: add docs and remove unnecessary check | rainy-me | -6/+8 |