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-04-16
fix: use `ast::TokenTree` in `make::expr_macro`
Prajwal S N
-2
/
+9
2025-04-15
fix: `Extract into function include inline variable in fmt macro
Hayashi Mikihiro
-14
/
+71
2025-04-14
Merge pull request #19568 from snprajwal/destructure-struct-editor
Lukas Wirth
-96
/
+54
2025-04-14
Merge pull request #19572 from snprajwal/expand-rest-pattern
Lukas Wirth
-53
/
+66
2025-04-11
refactor: migrate `expand_rest_pattern` to editor
Prajwal S N
-53
/
+66
2025-04-11
fix: `make::expr_call() -> CallExpr`
Prajwal S N
-22
/
+31
2025-04-11
fix: `make::expr_method_call() -> MethodCallExpr`
Prajwal S N
-19
/
+24
2025-04-11
fix: `make::expr_closure() -> ClosureExpr`
Prajwal S N
-1
/
+1
2025-04-11
fix: `make::expr_paren() -> ParenExpr`
Prajwal S N
-7
/
+11
2025-04-11
refactor: editor for `destructure_struct_binding`
Prajwal S N
-96
/
+54
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-14
/
+6
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-3
/
+3
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-3
/
+3
2025-04-08
fix(auto-import): Prefer imports of matching types for argument lists
Lukas Wirth
-69
/
+219
2025-04-04
prefer default over new
BenjaminBrienen
-22
/
+22
2025-04-03
fix(ide-assists): remove `AssistKind::None`
Prajwal S N
-2
/
+2
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-3
/
+3
2025-03-31
fix: Cleanup param name inlay hint filtering
Lukas Wirth
-1
/
+1
2025-03-27
Allow crate authors to control completion of their things
Chayim Refael Friedman
-1
/
+1
2025-03-25
Merge pull request #19433 from snprajwal/fix-replace-let-else
Lukas Wirth
-8
/
+41
2025-03-24
fix(ide-assists): `let else` to `if let else`
Prajwal S N
-8
/
+41
2025-03-23
chore: Bump dependencies
Lukas Wirth
-3
/
+3
2025-03-22
Speed up resolving "Generate delegate method" assist (part 2)
Felicián Németh
-552
/
+480
2025-03-22
Speed up resolving "Generate delegate method" assist (part 1)
Felicián Németh
-5
/
+8
2025-03-21
chore: Remove some unnecessary usage of `Semantics`
Lukas Wirth
-1
/
+1
2025-03-17
Test unsafeness is respected when manual impling derives
Ali Bektas
-5
/
+45
2025-03-17
Observe unsafeness only for replace_derive_with_manual_impl
Ali Bektas
-34
/
+6
2025-03-17
Observe unsafeness when generating manual impls of former derives
Ali Bektas
-1
/
+34
2025-03-15
cargo fmt
BenjaminBrienen
-382
/
+366
2025-03-14
feat: for loop to while let assist
Vishruth-Thimmaiah
-0
/
+448
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-3
/
+3
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-18
/
+48
2025-03-10
Merge pull request #19332 from Veykril/push-trvznlqsvtyq
Lukas Wirth
-20
/
+5
2025-03-10
Make change annotations per text-edit
Lukas Wirth
-20
/
+5
2025-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-20
/
+48
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-0
/
+30
2025-03-09
fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s
Shoyu Vanilla
-6
/
+62
2025-03-09
internal: Migrate `inline_local_variable` to `SyntaxEditor`
Shoyu Vanilla
-32
/
+34
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-0
/
+30
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-20
/
+48
2025-03-05
Merge pull request #19274 from Veykril/push-pouwrwwrlrlt
Lukas Wirth
-1
/
+4
2025-03-05
Use HIR unsafety information for unsafe syntax highlightng
Lukas Wirth
-1
/
+4
2025-03-03
Merge pull request #19261 from Veykril/push-rnqlyrvqpols
Lukas Wirth
-206
/
+383
2025-03-03
Support tuple struct patterns for expand_rest_pattern assist
Lukas Wirth
-23
/
+189
2025-03-02
Normalize some assist names
Lukas Wirth
-199
/
+210
2025-03-02
Merge pull request #19259 from Veykril/push-skmvrmtorqso
Lukas Wirth
-43
/
+140
2025-03-02
Merge pull request #19253 from ShoyuVanilla/migrate-convert-bool-then
Lukas Wirth
-30
/
+52
2025-03-02
Add flip or-pattern assist
Lukas Wirth
-43
/
+140
2025-03-01
Remove syntax editing from parenthesis computation
Lukas Wirth
-79
/
+30
2025-03-01
Migrate `convert_bool_then` to `SyntaxEditor`
Shoyu Vanilla
-30
/
+52
[prev]
[next]