| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -27/+6 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -50/+203 |
| 2025-07-31 | Rollup merge of #144721 - a4lg:riscv-hwprobe-linux-6.16, r=Amanieu | Samuel Tardieu | -4/+10 |
| 2025-07-31 | Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=Amanieu | Samuel Tardieu | -3/+4 |
| 2025-07-31 | Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni | Samuel Tardieu | -18/+0 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -25/+189 |
| 2025-07-31 | Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar | bors | -152/+244 |
| 2025-07-31 | Rollup merge of #144713 - nnethercote:rustc_middle-ty-cleanups, r=lcnr | Stuart Cook | -149/+141 |
| 2025-07-31 | Rollup merge of #144665 - scottmcm:restore-sroa-simd-check, r=compiler-errors | Stuart Cook | -1/+55 |
| 2025-07-31 | Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-dead | Stuart Cook | -2/+48 |
| 2025-07-31 | Fix CI build failure when using new libtest public constant | Guillaume Gomez | -2/+3 |
| 2025-07-31 | Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc | Guillaume Gomez | -3/+3 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -25/+189 |
| 2025-07-31 | std_detect: Linux 6.16 support for RISC-V | Tsukasa OI | -4/+10 |
| 2025-07-31 | fix: Only "close the window" when its the last annotated file | Scott Schafer | -3/+6 |
| 2025-07-31 | Auto merge of #144718 - Zalathar:rollup-76lrtf2, r=Zalathar | bors | -334/+1215 |
| 2025-07-31 | Rollup merge of #144717 - nnethercote:mv-rustc_middle-parameterized, r=compil... | Stuart Cook | -189/+170 |
| 2025-07-31 | Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin | Stuart Cook | -5/+3 |
| 2025-07-31 | Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkov | Stuart Cook | -73/+57 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -12/+191 |
| 2025-07-31 | Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk | Stuart Cook | -26/+551 |
| 2025-07-31 | Rollup merge of #135975 - balt-dev:master, r=tgross35 | Stuart Cook | -29/+243 |
| 2025-07-31 | Fix up size asserts. | Nicholas Nethercote | -14/+26 |
| 2025-07-31 | Move `InferVarInfo` out of `rustc_middle`. | Nicholas Nethercote | -15/+16 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -19/+8 |
| 2025-07-31 | Remove `ParamEnvAnd::into_parts`. | Nicholas Nethercote | -14/+8 |
| 2025-07-31 | Move `TermVid` out of `rustc_middle`. | Nicholas Nethercote | -28/+26 |
| 2025-07-31 | Move `rustc_middle::parameterized` to `rustc_metadata`. | Nicholas Nethercote | -176/+170 |
| 2025-07-31 | Remove unused `ParameterizedOverTcx` impls. | Nicholas Nethercote | -13/+0 |
| 2025-07-31 | Move `ParamTerm` out of `rustc_middle`. | Nicholas Nethercote | -20/+20 |
| 2025-07-31 | Move an `EarlyParamRegion` impl block. | Nicholas Nethercote | -9/+9 |
| 2025-07-31 | Move `ImplHeader` out of `rustc_middle`. | Nicholas Nethercote | -18/+19 |
| 2025-07-31 | Move `ResolverOutputs` out of `rustc_middle`. | Nicholas Nethercote | -9/+9 |
| 2025-07-31 | Remove unused `impl_decodable_via_ref!` entries. | Nicholas Nethercote | -3/+0 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -57/+353 |
| 2025-07-30 | test: Check close window rendering | Scott Schafer | -0/+43 |
| 2025-07-30 | Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkov | bors | -1/+0 |
| 2025-07-30 | Auto merge of #144692 - samueltardieu:rollup-0j1y08x, r=samueltardieu | bors | -378/+665 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -14/+56 |
| 2025-07-30 | Rollup merge of #144655 - jdonszelmann:cleanup-codegen-fn-attrs, r=WaffleLapkin | Samuel Tardieu | -237/+289 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -114/+212 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -13/+108 |
| 2025-07-30 | Implement push_mut | Balt | -29/+243 |
| 2025-07-30 | only extract lang items once | Jana Dönszelmann | -5/+3 |
| 2025-07-30 | clean up codegen fn attrs | Jana Dönszelmann | -237/+289 |
| 2025-07-30 | extend comment | lcnr | -0/+13 |
| 2025-07-30 | add comment and opaque type fixme | lcnr | -0/+11 |
| 2025-07-30 | handle region dependent goals due to infer vars | lcnr | -19/+128 |
| 2025-07-30 | Add change tracker entry | Jieyou Xu | -0/+5 |
| 2025-07-30 | Run `compiletest` self-tests against stage 1 rustc | Jieyou Xu | -2/+2 |