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
Age
Commit message (
Expand
)
Author
Lines
2025-08-03
Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfrom
Lukas Wirth
-19
/
+23
2025-08-02
Merge pull request #20351 from ChayimFriedman2/rename-self1
Lukas Wirth
-25
/
+186
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-25
/
+186
2025-08-03
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
Hmikihiro
-36
/
+41
2025-08-02
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
Hmikihiro
-19
/
+23
2025-08-01
Fix more docs
Ifeanyi Orizu
-6
/
+8
2025-08-01
Update documentation for overrideCommand config options
Ifeanyi Orizu
-7
/
+21
2025-07-31
Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl
Shoyu Vanilla (Flint)
-26
/
+67
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-3331
/
+3073
2025-07-31
Merge pull request #20342 from Veykril/push-zysqtqskuxvr
Lukas Wirth
-425
/
+848
2025-07-31
Add version command to proc-macro-srv
Lukas Wirth
-18
/
+139
2025-07-31
Reorganize proc-macro-srv
Lukas Wirth
-148
/
+131
2025-07-31
Properly clean proc-macro-srv proc-macro temp dir
Lukas Wirth
-18
/
+125
2025-07-30
add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_...
Hmikihiro
-26
/
+67
2025-07-30
Abtract away json protocol for proc-macro-srv
Lukas Wirth
-260
/
+472
2025-07-30
Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_...
Shoyu Vanilla (Flint)
-41
/
+54
2025-07-30
Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_name...
Shoyu Vanilla (Flint)
-67
/
+118
2025-07-29
replace `make::` to `SyntaxFactory::` in `inline_type_alias`
Hmikihiro
-11
/
+16
2025-07-29
add `SyntaxFactory::record_expr` to hide clone_for_update
Hmikihiro
-8
/
+30
2025-07-29
Merge pull request #20337 from ChayimFriedman2/double-inlay-hints
Lukas Wirth
-13
/
+43
2025-07-29
When displaying a projection into a type parameter that has bounds as `impl T...
Chayim Refael Friedman
-13
/
+43
2025-07-29
Merge pull request #20154 from joshka/jm/improve-setting-titles
Lukas Wirth
-624
/
+899
2025-07-29
Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet
Lukas Wirth
-2
/
+49
2025-07-29
In generate_mut_trait_impl, don't add a tabstop if the client does not suppor...
Chayim Refael Friedman
-2
/
+49
2025-07-29
Use GH app for authenticating sync PRs
Jakub Beránek
-4
/
+2
2025-07-29
Merge pull request #20333 from Veykril/push-xmulpqkxrytn
Lukas Wirth
-7
/
+2
2025-07-29
fix: Do not require all rename definitions to be renameable
Lukas Wirth
-7
/
+2
2025-07-29
Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen
Chayim Refael Friedman
-6
/
+62
2025-07-28
Merge pull request #20321 from rust-lang/rustc-pull
Laurențiu Nicola
-31
/
+21
2025-07-28
Format and bump rustc crates
Laurențiu Nicola
-23
/
+23
2025-07-28
Configure triagebot to reopen bot PRs
Jakub Beránek
-0
/
+3
2025-07-28
Merge pull request #20313 from Veykril/push-qmorsnlvwlrr
Lukas Wirth
-50
/
+50
2025-07-28
Merge pull request #20327 from Wilfred/saved_file_placeholder
Lukas Wirth
-1
/
+12
2025-07-28
Merge pull request #20303 from Hmikihiro/migrate_path_transform
Shoyu Vanilla (Flint)
-87
/
+170
2025-07-28
Don't show '$saved_file' literally in IDE status updates
Wilfred Hughes
-1
/
+12
2025-07-28
Merge ref '733dab558992' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-13
/
+3
2025-07-28
Prepare for merging from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-1
/
+1
2025-07-28
Adjust triagebot config for rustc-josh-sync
Laurențiu Nicola
-0
/
+1
2025-07-27
fix: Consider all produced artifacts for proc-macro dylib search
Lukas Wirth
-21
/
+15
2025-07-27
Ignore `Destruct` bounds again
Lukas Wirth
-2
/
+41
2025-07-27
Cleanup unstable flags handling
Lukas Wirth
-19
/
+18
2025-07-27
Copy lockfile when building build scripts
Lukas Wirth
-73
/
+76
2025-07-27
internal: Better type proc macro dylib build data state
Lukas Wirth
-114
/
+175
2025-07-27
Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils
Shoyu Vanilla (Flint)
-3
/
+5
2025-07-27
Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor'
Hayashi Mikihiro
-35
/
+68
2025-07-27
migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn...
Hayashi Mikihiro
-30
/
+24
2025-07-27
remove ted from convert_tuple_struct_to_named_struct
Hayashi Mikihiro
-5
/
+7
2025-07-27
Migrate `inline_type_alias` assist to use `SyntaxEditor`
Hmikihiro
-29
/
+34
2025-07-27
refactor: conpare text of name_ref instead of syntax name_ref
Hmikihiro
-1
/
+4
2025-07-27
Unherit server extra env for runnables extra env
Lukas Wirth
-36
/
+33
[prev]
[next]