| Age | Commit message (Expand) | Author | Lines |
| 2022-06-03 | Remove prev-sibling completion machinery | Lukas Wirth | -76/+21 |
| 2022-06-03 | More precise where keyword completions | Lukas Wirth | -88/+96 |
| 2022-06-03 | Remove dead code | Lukas Wirth | -79/+2 |
| 2022-06-03 | Fix visibility mods not being completed for field defs | Lukas Wirth | -15/+85 |
| 2022-06-03 | internal: Move most remaining keyword completions to item list completions | Lukas Wirth | -143/+135 |
| 2022-06-03 | Auto merge of #12333 - nolanderc:order-import-assist, r=Veykril | bors | -2/+142 |
| 2022-06-03 | Auto merge of #12452 - iDawer:assist.merge_selected_imports, r=Veykril | bors | -33/+150 |
| 2022-06-03 | Auto merge of #12451 - TimNN:double-dollar, r=Veykril | bors | -0/+82 |
| 2022-06-03 | Auto merge of #12456 - lnicola:thread-names, r=lnicola | bors | -4/+2 |
| 2022-06-03 | Shorten main thread name | Laurențiu Nicola | -4/+2 |
| 2022-06-03 | fix: #12441 False-positive type-mismatch error with generic future | bitgaoshu | -4/+78 |
| 2022-06-02 | feat: Support `$$` in macros. | Tim Neumann | -0/+82 |
| 2022-06-02 | Allow merging of multiple selected imports. | iDawer | -33/+150 |
| 2022-06-02 | Bring the version command output in line with other rust tools | Lukas Wirth | -66/+105 |
| 2022-06-02 | Auto merge of #12444 - XFFXFF:fix_12442, r=Veykril | bors | -0/+54 |
| 2022-06-02 | fix: parsing of `?` opt-out trait bounds | XFFXFF | -0/+54 |
| 2022-06-02 | Auto merge of #12347 - feniljain:fix_extract_module, r=Veykril | bors | -6/+92 |
| 2022-06-01 | Auto merge of #12443 - Veykril:fmtfix, r=Veykril | bors | -6/+10 |
| 2022-06-01 | minor: Fix rustfmt failing on main_loop.rs | Lukas Wirth | -6/+10 |
| 2022-06-01 | Auto merge of #12440 - Maan2003:empty-msg-diag, r=jonas-schievink | bors | -4/+5 |
| 2022-06-01 | fix(diagnostic): Don't remove diagnostic with empty message | Maan2003 | -4/+5 |
| 2022-06-01 | Auto merge of #12431 - Veykril:request-retry, r=Veykril | bors | -71/+70 |
| 2022-06-01 | Sync handlers cannot be cancelled | Lukas Wirth | -19/+9 |
| 2022-06-01 | Auto merge of #12435 - jhgg:vscode/status-bar-color-fix, r=Veykril | bors | -0/+2 |
| 2022-06-01 | [editors/vscode] cleaer status bar bg color / command when server status ret... | Jake Heinz | -0/+2 |
| 2022-06-01 | fix: Fix completions disappearing when typing two keys in quick succession | Lukas Wirth | -74/+83 |
| 2022-05-31 | Auto merge of #12430 - Veykril:completions, r=Veykril | bors | -18/+0 |
| 2022-05-31 | minor: Remove unused code | Lukas Wirth | -18/+0 |
| 2022-06-01 | Implement type inference for assignee expressions | Ryo Yoshida | -3/+416 |
| 2022-06-01 | Generalize some inference functions for patterns | Ryo Yoshida | -64/+107 |
| 2022-06-01 | Add `Expr::Underscore` | Ryo Yoshida | -1/+9 |
| 2022-05-31 | Auto merge of #12427 - Veykril:configfix, r=Veykril | bors | -4/+4 |
| 2022-05-31 | fix: Fix VSCode config patching incorrectly patching some configs | Lukas Wirth | -4/+4 |
| 2022-05-31 | Auto merge of #12336 - bitgaoshu:mismatch, r=flodiebold | bors | -3/+41 |
| 2022-05-31 | Auto merge of #12425 - feniljain:fix_bugs, r=lnicola | bors | -3/+3 |
| 2022-05-31 | fix: float display impl | feniljain | -3/+3 |
| 2022-05-31 | fix(extract_module): Remove redundancy causing else, and also add import fix ... | feniljain | -33/+48 |
| 2022-05-30 | Auto merge of #12418 - Veykril:completions, r=Veykril | bors | -51/+131 |
| 2022-05-30 | More precise completion filtering | Lukas Wirth | -36/+115 |
| 2022-05-30 | Auto merge of #12417 - jonas-schievink:pr-msg-style, r=jonas-schievink | bors | -2/+2 |
| 2022-05-30 | Update commit/PR style | Jonas Schievink | -2/+2 |
| 2022-05-30 | Use char for trigger character | Lukas Wirth | -15/+16 |
| 2022-05-30 | Auto merge of #12416 - Veykril:inlay-hints, r=Veykril | bors | -20/+85 |
| 2022-05-30 | Add implicit static lifetime hints | Lukas Wirth | -20/+85 |
| 2022-05-30 | Auto merge of #12406 - harpsword:fix-add-inlayHints-closures-without-block, r... | bors | -16/+84 |
| 2022-05-30 | Auto merge of #12387 - 00nktk:fix-mod-rename, r=Veykril | bors | -8/+42 |
| 2022-05-30 | Auto merge of #12412 - yue4u:fix/visibility-completion, r=Veykril | bors | -57/+103 |
| 2022-05-30 | fix: visibility completion | yue4u | -57/+103 |
| 2022-05-29 | Auto merge of #12409 - lowr:fix/usize-overflow, r=Veykril | bors | -1/+28 |
| 2022-05-29 | fix overflow during tuple struct type inference | Ryo Yoshida | -1/+28 |