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-02-28
Have inline_local_variable use precedence calculation for parentheses
Lukas Wirth
-55
/
+27
2025-02-27
fix doc tests
BenjaminBrienen
-7
/
+7
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-25
internal: Migrate `remove_unused_param` assist to `SyntaxEditor`
Giga Bowser
-14
/
+48
2025-02-25
internal: Migrate `remove_parentheses` assist to `SyntaxEditor`
Giga Bowser
-4
/
+13
2025-02-25
internal: Migrate `remove_mut` assist to `SyntaxEditor`
Giga Bowser
-7
/
+8
2025-02-24
minor: Add tabstop to impl body in `generate_trait_impl` assist
Giga Bowser
-12
/
+16
2025-02-24
Add `take()` method to `SyntaxEditor`
Shoyu Vanilla
-24
/
+14
2025-02-24
Migrate `apply_demorgan` to `SyntaxEditor`
Shoyu Vanilla
-52
/
+162
2025-02-24
Migrate some leftovers in `add_missing_match_arms`
Shoyu Vanilla
-24
/
+39
2025-02-18
Add a check_assist_* overload and move tests under assists
Ali Bektas
-37
/
+66
2025-02-18
Fix 19090
Ali Bektas
-0
/
+66
2025-02-17
Merge pull request #19158 from PoignardAzur/expaned_pub_glob_imports
Lukas Wirth
-92
/
+297
2025-02-15
Re-generate doctests
Olivier FAURE
-0
/
+23
2025-02-16
Temporarily ignore tests with comments
Shoyu Vanilla
-0
/
+6
2025-02-15
Implement expand_glob_reexport assist
Olivier FAURE
-19
/
+208
2025-02-15
Factor out business logic of expand_glob_import
Olivier FAURE
-82
/
+75
2025-02-14
internal: Remove mutable syntax tree usages from `add_missing_match_arms` assist
Shoyu Vanilla
-66
/
+64
2025-02-05
Merge pull request #18912 from vishruth-thimmaiah/fix_named_struct_assist
Lukas Wirth
-1
/
+101
2025-01-28
Merge pull request #19015 from Wilfred/mdbook
Lukas Wirth
-6
/
+6
2025-01-27
Remove duplicate method from `hir::Type`
Chayim Refael Friedman
-2
/
+2
2025-01-25
Fix flyimport not filtering via stability of import path
Lukas Wirth
-0
/
+1
2025-01-24
manual: Convert to mdbook
Wilfred Hughes
-6
/
+6
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-20
fix: upmap ranges in convert_tuple_struct_to_named_struct assist
Vishruth-Thimmaiah
-1
/
+101
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
[prev]
[next]