about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-assists
AgeCommit message (Expand)AuthorLines
2025-06-24fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansionShoyu Vanilla-11/+5
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-06-23In "Wrap return type" assist, don't wrap exit points if they already have the...Chayim Refael Friedman-32/+131
2025-06-22Minic rustc's new `format_args!` expansionShoyu Vanilla-3/+9
2025-06-21fix: Correct grammar in remove all unused imports assistZakaria Elkatani-1/+1
2025-06-17chore: Start infesting ide crates with 'db lifetimeLukas Wirth-116/+134
2025-06-06In "Fill match arms", allow users to prefer `Self` to the enum name when poss...Chayim Refael Friedman-29/+200
2025-06-05feat: ide-assist, generate single field struct FromA4-Tacks-6/+1043
2025-06-03Merge pull request #19869 from MatrixFrog/publicize_fieldLukas Wirth-145/+2
2025-06-03Merge pull request #19901 from BazookaMusic/masterLukas Wirth-12/+192
2025-06-02Add a quickfix for accessing a private field of a structTyler Breisacher-145/+2
2025-06-02simplify expression that checks the offsetBazookaMusic-36/+30
2025-06-02Enhance renaming to include identifiers that are generated from the original ...Lukas Wirth-1/+2
2025-06-01clippy and more formattingBazookaMusic-9/+4
2025-06-01rename function so it makes more senseBazookaMusic-5/+5
2025-06-01Formatting issues resolvedBazookaMusic-13/+18
2025-06-01add missing public keywordBazookaMusic-1/+1
2025-06-01Allow assist edit for converting structs to appear also on struct keyword and...BazookaMusic-6/+192
2025-05-29fix: Fix import insertion not being fully cfg awareLukas Wirth-35/+37
2025-05-28feat: Desugar assist for `let pat = expr?;` -> `let else`Lukas Wirth-171/+324
2025-05-26Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indentLukas Wirth-3/+91
2025-05-26Merge pull request #19785 from A4-Tacks/fix-generate-new-indentLukas Wirth-1/+136
2025-05-15handle trait in functionHayashi Mikihiro-21/+23
2025-05-15check globHayashi Mikihiro-21/+22
2025-05-15rename fn name take_path to anyHayashi Mikihiro-1/+1
2025-05-15fix: ide-assists, generate mut trait impl indentA4-Tacks-3/+91
2025-05-14fix: Removing all unused imports removes used imports for imports used for De...Hayashi Mikihiro-38/+177
2025-05-14fixes: ide-assists, generate_new indent losesA4-Tacks-1/+136
2025-05-05Merge pull request #19747 from Veykril/push-kqxvxrxozswrLukas Wirth-12/+40
2025-05-05fix: Fix `move_bounds` assists not working for lifetimesLukas Wirth-12/+40
2025-05-05feat: add an assist to unwrap a type with a generic argVishruth-Thimmaiah-0/+175
2025-05-02Render more lifetimesLukas Wirth-23/+23
2025-05-01remove a couple of clonesMatthias Krüger-8/+8
2025-04-28Merge pull request #19542 from snprajwal/let-else-to-matchLukas Wirth-130/+194
2025-04-28refactor: migrate `merge_imports` to syntax editorPrajwal S N-43/+25
2025-04-28chore: rename `unmerge_use` to `unmerge_imports`Prajwal S N-44/+44
2025-04-28fix: migrate `unmerge_use` to syntax editorPrajwal S N-15/+44
2025-04-28refactor: migrate `let_else_to_match` to editorPrajwal S N-130/+194
2025-04-28Merge pull request #19704 from Veykril/push-wrvznvvpvtvpLukas Wirth-13/+71
2025-04-28Add expression fill mode variant for filling with underscore expressionsLukas Wirth-13/+71
2025-04-26Merge pull request #19692 from vishruth-thimmaiah/remove_underscore_for_used_varChayim Refael Friedman-0/+212
2025-04-27feat: adds an assist to remove underscores from used variablesVishruth-Thimmaiah-0/+212
2025-04-25Clarify text for add_braces assistWilfred Hughes-3/+3
2025-04-22Merge pull request #19622 from A4-Tacks/raw-string-suffixLukas Wirth-13/+293
2025-04-21Remove unnecessary predefined symbol clonesChayim Refael Friedman-10/+10
2025-04-21Get rid of static predefined symbolsChayim Refael Friedman-3/+3
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-152/+164
2025-04-19Fix replace_string_with_char escaped char quoteA4-Tacks-5/+145
2025-04-18Support ide-assists raw_string suffixA4-Tacks-8/+148
2025-04-16Merge pull request #19591 from snprajwal/fix-make-macroLukas Wirth-2/+9