| Age | Commit message (Expand) | Author | Lines |
| 2024-10-28 | Move text-edit into ide-db | Lukas Wirth | -9/+882 |
| 2024-10-28 | Merge pull request #18074 from ChayimFriedman2/typeref-source-map | Lukas Wirth | -0/+20 |
| 2024-10-27 | Invert token iteration order in macro mapping | Lukas Wirth | -2/+4 |
| 2024-10-25 | Factor out token ranking | Lukas Wirth | -0/+30 |
| 2024-10-25 | Fix memory usage calculation's queries list | Chayim Refael Friedman | -0/+20 |
| 2024-10-22 | Auto merge of #18370 - duncpro:goto-def-ranges, r=Veykril | bors | -2/+10 |
| 2024-10-22 | Auto merge of #18349 - dqkqd:issue-18344, r=Veykril | bors | -1/+13 |
| 2024-10-22 | feat: render docs from aliased type when docs are missing | Khanh Duong Quoc | -1/+13 |
| 2024-10-22 | resolve range patterns to the their struct types | Duncan Proctor | -2/+10 |
| 2024-10-21 | Move explicit range handling out of goto_definition, use OperatorClass instead | duncanproctor | -22/+18 |
| 2024-10-21 | GotoDefinition on a Range or InclusiveRange operator will link to the struct ... | duncanproctor | -1/+16 |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -20/+22 |
| 2024-10-04 | Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril | bors | -3/+7 |
| 2024-10-04 | internal: Filter out opaque tokens in some of IDE feature macro descensions | Lukas Wirth | -3/+7 |
| 2024-09-30 | Auto merge of #18207 - mbwilding:master, r=Veykril | bors | -1/+1 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -2/+2 |
| 2024-09-29 | Fix ambiguity with CamelCase diagnostic messages | Matthew Wilding | -1/+1 |
| 2024-09-25 | Prime caches for symbol search too. | Kevin Reid | -0/+16 |
| 2024-09-24 | fix: Temporary fix for `remove_unused_imports` not handling import aliases co... | Shoyu Vanilla | -3/+20 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -1/+1 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -1/+1 |
| 2024-09-17 | internal: Extend `SourceChangeBuilder` to make make working with `SyntaxEdito... | DropDemBits | -1/+95 |
| 2024-09-10 | refactor: introduce NameGenerator in suggest_name | roife | -62/+150 |
| 2024-09-09 | Auto merge of #18041 - roife:fix-issue-17631, r=Veykril | bors | -1/+95 |
| 2024-09-09 | feat: better name suggestions for fn | roife | -1/+95 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -6/+22 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -26/+37 |
| 2024-09-05 | Add Definition kind for asm register operand | Lukas Wirth | -4/+15 |
| 2024-09-05 | Add Definition kind for asm register classes | Lukas Wirth | -3/+12 |
| 2024-09-03 | feat: suggest name in let_stmt and fn_param | roife | -2/+16 |
| 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 |