| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | alloc_addresses: use MemoryKind instead of tcx query to determine global allo... | Ralf Jung | -2/+5 |
| 2025-03-11 | Merge from rustc | The Miri Cronjob Bot | -2442/+5832 |
| 2025-03-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -22/+50 |
| 2025-03-10 | Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=Noratrieb | Matthias Krüger | -9/+4 |
| 2025-03-10 | Rollup merge of #138305 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -1880/+4676 |
| 2025-03-10 | Rollup merge of #138281 - saethlin:mergeable-doctests-stacksize, r=GuillaumeG... | Matthias Krüger | -9/+10 |
| 2025-03-10 | Rollup merge of #138268 - Kobzol:fix-summary-nan, r=jieyouxu | Matthias Krüger | -3/+7 |
| 2025-03-10 | Rollup merge of #137931 - xizheyin:issue-137421, r=jieyouxu | Matthias Krüger | -0/+30 |
| 2025-03-10 | Add remark for missing llvm-tools component re. rustc_private linker failures... | xizheyin | -0/+30 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -9/+4 |
| 2025-03-10 | Merge pull request #19331 from lnicola/sync-from-rust | Laurențiu Nicola | -7686/+3754 |
| 2025-03-10 | Format code | Laurențiu Nicola | -35/+43 |
| 2025-03-10 | Merge pull request #19328 from Veykril/push-umwykvoskvyp | Lukas Wirth | -25/+45 |
| 2025-03-10 | Fix simd layout test | Laurențiu Nicola | -1/+1 |
| 2025-03-10 | Bump rustc crates | Laurențiu Nicola | -25/+20 |
| 2025-03-10 | Run proc-macro server tests are separate CI job | Lukas Wirth | -25/+45 |
| 2025-03-10 | Merge pull request #19330 from ChayimFriedman2/normalize-projection | Lukas Wirth | -503/+869 |
| 2025-03-10 | Handle empty test suites in job summary report | Jakub Beránek | -3/+7 |
| 2025-03-10 | Merge pull request #19079 from ChayimFriedman2/rename-conflict | Lukas Wirth | -59/+509 |
| 2025-03-10 | Merge pull request #19327 from Veykril/push-qyyvkulltzpz | Lukas Wirth | -2/+6 |
| 2025-03-10 | Merge from rust-lang/rust | Laurențiu Nicola | -7635/+3700 |
| 2025-03-10 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-03-10 | Rollup merge of #138270 - StevenMia:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-10 | Rollup merge of #136395 - ChrisDenton:rand-0-9, r=Mark-Simulacrum | Matthias Krüger | -21/+49 |
| 2025-03-10 | Auto merge of #138200 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2025-03-10 | Fix `path` macro hygiene | Lukas Wirth | -2/+6 |
| 2025-03-10 | Merge pull request #19311 from aibaars/log-build-script-error | Lukas Wirth | -0/+8 |
| 2025-03-10 | Merge pull request #19314 from snprajwal/variantdef-impl | Lukas Wirth | -1/+68 |
| 2025-03-10 | Merge pull request #19316 from snprajwal/git-commit-ec | Lukas Wirth | -0/+3 |
| 2025-03-10 | Merge pull request #19252 from flodiebold/fix-fixup-delimiters | Lukas Wirth | -88/+105 |
| 2025-03-10 | Merge pull request #19232 from ShoyuVanilla/issue-19196 | Lukas Wirth | -12/+59 |
| 2025-03-10 | Fix O(tests) stack usage in edition 2024 mergeable doctests | Ben Kimock | -9/+10 |
| 2025-03-10 | Support locking versions in permitted rustc deps | Chris Denton | -7/+34 |
| 2025-03-10 | Allow wit-bindgen-rt as compiler dependency | Chris Denton | -0/+1 |
| 2025-03-10 | Update rand to 0.9.0 | Chris Denton | -15/+15 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -62/+150 |
| 2025-03-10 | doctests: fix merging on stable | Michael Howell | -1/+6 |
| 2025-03-09 | Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton | Matthias Krüger | -12/+18 |
| 2025-03-09 | Rollup merge of #137650 - thaliaarchi:move-fs-pal, r=Noratrieb | Matthias Krüger | -11/+11 |
| 2025-03-09 | Rank ADT constructors as constructors for completion scoring | Lukas Wirth | -12/+102 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -1/+1 |
| 2025-03-09 | fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s | Shoyu Vanilla | -17/+120 |
| 2025-03-09 | Rollup merge of #138232 - Kobzol:gcc-reduce-verbosity, r=GuillaumeGomez | Matthias Krüger | -2/+11 |
| 2025-03-09 | Rollup merge of #138216 - Zalathar:any-debug, r=onur-ozkan | Matthias Krüger | -2/+75 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -117/+27 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2025-03-09 | Rollup merge of #137885 - klensy:tidy-triagebot, r=jieyouxu | Matthias Krüger | -0/+97 |
| 2025-03-09 | internal: Migrate `inline_local_variable` to `SyntaxEditor` | Shoyu Vanilla | -32/+55 |
| 2025-03-09 | Auto merge of #137541 - onur-ozkan:fix-cargo-clippy-bin, r=jieyouxu | bors | -4/+15 |