index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
ide-assists
Age
Commit message (
Expand
)
Author
Lines
2025-08-23
Merge pull request #20511 from A4-Tacks/fix-conv-int-lit-on-selected
Chayim Refael Friedman
-2
/
+8
2025-08-22
fix: convert_integer_literal not on selected
A4-Tacks
-2
/
+8
2025-08-22
Fix indent for move_guard_to_arm_body
A4-Tacks
-13
/
+57
2025-08-19
user facing code should use not use `PostAnalysis`
lcnr
-2
/
+2
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-8
/
+18
2025-08-18
Merge pull request #20442 from ChayimFriedman2/unqualify
Shoyu Vanilla (Flint)
-1
/
+117
2025-08-14
Merge pull request #20455 from A4-Tacks/fix-indent-conv-match-to-let-else
Shoyu Vanilla (Flint)
-6
/
+58
2025-08-14
Merge pull request #20456 from A4-Tacks/match-with-if-let-guard
Shoyu Vanilla (Flint)
-12
/
+52
2025-08-14
Add guard to let-chain for replace_match_with_if_let
A4-Tacks
-12
/
+52
2025-08-14
Fix indent for convert_match_to_let_else
A4-Tacks
-6
/
+58
2025-08-13
Merge Trait and TraitAlias handling
Deadbeef
-6
/
+0
2025-08-13
Merge pull request #20329 from jackh726/next-trait-solver-querify
Lukas Wirth
-17
/
+42
2025-08-13
Only import the item in "Unqualify method call" if needed
Chayim Refael Friedman
-1
/
+117
2025-08-12
fix: Implement default member to resolve IdentPat
sgasho
-0
/
+49
2025-08-12
Make import sorting order follow 2024 edition style
Shoyu Vanilla
-12
/
+12
2025-08-10
Fix extract_expressions_from_format_string on write!
A4-Tacks
-6
/
+40
2025-08-09
Implement next trait solver
jackh726
-17
/
+42
2025-08-09
fix: generate function by indet token
Hmikihiro
-1
/
+29
2025-08-07
In extract_module.rs, generate ast::Module instead of String
Hmikihiro
-66
/
+109
2025-08-06
Merge pull request #20354 from A4-Tacks/clean-lit-stmt-remove-dbg
Chayim Refael Friedman
-0
/
+50
2025-08-06
Add remove simple dbg stmt for remove_dbg
A4-Tacks
-0
/
+50
2025-08-05
Merge pull request #20385 from Hmikihiro/migrate_expand_glob_import
Shoyu Vanilla (Flint)
-5
/
+4
2025-08-05
Merge pull request #20383 from Hmikihiro/remove_ted_from_replace_named_generi...
Shoyu Vanilla (Flint)
-17
/
+19
2025-08-05
Migrate `expand_glob_import` assist to use `SyntaxEditor`
Hmikihiro
-5
/
+4
2025-08-05
remove `ted` from replace_named_generic_with_impl.rs
Hmikihiro
-17
/
+19
2025-08-04
remvoe add_attr edit_in_place.rs because it use ted.
Hmikihiro
-80
/
+131
2025-08-03
Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_impl
Lukas Wirth
-34
/
+35
2025-08-03
Migrate `generate_trait_from_impl` assist to use `SyntaxEditor`
Hmikihiro
-34
/
+35
2025-08-03
Merge pull request #20368 from Hmikihiro/migrate_delegate_methods
Lukas Wirth
-33
/
+40
2025-08-03
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
Hmikihiro
-33
/
+40
2025-08-02
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
Hmikihiro
-19
/
+23
2025-07-31
Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl
Shoyu Vanilla (Flint)
-26
/
+31
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-454
/
+434
2025-07-30
add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_...
Hmikihiro
-26
/
+31
2025-07-30
Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_...
Shoyu Vanilla (Flint)
-41
/
+54
2025-07-30
Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_name...
Shoyu Vanilla (Flint)
-67
/
+100
2025-07-29
replace `make::` to `SyntaxFactory::` in `inline_type_alias`
Hmikihiro
-11
/
+16
2025-07-29
add `SyntaxFactory::record_expr` to hide clone_for_update
Hmikihiro
-8
/
+12
2025-07-29
Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet
Lukas Wirth
-2
/
+49
2025-07-29
In generate_mut_trait_impl, don't add a tabstop if the client does not suppor...
Chayim Refael Friedman
-2
/
+49
2025-07-29
Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen
Chayim Refael Friedman
-6
/
+62
2025-07-28
Merge pull request #20303 from Hmikihiro/migrate_path_transform
Shoyu Vanilla (Flint)
-49
/
+85
2025-07-27
Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils
Shoyu Vanilla (Flint)
-3
/
+5
2025-07-27
Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor'
Hayashi Mikihiro
-35
/
+68
2025-07-27
migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn...
Hayashi Mikihiro
-30
/
+24
2025-07-27
remove ted from convert_tuple_struct_to_named_struct
Hayashi Mikihiro
-5
/
+7
2025-07-27
Migrate `inline_type_alias` assist to use `SyntaxEditor`
Hmikihiro
-29
/
+34
2025-07-27
refactor: conpare text of name_ref instead of syntax name_ref
Hmikihiro
-1
/
+4
2025-07-26
Merge pull request #20307 from Hmikihiro/migrate_extract_expression_from_form...
Laurențiu Nicola
-8
/
+11
2025-07-26
Migrate `extract_expressions_from_format_string` assist to use `SyntaxEditor`
Hayashi Mikihiro
-8
/
+11
[prev]
[next]