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-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-25
Adjust minicore for Sized Hierarchy changes
Lukas Wirth
-2
/
+6
2025-06-24
Merge pull request #20061 from ChayimFriedman2/wrap-ret-ty
Lukas Wirth
-32
/
+131
2025-06-24
Merge pull request #20062 from ChayimFriedman2/doctests
Lukas Wirth
-0
/
+1
2025-06-24
fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansion
Shoyu Vanilla
-11
/
+5
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-23
In "Wrap return type" assist, don't wrap exit points if they already have the...
Chayim Refael Friedman
-32
/
+131
2025-06-22
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-3
/
+9
2025-06-21
fix: Correct grammar in remove all unused imports assist
Zakaria Elkatani
-1
/
+1
2025-06-17
chore: Start infesting ide crates with 'db lifetime
Lukas Wirth
-116
/
+134
2025-06-06
In "Fill match arms", allow users to prefer `Self` to the enum name when poss...
Chayim Refael Friedman
-29
/
+200
2025-06-03
Merge pull request #19869 from MatrixFrog/publicize_field
Lukas Wirth
-145
/
+2
2025-06-03
Merge pull request #19901 from BazookaMusic/master
Lukas Wirth
-12
/
+192
2025-06-02
Add a quickfix for accessing a private field of a struct
Tyler Breisacher
-145
/
+2
2025-06-02
simplify expression that checks the offset
BazookaMusic
-36
/
+30
2025-06-02
Enhance renaming to include identifiers that are generated from the original ...
Lukas Wirth
-1
/
+2
2025-06-01
clippy and more formatting
BazookaMusic
-9
/
+4
2025-06-01
rename function so it makes more sense
BazookaMusic
-5
/
+5
2025-06-01
Formatting issues resolved
BazookaMusic
-13
/
+18
2025-06-01
add missing public keyword
BazookaMusic
-1
/
+1
2025-06-01
Allow assist edit for converting structs to appear also on struct keyword and...
BazookaMusic
-6
/
+192
2025-05-29
fix: Fix import insertion not being fully cfg aware
Lukas Wirth
-35
/
+37
2025-05-28
feat: Desugar assist for `let pat = expr?;` -> `let else`
Lukas Wirth
-171
/
+324
2025-05-26
Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent
Lukas Wirth
-3
/
+91
2025-05-26
Merge pull request #19785 from A4-Tacks/fix-generate-new-indent
Lukas Wirth
-1
/
+136
2025-05-15
handle trait in function
Hayashi Mikihiro
-21
/
+23
2025-05-15
check glob
Hayashi Mikihiro
-21
/
+22
2025-05-15
rename fn name take_path to any
Hayashi Mikihiro
-1
/
+1
2025-05-15
fix: ide-assists, generate mut trait impl indent
A4-Tacks
-3
/
+91
2025-05-14
fix: Removing all unused imports removes used imports for imports used for De...
Hayashi Mikihiro
-38
/
+177
2025-05-14
fixes: ide-assists, generate_new indent loses
A4-Tacks
-1
/
+136
2025-05-05
Merge pull request #19747 from Veykril/push-kqxvxrxozswr
Lukas Wirth
-12
/
+40
2025-05-05
fix: Fix `move_bounds` assists not working for lifetimes
Lukas Wirth
-12
/
+40
2025-05-05
feat: add an assist to unwrap a type with a generic arg
Vishruth-Thimmaiah
-0
/
+175
2025-05-02
Render more lifetimes
Lukas Wirth
-23
/
+23
2025-05-01
remove a couple of clones
Matthias Krüger
-8
/
+8
2025-04-28
Merge pull request #19542 from snprajwal/let-else-to-match
Lukas Wirth
-130
/
+194
2025-04-28
refactor: migrate `merge_imports` to syntax editor
Prajwal S N
-43
/
+25
2025-04-28
chore: rename `unmerge_use` to `unmerge_imports`
Prajwal S N
-44
/
+44
2025-04-28
fix: migrate `unmerge_use` to syntax editor
Prajwal S N
-15
/
+44
2025-04-28
refactor: migrate `let_else_to_match` to editor
Prajwal S N
-130
/
+194
[next]