about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-assists
AgeCommit message (Expand)AuthorLines
2025-07-04minor: Handle match arm commas in `make::match_arm`Lukas Wirth-17/+6
2025-07-04Migrate `unmerge_match_arm` Assist to use `SyntaxEditor`Hayashi Mikihiro-22/+20
2025-07-03Bump salsaLukas Wirth-7/+8
2025-07-03Merge pull request #20156 from Veykril/push-knkzxuxkzoyxLukas Wirth-10/+12
2025-07-03Restructure proc-macro loading erros, differentiate hard error property on kindLukas Wirth-10/+12
2025-07-02Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`Hayashi Mikihiro-42/+44
2025-07-01Migrate `toggle_macro_delimiter` assist to `SyntaxEditor`Hayashi Mikihiro-12/+14
2025-07-01Migrate `promote_local_to_const` Assist to `SyntaxEditor`Hayashi Mikihiro-9/+13
2025-07-01remove `if-let` chainsHayashi Mikihiro-6/+7
2025-07-01Migrate `replace_is_method_with_if_let_method` Assist to use `SyntaxFactory`Hayashi Mikihiro-17/+17
2025-06-25Adjust minicore for Sized Hierarchy changesLukas Wirth-2/+6
2025-06-24Merge pull request #20061 from ChayimFriedman2/wrap-ret-tyLukas Wirth-32/+131
2025-06-24Merge pull request #20062 from ChayimFriedman2/doctestsLukas Wirth-0/+1
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-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