| Age | Commit message (Expand) | Author | Lines |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -6/+6 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -6/+6 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -2/+4 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -0/+36 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -2/+4 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -146/+406 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -146/+406 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -3/+3 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -3/+3 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -2/+3 |
| 2024-08-10 | fix: Fix find_path not respecting non-std preference config correctly | Lukas Wirth | -58/+24 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 2024-08-06 | Unify package descriptions by adding references to "rust-analyzer" | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -2/+2 |
| 2024-07-29 | Add test in `ide-completion/src/tests/item_list.rs` | Yunfei | -1/+3 |
| 2024-07-29 | Cargo fmt | Yunfei | -3/+7 |
| 2024-07-29 | feat(ide-completion): explictly show `async` keyword on `impl trait` | Yunfei | -2/+4 |
| 2024-07-21 | fix: Allow flyimport to import primitive shadowing modules | Lukas Wirth | -0/+15 |
| 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 |