| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -17/+17 |
| 2025-07-28 | Auto merge of #144603 - lnicola:sync-from-ra, r=lnicola | bors | -1424/+2182 |
| 2025-07-28 | Merge pull request #20321 from rust-lang/rustc-pull | Laurențiu Nicola | -17369/+25391 |
| 2025-07-28 | Merge pull request #20330 from Kobzol/triagebot-reopen | Laurențiu Nicola | -0/+3 |
| 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 | Auto merge of #144377 - camsteffen:simplify-impl-of-method, r=fee1-dead | bors | -111/+107 |
| 2025-07-28 | Tweak docs | Cameron Steffen | -5/+4 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -45/+45 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -47/+47 |
| 2025-07-28 | Introduce assoc_parent | Cameron Steffen | -14/+11 |
| 2025-07-28 | Remove TraitAlias from trait_of_item | Cameron Steffen | -1/+1 |
| 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 | Auto merge of #144543 - scottmcm:more-sroa, r=cjgillot | bors | -68/+40 |
| 2025-07-28 | Don't show '$saved_file' literally in IDE status updates | Wilfred Hughes | -1/+12 |
| 2025-07-28 | Auto merge of #144562 - matthiaskrgr:rollup-mlvn7qo, r=matthiaskrgr | bors | -325/+351 |
| 2025-07-28 | Rollup merge of #144530 - Zalathar:instances-used, r=lqd | Matthias Krüger | -22/+28 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -197/+41 |
| 2025-07-28 | Rollup merge of #144472 - okaneco:char_bound, r=Mark-Simulacrum | Matthias Krüger | -14/+26 |
| 2025-07-28 | Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul... | Matthias Krüger | -38/+77 |
| 2025-07-28 | Rollup merge of #144300 - hkBst:clippy-fix-7, r=Mark-Simulacrum | Matthias Krüger | -13/+12 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -32/+152 |
| 2025-07-28 | Rollup merge of #144072 - usamoi:docs, r=Mark-Simulacrum | Matthias Krüger | -9/+15 |
| 2025-07-28 | Merge ref '733dab558992' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -17351/+25373 |
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-28 | Merge pull request #20324 from lnicola/triagebot-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-28 | Adjust triagebot config for rustc-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -1203/+1109 |
| 2025-07-28 | Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgr | bors | -464/+641 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -450/+417 |
| 2025-07-28 | use let chains in hir, lint, mir | Kivooeo | -308/+279 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -445/+413 |
| 2025-07-28 | Rollup merge of #144535 - RalfJung:abi-mismatch-err, r=compiler-errors | Matthias Krüger | -35/+45 |
| 2025-07-28 | Rollup merge of #144534 - RalfJung:should_check_for_sync, r=compiler-errors | Matthias Krüger | -3/+9 |
| 2025-07-28 | Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez | Matthias Krüger | -0/+53 |
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -27/+14 |
| 2025-07-28 | Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=Amanieu | Matthias Krüger | -6/+0 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -393/+520 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -10/+25 |
| 2025-07-27 | Merge pull request #20319 from Veykril/push-znwukpmpsqxt | Lukas Wirth | -21/+15 |
| 2025-07-27 | fix: Consider all produced artifacts for proc-macro dylib search | Lukas Wirth | -21/+15 |
| 2025-07-27 | Merge pull request #20318 from Veykril/push-vpqsrylmkqqm | Lukas Wirth | -20/+58 |
| 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 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -35/+45 |
| 2025-07-27 | Allow more MIR SROA | Scott McMurray | -68/+40 |
| 2025-07-27 | Merge pull request #20317 from Veykril/push-koossvzyyvmm | Laurențiu Nicola | -1/+1 |
| 2025-07-27 | fix: Fix incorrect build script version check | Lukas Wirth | -1/+1 |