| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | Bring the version command output in line with other rust tools | Lukas Wirth | -65/+103 |
| 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 | 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 | 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 #12336 - bitgaoshu:mismatch, r=flodiebold | bors | -3/+41 |
| 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 | Use char for trigger character | Lukas Wirth | -15/+16 |
| 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 | -11/+69 |
| 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 | fix overflow during tuple struct type inference | Ryo Yoshida | -1/+28 |
| 2022-05-28 | fix: add an option to show inlay hint for return type of closures without block | harpsword | -11/+69 |
| 2022-05-28 | fix(ide-db): correct single-file module rename | Nikita Podoliako | -8/+42 |
| 2022-05-28 | Cleanup auto-import ordering | Christofer Nolander | -51/+51 |
| 2022-05-27 | Auto merge of #12402 - Veykril:feat-docs, r=Veykril | bors | -1/+6 |
| 2022-05-27 | minor: Freshen up goto feature docs | Lukas Wirth | -1/+6 |
| 2022-05-27 | Auto merge of #12395 - feniljain:fix_bugs, r=Veykril | bors | -10/+132 |
| 2022-05-27 | Auto merge of #12341 - vemoo:exclude_dirs, r=Veykril | bors | -2/+55 |
| 2022-05-26 | fix: f32 and f64 representation during lowering | feniljain | -10/+132 |
| 2022-05-26 | Auto merge of #12393 - Veykril:hir-def, r=Veykril | bors | -31/+21 |
| 2022-05-26 | internal: Remove `Interned` usage from nameres collector | Lukas Wirth | -31/+21 |
| 2022-05-25 | Make test pass | Amos Wenger | -10/+0 |
| 2022-05-25 | Add test for #12372 (generate enum variant in different file) | Amos Wenger | -0/+37 |
| 2022-05-25 | Generate variant: insert code in file with enum definition | Amos Wenger | -4/+6 |
| 2022-05-25 | fix: Clear native diagnostics for files when they are deleted | Lukas Wirth | -0/+9 |
| 2022-05-25 | internal: Make autoclosing angle brackets configurable, disabled by default | Lukas Wirth | -2/+15 |
| 2022-05-24 | Auto merge of #12377 - Veykril:logs, r=Veykril | bors | -8/+3 |
| 2022-05-24 | minor: log build script invocations | Lukas Wirth | -8/+3 |
| 2022-05-24 | fix: Insert whitespace into trait-impl completions when coming from macros | Lukas Wirth | -83/+99 |
| 2022-05-24 | Simplify | Lukas Wirth | -9/+1 |
| 2022-05-24 | internal: Refactor our record pat/expr handling in completion context | Lukas Wirth | -127/+153 |
| 2022-05-24 | internal: Simplify DotAccess representation in completions | Lukas Wirth | -53/+57 |
| 2022-05-24 | add test for macro expand formatting | andylizi | -0/+18 |
| 2022-05-24 | ide: insert whitespaces surrounding `_` in macro expansion | andylizi | -3/+3 |
| 2022-05-23 | Auto merge of #12360 - Veykril:completion, r=Veykril | bors | -11/+11 |