| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Remove TmpLayout in layout_of_enum | Zachary S | -30/+9 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -70/+111 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -4/+6 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -100/+165 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -1/+16 |
| 2025-08-13 | Rollup merge of #145241 - tomtor:avr-layout, r=nikic | Guillaume Gomez | -1/+7 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -149/+245 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+44 |
| 2025-08-13 | Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwU | Guillaume Gomez | -68/+95 |
| 2025-08-13 | Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco | Guillaume Gomez | -155/+186 |
| 2025-08-13 | Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+4 |
| 2025-08-13 | Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` is | winstonallo | -0/+9 |
| 2025-08-13 | Suppress wrapper suggestion when expected and actual ty are the same adt and ... | xizheyin | -0/+9 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -2/+9 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -68/+102 |
| 2025-08-13 | Also dump coverage info | bjorn3 | -2/+17 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -64/+79 |
| 2025-08-13 | Add a method to dump MIR in the middle of MIR building | bjorn3 | -0/+22 |
| 2025-08-13 | suggest using `pub(crate)` for E0364 | Makai | -1/+25 |
| 2025-08-13 | `fn new_coroutine_witness_for_coroutine` woops | lcnr | -61/+63 |
| 2025-08-13 | rework `add_placeholder_from_predicate_note` | lcnr | -9/+49 |
| 2025-08-13 | also consider HR bounds | lcnr | -3/+17 |
| 2025-08-13 | avoid duplicate error string | lcnr | -1/+1 |
| 2025-08-13 | Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii | bors | -31/+39 |
| 2025-08-13 | fix scope of `super let` bindings within `if let` | dianne | -41/+43 |
| 2025-08-13 | Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzol | bors | -4/+17 |
| 2025-08-13 | check args in new_coroutine_witness | lcnr | -2/+5 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -4/+17 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -1/+19 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -31/+39 |
| 2025-08-13 | fix tail calls to `#[track_caller]` functions | Waffle Lapkin | -6/+90 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -4/+17 |
| 2025-08-12 | Change the desugaring of `assert!` for better error output | Esteban Küber | -18/+57 |
| 2025-08-12 | mbe: Rename macro parsing state names to use `Bang` instead of `Not` | Josh Triplett | -9/+9 |
| 2025-08-12 | Detect and report macro kind mismatches early, and more precisely | Josh Triplett | -21/+22 |
| 2025-08-12 | Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macros | Josh Triplett | -0/+1 |
| 2025-08-12 | Expand documentation of `GlobDelegation` | Josh Triplett | -0/+2 |
| 2025-08-12 | Switch to a bitflags `MacroKinds` to support macros with more than one kind | Josh Triplett | -119/+211 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -51/+81 |
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -9/+6 |
| 2025-08-12 | Rollup merge of #145251 - tiif:support_trait, r=BoxyUwU | Stuart Cook | -4/+3 |
| 2025-08-12 | Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplett | Stuart Cook | -19/+19 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -190/+482 |
| 2025-08-12 | Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkov | Stuart Cook | -2/+4 |
| 2025-08-12 | Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmann | Stuart Cook | -22/+76 |
| 2025-08-12 | Rollup merge of #144386 - camsteffen:imploftrait, r=fmease | Stuart Cook | -389/+417 |
| 2025-08-12 | Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercote | Stuart Cook | -53/+81 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -51/+81 |
| 2025-08-12 | fix(debuginfo): handle false positives in overflow check | Adwin White | -16/+38 |
| 2025-08-12 | simplify stack handling, be completely lazy | lcnr | -68/+95 |