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-01-25
Fix flyimport not filtering via stability of import path
Lukas Wirth
-0
/
+1
2025-01-24
minor: Suggest better names when a type is a sequence
Wilfred Hughes
-10
/
+10
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-16
/
+14
2025-01-18
Extract variable assist triggers less eagerly
Lukas Wirth
-7
/
+15
2025-01-16
Add missing `#[rust_analyzer::rust_fixture]` annotations
Lukas Wirth
-10
/
+23
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-6
/
+23
2025-01-10
Implement implicit sized bound inlay hints
Lukas Wirth
-2
/
+2
2025-01-10
Do not compute `prettify_macro_expansion()` unless the "Inline macro" assist ...
Chayim Refael Friedman
-7
/
+7
2025-01-08
minor: Use placeholders in `unwrap_return_type`
Giga Bowser
-2
/
+53
2025-01-08
internal: Migrate `unwrap_return_type` assist to use `SyntaxEditor`
Giga Bowser
-55
/
+73
2025-01-08
internal: Migrate `wrap_return_type` assist to use `SyntaxEditor`
Giga Bowser
-58
/
+63
2025-01-06
internal: Migrate `if let` <=> `match` assists to `SyntaxEditor`
Giga Bowser
-45
/
+53
2025-01-06
internal: Migrate `replace_let_with_if_let` assist to `SyntaxEditor`
Giga Bowser
-15
/
+12
2025-01-06
internal: `make::expr_match` should return `ast::MatchExpr`
Giga Bowser
-8
/
+8
2025-01-06
internal: Generally improve `make::match_arm`
Giga Bowser
-45
/
+29
2025-01-06
internal: move `make::expr_unit` to `make::ext::expr_unit`
Giga Bowser
-11
/
+11
2025-01-06
internal: `make::expr_tuple` should return `ast::TupleExpr`
Giga Bowser
-6
/
+6
2025-01-06
internal: `make::expr_if` should return `ast::IfExpr`
Giga Bowser
-6
/
+7
2025-01-06
internal: `make::expr_prefix` should return `ast::PrefixExpr`
Giga Bowser
-6
/
+6
2025-01-06
minor: New clippy lints
Lukas Wirth
-36
/
+35
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-1
/
+1
2024-12-31
Fix replace-if-let-with-match generates non-exhausive match
yanglsh
-44
/
+411
2024-12-30
Add test cases for #10583
yanglsh
-0
/
+357
2024-12-30
Merge pull request #18790 from ChayimFriedman2/proper-make
Lukas Wirth
-1
/
+0
2024-12-30
Merge pull request #18794 from 1hakusai1/fix_fill_match_arm_in_tokio_main
Lukas Wirth
-9
/
+7
2024-12-30
Fix bug of "fill match arm" action in tokio::main macro
1hakusai1
-9
/
+7
2024-12-30
fix: avoid generating colliding names in extract_variable
roife
-23
/
+47
2024-12-30
Move some more AST makers to the quote macro
Chayim Refael Friedman
-1
/
+0
2024-12-24
Merge pull request #18707 from ChayimFriedman2/subst
Lukas Wirth
-9
/
+12
2024-12-20
Show substitution where hovering over generic things
Chayim Refael Friedman
-9
/
+12
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
[next]