| Age | Commit message (Expand) | Author | Lines |
| 2024-08-06 | fix: tyck for non-ADT types when searching refs for `Self` kw | roife | -1/+8 |
| 2024-08-06 | Auto merge of #17745 - regexident:improve-crate-manifests, r=Veykril | bors | -2/+3 |
| 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 | Fix spelling of "data structure" | Vincent Esche | -2/+2 |
| 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-06 | fix: Panic in path transform with default type parameters | Shoyu Vanilla | -5/+21 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -9/+6 |
| 2024-07-23 | chore: update codegens | winstxnhdw | -89/+147 |
| 2024-07-22 | Auto merge of #17670 - Veykril:mem, r=Veykril | bors | -0/+2 |
| 2024-07-22 | LRU `body_with_source_map` query | Lukas Wirth | -0/+2 |
| 2024-07-22 | Auto merge of #17542 - roife:fix-issue-17517, r=Veykril | bors | -15/+27 |
| 2024-07-22 | Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril | bors | -3/+3 |
| 2024-07-21 | fix: Allow flyimport to import primitive shadowing modules | Lukas Wirth | -1/+1 |
| 2024-07-20 | Rename rust-analyzer commands | Josh McKinney | -3/+3 |
| 2024-07-19 | Auto merge of #17639 - Veykril:salsa-perf, r=Veykril | bors | -132/+3 |
| 2024-07-20 | fix: incorrect highlighting of try blocks with control flow kws | roife | -15/+27 |
| 2024-07-19 | Make LRU opt-in | Lukas Wirth | -129/+0 |
| 2024-07-19 | Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent... | Lukas Wirth | -3/+3 |
| 2024-07-19 | Auto merge of #17622 - roife:fix-issue-17602, r=Veykril | bors | -5/+13 |
| 2024-07-18 | Update test fixtures | Lukas Wirth | -74/+185 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -63/+82 |
| 2024-07-18 | fix: handle synonymous imports in 'merge imports' | roife | -5/+13 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -5/+13 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -18/+33 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -7/+7 |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -5/+5 |
| 2024-07-15 | Auto merge of #17559 - Veykril:tokentree, r=Veykril | bors | -8/+9 |
| 2024-07-15 | Encode ident rawness and literal kind separately in tt::Leaf | Lukas Wirth | -8/+9 |
| 2024-07-15 | Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril | bors | -5/+21 |
| 2024-07-15 | Fix stable iteration ordering for `Map<Name, ...>` usages | Lukas Wirth | -5/+5 |
| 2024-07-12 | Trigger VSCode to rename after extract variable assist is applied | bors | -5/+21 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -5/+5 |
| 2024-07-11 | Merge from rust-lang/rust | Laurențiu Nicola | -1/+0 |
| 2024-07-07 | Auto merge of #17555 - Veykril:grammar-inline, r=Veykril | bors | -1/+1 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -1/+1 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -4/+35 |
| 2024-07-07 | Update generated lint definitions | Lukas Wirth | -796/+1022 |
| 2024-07-02 | squash. | Shohei Wada | -4/+35 |
| 2024-07-01 | Auto merge of #17494 - harrysarson:harry/keep-braces, r=Veykril | bors | -3/+30 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -2/+0 |
| 2024-06-30 | Simplify | Lukas Wirth | -5/+1 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -1/+0 |
| 2024-06-26 | do not normalize `use foo::{self}` to `use foo` | Harry Sarson | -3/+30 |
| 2024-06-24 | Enum variants are not generic def ids | Lukas Wirth | -4/+7 |
| 2024-06-17 | Auto merge of #17439 - Veykril:paralleler-prime-caches, r=Veykril | bors | -34/+16 |
| 2024-06-17 | Properly prime all crate def maps in `parallel_prime_caches` | Lukas Wirth | -34/+16 |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -1/+1 |
| 2024-06-11 | Auto merge of #17374 - Veykril:configs, r=Veykril | bors | -1/+1 |