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-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
Unherit server extra env for runnables extra env
Lukas Wirth
-36
/
+33
2025-07-27
fix: Fix runnables extra env not substituting env vars
Lukas Wirth
-50
/
+53
2025-07-27
Merge pull request #20290 from ShoyuVanilla/tmp-lockfiles
Lukas Wirth
-6
/
+54
2025-07-27
Merge pull request #20302 from Young-Flash/fix_20240
Laurențiu Nicola
-4
/
+23
2025-07-27
minor: fix typo
Young-Flash
-1
/
+1
2025-07-26
Merge pull request #20307 from Hmikihiro/migrate_extract_expression_from_form...
Laurențiu Nicola
-8
/
+11
2025-07-26
Migrate `extract_expressions_from_format_string` assist to use `SyntaxEditor`
Hayashi Mikihiro
-8
/
+11
2025-07-26
Migrate Convert_to_guarded_return to use SyntaxEditor
Hayashi Mikihiro
-7
/
+6
2025-07-26
Migrate part of utils.rs to use SyntaxEditor
Hayashi Mikihiro
-3
/
+5
2025-07-26
Migrate PathTransform to SyntaxEditor
Hayashi Mikihiro
-86
/
+168
2025-07-26
add Debug on AstSubst PathTransform.rs
Hayashi Mikihiro
-1
/
+2
2025-07-26
test: add test case for fold doc comment for multiline param list fn
Young-Flash
-0
/
+17
2025-07-26
fix fold doc comment for multiline param list fn
Young-Flash
-4
/
+6
2025-07-26
Modify around add_trait_assoc_items_to_impl to migrate add_missing_impl_members
Hayashi Mikihiro
-110
/
+229
2025-07-25
migrate_replace_derive_with_manual_impl
Hmikihiro
-60
/
+45
2025-07-25
split ted from gen_trait_fn_body
Hmikihiro
-88
/
+65
2025-07-25
Merge pull request #19938 from A4-Tacks/gen-impl-trait
Shoyu Vanilla (Flint)
-3
/
+346
2025-07-24
Remove dead code and extend test coverage and diagnostics around it
Oli Scherer
-13
/
+3
2025-07-24
Fix generate_trait_from_impl whitespace after vis
A4-Tacks
-3
/
+9
2025-07-23
Merge pull request #20291 from ChayimFriedman2/fix-cargo-lock
Chayim Refael Friedman
-0
/
+1
2025-07-23
Use `TempDir` for copied lockfiles
Shoyu Vanilla
-6
/
+55
2025-07-23
Fix Cargo.lock
Chayim Refael Friedman
-0
/
+1
2025-07-23
Merge pull request #20285 from A4-Tacks/fix-rename-self
Chayim Refael Friedman
-31
/
+44
2025-07-23
Remove rename_self_outside_of_methods
A4-Tacks
-8
/
+2
2025-07-23
Merge pull request #20289 from ChayimFriedman2/expr-store-diags-macros
Lukas Wirth
-44
/
+9
2025-07-23
Remove `ExpressionStoreDiagnostics::MacroError`, instead recreate it from the...
Chayim Refael Friedman
-44
/
+9
2025-07-23
Change rename self to parameter use `Self` type
A4-Tacks
-29
/
+48
2025-07-23
Merge pull request #20281 from ChayimFriedman2/parse-hrtb-const
Shoyu Vanilla (Flint)
-352
/
+463
2025-07-22
Merge pull request #20280 from Kobzol/josh-sync
Laurențiu Nicola
-229
/
+42
2025-07-22
Add CI workflow for periodically performing josh pulls
Jakub Beránek
-0
/
+20
2025-07-22
Apply suggestions from code review
Jakub Beránek
-4
/
+5
2025-07-22
Document synces using `josh-sync`
Jakub Beránek
-12
/
+41
2025-07-22
Remove pull/push functionality from `xtask`
Jakub Beránek
-217
/
+0
2025-07-22
Parse `for<'a> [const]`
Chayim Refael Friedman
-352
/
+463
[next]