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
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-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
2025-04-28
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Lukas Wirth
-13
/
+71
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-13
/
+71
2025-04-26
Merge pull request #19692 from vishruth-thimmaiah/remove_underscore_for_used_var
Chayim Refael Friedman
-0
/
+212
2025-04-27
feat: adds an assist to remove underscores from used variables
Vishruth-Thimmaiah
-0
/
+212
2025-04-25
Clarify text for add_braces assist
Wilfred Hughes
-3
/
+3
2025-04-22
Merge pull request #19622 from A4-Tacks/raw-string-suffix
Lukas Wirth
-13
/
+293
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-10
/
+10
2025-04-21
Get rid of static predefined symbols
Chayim Refael Friedman
-3
/
+3
2025-04-19
Make `HirFileId`, `EditionedFileId` and macro files Salsa struct
Chayim Refael Friedman
-152
/
+164
2025-04-19
Fix replace_string_with_char escaped char quote
A4-Tacks
-5
/
+145
2025-04-18
Support ide-assists raw_string suffix
A4-Tacks
-8
/
+148
2025-04-16
Merge pull request #19591 from snprajwal/fix-make-macro
Lukas Wirth
-2
/
+9
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
[next]