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-03-16
Suppress must_use for ControlFlow in rust-analyzer
Michael Goulet
-1
/
+1
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
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
[next]