| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-28 | Consider all expressions that autoderef in "Extract variable", not just metho... | Chayim Refael Friedman | -3/+48 |
| 2024-08-27 | Create an assist to convert closure to freestanding fn | Chayim Refael Friedman | -0/+1307 |
| 2024-08-27 | Auto merge of #17757 - alibektas:toggle_macro_delimiters, r=Veykril | bors | -0/+279 |
| 2024-08-27 | Fix tests | Lukas Wirth | -23/+23 |
| 2024-08-26 | Fix "Unwrap block" assist with block modifiers | Chayim Refael Friedman | -3/+55 |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -1/+1 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -1/+1 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -2/+2 |
| 2024-08-24 | Add `gen` modifier to functions | Chayim Refael Friedman | -2/+32 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -3/+3 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -12/+2 |
| 2024-08-19 | fix: keep comments in convert_while_to_loop | roife | -8/+89 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -143/+269 |
| 2024-08-12 | fix: Trailing excess comma in "Convert to named struct" assist | Shoyu Vanilla | -2/+27 |
| 2024-08-06 | Auto merge of #17745 - regexident:improve-crate-manifests, r=Veykril | bors | -1/+2 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 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 | -0/+25 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -1/+1 |
| 2024-08-05 | feat: Load sysroot library via cargo metadata | Lukas Wirth | -1/+1 |
| 2024-08-02 | Make toggle_macro_delimiters work only for macro_calls | Ali Bektas | -62/+112 |
| 2024-08-01 | Add new assist toggle_macro_delimiter | Ali Bektas | -0/+229 |
| 2024-07-28 | flip the naming of the doc comment to comment assist | Luuk Wester | -2/+2 |
| 2024-07-22 | Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril | bors | -1/+1 |
| 2024-07-22 | Simplify | Lukas Wirth | -139/+65 |
| 2024-07-20 | Rename rust-analyzer commands | Josh McKinney | -1/+1 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-19 | Auto merge of #17622 - roife:fix-issue-17602, r=Veykril | bors | -0/+69 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -84/+92 |
| 2024-07-18 | fix: handle synonymous imports in 'merge imports' | roife | -0/+69 |
| 2024-07-17 | Add always disabled gen parse support | Lukas Wirth | -4/+4 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -12/+14 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -6/+6 |
| 2024-07-15 | Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril | bors | -11/+16 |
| 2024-07-15 | Fix stable iteration ordering for `Map<Name, ...>` usages | Lukas Wirth | -4/+24 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -6/+6 |
| 2024-07-13 | Address feedback from @DropDemBits | Josh McKinney | -3/+1 |
| 2024-07-12 | Trigger VSCode to rename after extract variable assist is applied | bors | -11/+18 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -19/+20 |
| 2024-07-10 | refactor: search for enum semantically | winstxnhdw | -6/+8 |
| 2024-07-09 | style: prefer type inference | winstxnhdw | -1/+1 |