| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | feat: migrate `reorder_fields` assist to use `SyntaxFactory` | Tarek | -8/+21 |
| 2024-11-03 | Allow interpreting consts and statics with interpret function command | Lukas Wirth | -4/+1 |
| 2024-10-31 | Move child_by_source from hir-def to hir | Lukas Wirth | -1/+1 |
| 2024-10-30 | Merge pull request #18385 from Giga-Bowser/master | Lukas Wirth | -0/+462 |
| 2024-10-28 | Move text-edit into ide-db | Lukas Wirth | -6/+5 |
| 2024-10-27 | Merge pull request #18419 from ChayimFriedman2/leading-or | Lukas Wirth | -0/+3 |
| 2024-10-27 | Put leading `|` in patterns under `OrPat` | Chayim Refael Friedman | -0/+3 |
| 2024-10-26 | Turn Remove dbg into a quick fix for better prioritization | Laurențiu Nicola | -4/+3 |
| 2024-10-24 | Rework `generate_fn_type_alias` | Giga Bowser | -55/+43 |
| 2024-10-23 | Fix alphabetical order of handlers | Giga Bowser | -2/+2 |
| 2024-10-23 | Add assist to generate a type alias for a function | Giga Bowser | -0/+474 |
| 2024-10-21 | Auto merge of #18294 - Giga-Bowser:master, r=Veykril | bors | -2387/+4718 |
| 2024-10-21 | Update ide tests | Lukas Wirth | -1/+2 |
| 2024-10-19 | Combine entry points for wrapping/unwrapping return types | Giga Bowser | -426/+592 |
| 2024-10-17 | Re-use code for wrapping/unwrapping return types | Giga Bowser | -3488/+3305 |
| 2024-10-13 | Add wrap/unwrap return type in Option | Giga Bowser | -0/+2348 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+5 |
| 2024-09-26 | minor: Use `SyntaxEditor` in `extract_variable` | DropDemBits | -66/+35 |
| 2024-09-25 | Add missing rustc_private | Laurențiu Nicola | -0/+5 |
| 2024-09-24 | fix: Temporary fix for `remove_unused_imports` not handling import aliases co... | Shoyu Vanilla | -10/+77 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -18/+127 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -18/+127 |
| 2024-09-17 | Use `SyntaxEditor` in `extract_type_alias` | DropDemBits | -13/+15 |
| 2024-09-13 | Auto merge of #18073 - alibektas:immutable_tree_panics, r=lnicola | bors | -2/+41 |
| 2024-09-12 | fix: Immutable tree panic in `generate_delegate_trait` | Ali Bektas | -2/+41 |
| 2024-09-12 | Auto merge of #18038 - roife:fix-issue-18034, r=Veykril | bors | -41/+145 |
| 2024-09-11 | Auto merge of #18078 - cuishuang:master, r=Veykril | bors | -0/+2 |
| 2024-09-11 | Auto merge of #18052 - Coekjan:fix-inline-const, r=Veykril | bors | -4/+3 |
| 2024-09-10 | feat: generate names for tuple-struct in add-missing-match-arms | roife | -24/+106 |
| 2024-09-10 | refactor: introduce NameGenerator in suggest_name | roife | -17/+39 |
| 2024-09-09 | Remove unnecessary symbols and add missing symbols | cuishuang | -0/+2 |
| 2024-09-05 | fix: Fix `inline_const_as_literal` error when the number >= 10 | coekjan | -4/+3 |
| 2024-09-04 | assist: ensure replace_qualified_name_with_use applies to the first path segment | David Barsky | -9/+25 |
| 2024-09-03 | Auto merge of #17984 - ShoyuVanilla:cast, r=Veykril | bors | -2/+4 |
| 2024-09-03 | Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykril | bors | -826/+8 |
| 2024-09-03 | refactor: move ide_assist::utils::suggest_name to ide-db | roife | -826/+8 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -2/+4 |
| 2024-09-02 | Merge some strings | Laurențiu Nicola | -6/+3 |
| 2024-09-02 | fix: use Result type aliases in "Wrap return type in Result" assist | Ivar Scholten | -13/+280 |
| 2024-09-01 | Auto merge of #17985 - riverbl:explicit-enum-discriminant, r=Veykril | bors | -0/+231 |
| 2024-09-01 | Handle attributes correctly in "Flip comma" | Chayim Refael Friedman | -3/+61 |
| 2024-08-31 | Update generated doctests | riverbl | -0/+27 |
| 2024-08-31 | Add explicit enum discriminant assist | riverbl | -0/+204 |
| 2024-08-29 | fix: consider indentation in the "Generate impl" and "Generate trait impl" as... | Ivar Scholten | -13/+76 |
| 2024-08-29 | Auto merge of #17993 - ChayimFriedman2:convert-to-tuple-attrs, r=Veykril | bors | -11/+49 |
| 2024-08-29 | Auto merge of #17991 - ChayimFriedman2:extract-variable-ref, r=Veykril | bors | -10/+140 |
| 2024-08-29 | Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykril | bors | -0/+1307 |
| 2024-08-29 | Consider field attributes when converting from tuple to named struct and the ... | Chayim Refael Friedman | -11/+49 |
| 2024-08-29 | Also handle deref expressions in "Extract variable" | Chayim Refael Friedman | -15/+59 |
| 2024-08-29 | Don't add reference when it isn't needed for the "Extract variable" assist | Chayim Refael Friedman | -1/+42 |