| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -1/+22 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -1/+22 |
| 2025-08-11 | Always attempt to invoke xcrun to get the Apple SDK | Mads Marquart | -4/+8 |
| 2025-08-11 | Only warn when invoking xcrun | Mads Marquart | -3/+24 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -8/+36 |
| 2025-08-11 | Simplify `add_apple_sdk` | Mads Marquart | -25/+20 |
| 2025-08-09 | Rollup merge of #141828 - Fulgen301:status-stack-buffer-overrun-diagnostic, r... | Stuart Cook | -0/+24 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -16/+79 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -6/+6 |
| 2025-08-08 | Rollup merge of #145055 - bjorn3:move_metadata_symbol_export, r=saethlin | Stuart Cook | -24/+10 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -9/+0 |
| 2025-08-08 | Rollup merge of #144899 - Kobzol:cgu-reuse, r=saethlin | Stuart Cook | -0/+9 |
| 2025-08-08 | Rollup merge of #144764 - scottmcm:tweak-impossible-discriminant-assume, r=Wa... | Stuart Cook | -14/+29 |
| 2025-08-08 | Add note mentioning the event log to LinkExeStatusStackBufferOverrun | George Tokmaji | -4/+12 |
| 2025-08-08 | Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being | George Tokmaji | -0/+16 |
| 2025-08-07 | Move metadata symbol export from exported_non_generic_symbols to exported_sym... | bjorn3 | -24/+10 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -2/+13 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -2/+13 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -2/+10 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -9/+1 |
| 2025-08-06 | [codegen] assume the tag, not the relative discriminant | Scott McMurray | -14/+29 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -9/+0 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -1/+9 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -10/+2 |
| 2025-08-04 | Print CGU reuse statistics when `-Zprint-mono-items` is enabled | Jakub Beránek | -0/+9 |
| 2025-08-02 | update flags for consistency | Kivooeo | -2/+3 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -9/+6 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -9/+6 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -1/+3 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -1/+3 |
| 2025-07-31 | Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin | Stuart Cook | -5/+3 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -11/+74 |
| 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-29 | cc dependencies: clarify comment | Ralf Jung | -2/+2 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 |
| 2025-07-28 | Auto merge of #144562 - matthiaskrgr:rollup-mlvn7qo, r=matthiaskrgr | bors | -82/+31 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -82/+31 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -17/+15 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -17/+15 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -9/+0 |
| 2025-07-27 | Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin | bors | -64/+79 |
| 2025-07-26 | Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkin | bors | -96/+66 |
| 2025-07-26 | Remove support for -Zcombine-cgu | bjorn3 | -42/+6 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -11/+74 |
| 2025-07-25 | Improve coordinator channel handling | bjorn3 | -40/+25 |
| 2025-07-25 | Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqk | Matthias Krüger | -4/+24 |
| 2025-07-24 | Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmease | bors | -28/+106 |
| 2025-07-24 | Rollup merge of #144221 - usamoi:versym, r=bjorn3 | León Orell Valerian Liehr | -28/+106 |
| 2025-07-24 | Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwco | bors | -106/+203 |