| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -2/+2 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -21/+20 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -50/+83 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -7/+7 |
| 2024-07-16 | Use symbol in cfg | Lukas Wirth | -0/+2 |
| 2024-07-15 | Fix stable iteration ordering for `Map<Name, ...>` usages | Lukas Wirth | -3/+3 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -7/+8 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -28/+29 |
| 2024-07-07 | Auto merge of #17555 - Veykril:grammar-inline, r=Veykril | bors | -1/+4 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -1/+4 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -0/+44 |
| 2024-07-07 | fix: Fix parameter completions using macro expanded source ranges | Lukas Wirth | -1/+2 |
| 2024-07-02 | squash. | Shohei Wada | -0/+44 |
| 2024-06-30 | Auto merge of #17520 - Veykril:slim-proc-macro-api, r=Veykril | bors | -2/+0 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -2/+0 |
| 2024-06-30 | Auto merge of #17516 - kilpkonn:master, r=kilpkonn | bors | -1/+1 |
| 2024-06-30 | Do not explicit generics to generated expressions | Tavo Annus | -1/+1 |
| 2024-06-29 | fix: completions after async kw | roife | -8/+48 |
| 2024-06-24 | Fix term_search filtering enum variant generics incorrectly | Lukas Wirth | -1/+1 |
| 2024-06-24 | Auto merge of #17481 - roife:fix-issue-17480, r=Veykril | bors | -2/+2 |
| 2024-06-23 | fix: pattern completions in let-stmt | roife | -2/+2 |
| 2024-06-21 | Run `data_constructor` tactic only backwards | Tavo Annus | -4/+3 |
| 2024-06-19 | fix(completion): complete async keyword | Maria José Solano | -0/+21 |
| 2024-06-19 | Auto merge of #17449 - kilpkonn:assoc_const, r=Veykril | bors | -0/+1 |
| 2024-06-18 | Add tactic for associated item constants | Tavo Annus | -0/+1 |
| 2024-06-16 | feat: add space after specific keywords in completion | roife | -24/+193 |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -1/+2 |
| 2024-06-09 | Register virtual workspace Cargo.toml files in the VFS | Lukas Wirth | -0/+1 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -42/+31 |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -2/+2 |
| 2024-06-02 | feat: Enable completions within derive helper attributes | Lukas Wirth | -10/+76 |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -2/+2 |
| 2024-05-22 | fix: ensure implied bounds from associated types are considered in autocomplete | David Barsky | -0/+41 |
| 2024-05-22 | Simplify | Lukas Wirth | -6/+1 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -66/+69 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -7/+7 |
| 2024-05-13 | Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykril | bors | -5/+6 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -1/+2 |
| 2024-05-07 | Use unit of work as fuel instead of time | Tavo Annus | -1/+1 |
| 2024-05-06 | Add time based fuel to term search | Tavo Annus | -1/+2 |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -4/+3 |
| 2024-05-06 | Fix source_range for INT_NUMBER in completion | roife | -1/+46 |
| 2024-04-30 | fix: Tracing span names should match function names | Wilfred Hughes | -6/+6 |
| 2024-04-25 | Add inlay hints lifetime arg tests | Lukas Wirth | -6/+6 |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+27778 |