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-09-19
Merge pull request #20701 from A4-Tacks/track-caller-assist-test
Chayim Refael Friedman
-0
/
+1
2025-09-19
Add `#[track_caller]` for check_assist_by_label
A4-Tacks
-0
/
+1
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-4
/
+5
2025-09-17
Merge pull request #20682 from A4-Tacks/fix-change-vis-applicable-on-variant
Shoyu Vanilla (Flint)
-0
/
+14
2025-09-17
Fix applicable on variant field for change_visibility
A4-Tacks
-0
/
+14
2025-09-16
Merge pull request #20517 from Veykril/veykril/push-wrurmtqppzus
Lukas Wirth
-55
/
+63
2025-09-16
fix: Only compute unstable paths on nightly toolchains for IDE features
Lukas Wirth
-55
/
+63
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-4
/
+5
2025-09-11
Fix empty generic param list for generate_function
A4-Tacks
-1
/
+30
2025-09-07
Improve make::struct_ field_list whitespace
A4-Tacks
-22
/
+22
2025-08-26
Merge pull request #20534 from A4-Tacks/tog-macro-delim-semicolon
Shoyu Vanilla (Flint)
-3
/
+33
2025-08-26
Merge pull request #20509 from A4-Tacks/fix-move-guard-to-arm-indent
Shoyu Vanilla (Flint)
-13
/
+57
2025-08-25
Merge pull request #20423 from ShoyuVanilla/import-2024
Chayim Refael Friedman
-12
/
+12
2025-08-25
Fix ExprStmt delete semicolon for toggle_macro_delimiter
A4-Tacks
-3
/
+33
2025-08-24
Merge pull request #20512 from A4-Tacks/arith-op-not-on-selected
Chayim Refael Friedman
-1
/
+16
2025-08-24
replace_arith_op not applicable on selected
A4-Tacks
-1
/
+16
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
[next]