| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | refactor: move ide_assist::utils::suggest_name to ide-db | roife | -0/+821 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -137/+1 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -4/+6 |
| 2024-08-25 | Auto merge of #17958 - Veykril:deref-chain-method-completions, r=Veykril | bors | -30/+51 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -30/+51 |
| 2024-08-25 | Don't enable the search fast path for short associated functions when a searc... | Chayim Refael Friedman | -0/+4 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -4/+6 |
| 2024-08-22 | Add cov_marks to test #17927 | Chayim Refael Friedman | -0/+9 |
| 2024-08-22 | Speed up search for short associated functions, especially very common identi... | Chayim Refael Friedman | -80/+427 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -7/+6 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -0/+1 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -101/+144 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -101/+144 |
| 2024-08-16 | Auto merge of #17908 - ChayimFriedman2:usages-word-boundaries, r=Veykril | bors | -0/+14 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -5/+4 |
| 2024-08-16 | Test for word boundary in `FindUsages` | Chayim Refael Friedman | -0/+14 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -5/+4 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -2/+6 |
| 2024-08-09 | Use crossbeam-channel from the workspace | mo8it | -1/+1 |
| 2024-08-07 | Auto merge of #17813 - roife:fix-issue-17803, r=Veykril | bors | -1/+8 |
| 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 |