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
2024-12-20
fix: Reduce applicability of unnecessary_async assist
Lukas Wirth
-26
/
+19
2024-12-16
fix: Fix path qualified auto-importing completions not working with re-exports
Lukas Wirth
-9
/
+7
2024-12-16
Merge pull request #18690 from Giga-Bowser/extract-variable-string
Lukas Wirth
-15
/
+168
2024-12-16
Merge pull request #18695 from roife/improve-tuple-destruction
Lukas Wirth
-74
/
+72
2024-12-16
refactor: simplify `edit_tuple_usages` in destructure_tuple_binding
roife
-46
/
+30
2024-12-15
internal: Show mir eval errors on hover with debug env var set
Lukas Wirth
-1
/
+5
2024-12-14
feat: Use string literal contents as a name when extracting into variable
Giga Bowser
-15
/
+168
2024-12-13
feat: improve name generation in destructure_tuple_binding
roife
-33
/
+47
2024-12-13
Bump typos
Laurențiu Nicola
-6
/
+6
2024-12-12
Merge pull request #18652 from Giga-Bowser/extract-constant
Lukas Wirth
-305
/
+1544
2024-12-12
Generate implementation with items even if snippet text edit is disabled
1hakusai1
-2
/
+32
2024-12-11
minor: Group `extract_function` with other extraction assists
Giga Bowser
-8
/
+23
2024-12-11
feat: Add an assist to extract an expression into a static
Giga Bowser
-120
/
+686
2024-12-11
feat: Add an assist to extract an expression into a constant
Giga Bowser
-189
/
+847
2024-12-11
internal: Move `is_body_const` to `ide_assists::utils`
Giga Bowser
-44
/
+44
2024-12-11
Merge pull request #18657 from Giga-Bowser/generate-enum-variant
Lukas Wirth
-101
/
+75
2024-12-11
feat: preserve order of parameters in extract_functions
roife
-15
/
+42
2024-12-10
minor: Migrate `generate_enum_variant` to `SyntaxEditor`
Giga Bowser
-99
/
+71
2024-12-10
minor: Add `item_enum` constructor to `SyntaxFactory`
Giga Bowser
-3
/
+5
2024-12-09
Rename test fixture crates to ra_test_fixture
Lukas Wirth
-11
/
+11
2024-12-08
fix: Map new replacement nodes to their mutable equivalents in `SyntaxEditor`
Giga Bowser
-20
/
+16
2024-12-06
feat: Migrate `flip_comma` assist to `SyntaxEditor`
Giga Bowser
-43
/
+79
2024-12-06
feat: Migrate `flip_trait_bound` assist to `SyntaxEditor`
Giga Bowser
-6
/
+8
2024-12-06
feat: Migrate `flip_binexpr` assist to `SyntaxEditor`
Giga Bowser
-26
/
+29
2024-12-06
Merge pull request #18551 from ShoyuVanilla/migrate-turbofish-assist
Lukas Wirth
-24
/
+59
2024-12-05
Merge pull request #18538 from tareknaser/syntax_factory_sort_items
David Barsky
-23
/
+21
2024-12-05
fix: rename `syntax_editor_add_generic_param` to `add_generic_param`
Tarek
-1
/
+1
2024-12-04
fix: update `introduce_named_generic` to use `type_param` directly
Tarek
-3
/
+2
2024-12-04
refactor: move editing for ast using `SyntaxEditor` to a separate file
Tarek
-1
/
+1
2024-12-04
fix: refactor `introduce_named_generic` assist
Tarek
-14
/
+5
2024-12-04
fix: refactor `syntax_editor_add_generic_param`
Tarek
-6
/
+3
2024-12-04
fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...
Tarek
-12
/
+13
2024-12-04
fix: implement `syntax_editor_create_generic_param_list`
Tarek
-5
/
+3
2024-12-04
define syntax_editor_add_generic_param
Tarek
-5
/
+3
2024-12-04
fix: remove make_mut from introduce_named_generic assist
Tarek
-2
/
+0
2024-12-04
feat: migrate introduce_named_generic assist to use SyntaxFactory
Tarek
-5
/
+20
2024-12-04
refactor: change target parameter to a reference in add_rewrite method
Tarek
-12
/
+6
2024-12-04
feat: migrate `sort_items` assist to use `SyntaxFactory`
Tarek
-18
/
+22
2024-12-03
Merge pull request #18555 from ChayimFriedman2/issue-17321
Lukas Wirth
-0
/
+45
2024-11-26
Migrate `add_turbo_fish` to `SyntaxEditor`
Shoyu Vanilla
-24
/
+59
2024-11-25
Fix a bug when synthetic AST node were searched in the AST ID map and caused ...
Chayim Refael Friedman
-0
/
+45
2024-11-19
Merge pull request #18485 from davidkurilla/feat-migrate-add_braces-to-use-Sy...
David Barsky
-6
/
+10
2024-11-19
Merge pull request #18521 from tareknaser/syntax_factory_reorder_impl_items
David Barsky
-7
/
+14
2024-11-19
Merge pull request #18529 from cmrschwarz/allow_leading_whitespace_in_merge_m...
Laurențiu Nicola
-1
/
+103
2024-11-19
Merge pull request #18459 from Giga-Bowser/match-placeholders
Laurențiu Nicola
-113
/
+128
2024-11-19
improve selection handling for `merge_match_arms`
Christian Schwarz
-1
/
+103
2024-11-17
feat: migrate `reorder_impl_items` assist to use `SyntaxFactory`
Tarek
-7
/
+14
2024-11-15
style: remove needless borrow
David Kurilla
-1
/
+1
2024-11-15
style: cargo fmt
David Kurilla
-1
/
+0
2024-11-13
feat: migrate `reorder_fields` assist to use `SyntaxFactory`
Tarek
-8
/
+21
[next]