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-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-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
2025-07-26
Migrate Convert_to_guarded_return to use SyntaxEditor
Hayashi Mikihiro
-7
/
+6
2025-07-26
Migrate part of utils.rs to use SyntaxEditor
Hayashi Mikihiro
-3
/
+5
2025-07-26
Migrate PathTransform to SyntaxEditor
Hayashi Mikihiro
-49
/
+85
2025-07-26
Modify around add_trait_assoc_items_to_impl to migrate add_missing_impl_members
Hayashi Mikihiro
-109
/
+192
2025-07-25
migrate_replace_derive_with_manual_impl
Hmikihiro
-60
/
+45
2025-07-25
split ted from gen_trait_fn_body
Hmikihiro
-88
/
+65
2025-07-25
Merge pull request #19938 from A4-Tacks/gen-impl-trait
Shoyu Vanilla (Flint)
-3
/
+346
2025-07-24
Fix generate_trait_from_impl whitespace after vis
A4-Tacks
-3
/
+9
2025-07-22
Merge pull request #20269 from Hmikihiro/migrate_indent_mapping
Shoyu Vanilla (Flint)
-20
/
+20
2025-07-22
Merge pull request #20270 from Hmikihiro/migrate_generate_new
Shoyu Vanilla (Flint)
-38
/
+68
2025-07-21
migrate generate new
Hayashi Mikihiro
-38
/
+68
2025-07-21
Migrate AstNodeEdit
Hayashi Mikihiro
-20
/
+20
2025-07-21
Merge pull request #20256 from A4-Tacks/gen-mut-trait-deref
Shoyu Vanilla (Flint)
-0
/
+37
2025-07-20
Merge pull request #20255 from A4-Tacks/deref-intranstive
Laurențiu Nicola
-2
/
+25
2025-07-19
Add Deref -> DerefMut for generate_mut_trait_impl
A4-Tacks
-0
/
+37
2025-07-19
Fix ide-assist: Deref transtive
A4-Tacks
-2
/
+25
2025-07-18
Merge pull request #19783 from A4-Tacks/generate-single-field-from
Shoyu Vanilla (Flint)
-6
/
+1043
2025-07-18
Use SyntaxEditor
A4-Tacks
-8
/
+50
2025-07-18
Change tabstop to method tail_expr
A4-Tacks
-16
/
+25
2025-07-18
Add generate_impl_trait for generate_impl
A4-Tacks
-2
/
+294
2025-07-17
Add tailexpr & -> &mut for generate_mut_trait_impl
A4-Tacks
-5
/
+20
2025-07-16
Use hir::Trait in parameter
A4-Tacks
-37
/
+24
2025-07-16
Remove redundant type parameters
A4-Tacks
-4
/
+4
2025-07-16
Add AsRef and Borrow for generate_mut_trait_impl
A4-Tacks
-18
/
+96
2025-07-13
remove `remove_default`
Hayashi Mikihiro
-26
/
+19
2025-07-11
Merge pull request #20224 from Hmikihiro/migrate_remove_dbg
Shoyu Vanilla (Flint)
-43
/
+44
2025-07-11
Migrate `remove_dbg` assist to use `SyntaxEditor`
Hayashi Mikihiro
-43
/
+44
2025-07-10
Migrate `generate_impl` assist to use `SyntaxEditor`
Hayashi Mikihiro
-9
/
+16
2025-07-10
Revert "remove `if-let` chains"
Laurențiu Nicola
-7
/
+6
2025-07-10
Migrate `convert_match_to_let_else` assist to use `SyntaxEditor`
Hayashi Mikihiro
-13
/
+15
2025-07-10
migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor'
Hayashi Mikihiro
-6
/
+9
2025-07-09
Merge pull request #20109 from Hmikihiro/generate_new_tuple_field
Shoyu Vanilla (Flint)
-24
/
+385
2025-07-09
Migrate `pull_assignment_up` assist to `SyntaxEditor`
Hayashi Mikihiro
-26
/
+45
2025-07-04
minor: Handle match arm commas in `make::match_arm`
Lukas Wirth
-17
/
+6
2025-07-04
Migrate `unmerge_match_arm` Assist to use `SyntaxEditor`
Hayashi Mikihiro
-22
/
+20
2025-07-03
Bump salsa
Lukas Wirth
-7
/
+8
2025-07-03
Merge pull request #20156 from Veykril/push-knkzxuxkzoyx
Lukas Wirth
-10
/
+12
2025-07-03
Restructure proc-macro loading erros, differentiate hard error property on kind
Lukas Wirth
-10
/
+12
2025-07-02
Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`
Hayashi Mikihiro
-42
/
+44
2025-07-01
Migrate `toggle_macro_delimiter` assist to `SyntaxEditor`
Hayashi Mikihiro
-12
/
+14
2025-07-01
Migrate `promote_local_to_const` Assist to `SyntaxEditor`
Hayashi Mikihiro
-9
/
+13
2025-07-01
remove `if-let` chains
Hayashi Mikihiro
-6
/
+7
2025-07-01
Migrate `replace_is_method_with_if_let_method` Assist to use `SyntaxFactory`
Hayashi Mikihiro
-17
/
+17
2025-06-27
use placeholder_snippet
Hayashi Mikihiro
-15
/
+46
2025-06-27
use name_generator
Hayashi Mikihiro
-6
/
+21
2025-06-27
generate new for tuple field
Hayashi Mikihiro
-22
/
+337
[next]