| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | fix: Fix path qualified auto-importing completions not working with re-exports | Lukas Wirth | -120/+152 |
| 2024-12-13 | feat: improve name generation in destructure_tuple_binding | roife | -0/+2 |
| 2024-12-13 | Bump typos | Laurențiu Nicola | -1/+1 |
| 2024-12-11 | Properly handle different defaults for severity of lints | Chayim Refael Friedman | -1267/+6155 |
| 2024-12-11 | Merge from rust-lang/rust | Laurențiu Nicola | -11/+2 |
| 2024-12-10 | minor: enhance name suggestion for `Arc<T>` and `Rc<T>` | roife | -1/+27 |
| 2024-12-05 | fix: Resolve generic parameters within use captures | Lukas Wirth | -0/+7 |
| 2024-12-05 | Parse lifetime bounds in lifetime param into TypeBoundList | Lukas Wirth | -10/+0 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -11/+2 |
| 2024-12-04 | Fix parsing of parenthesized type args and RTN | Lukas Wirth | -1/+2 |
| 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 |