| Age | Commit message (Expand) | Author | Lines |
| 2025-08-28 | Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqd | Guillaume Gomez | -48/+1 |
| 2025-08-28 | Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqk | Guillaume Gomez | -12/+1 |
| 2025-08-28 | Only export the sanitizer symbols for LTO and move export code to cg_llvm | bjorn3 | -48/+1 |
| 2025-08-28 | Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann | Stuart Cook | -3/+6 |
| 2025-08-27 | Rollup merge of #145894 - zetanumbers:issue-142949, r=WaffleLapkin | Jacob Pratt | -2/+5 |
| 2025-08-27 | Port the `#[link]` attribute to the new parser | Jonathan Brouwer | -2/+5 |
| 2025-08-27 | Move `NativeLibKind` from `rustc_session` to `rustc_hir` | Jonathan Brouwer | -1/+1 |
| 2025-08-26 | Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins` | Matthew Maurer | -12/+1 |
| 2025-08-26 | Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 | Samuel Tardieu | -1/+1 |
| 2025-08-26 | Rollup merge of #145840 - a4lg:riscv-elf-flags-for-internal-objs, r=WaffleLapkin | Samuel Tardieu | -3/+9 |
| 2025-08-26 | Comment on intentional field order | Daria Sukhonina | -0/+3 |
| 2025-08-26 | Ensure the coordinator thread terminates first | Daria Sukhonina | -2/+2 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -1/+1 |
| 2025-08-26 | Rollup merge of #145847 - madsmtm:no-xcrun-warnings, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-08-26 | Rollup merge of #145814 - bjorn3:codegen_worker_fatal_error, r=petrochenkov | Stuart Cook | -50/+37 |
| 2025-08-26 | rustc_codegen_ssa: More comprehensive RISC-V ELF flags | Tsukasa OI | -2/+8 |
| 2025-08-26 | rustc_codegen_ssa: Fix comment | Tsukasa OI | -1/+1 |
| 2025-08-25 | Don't show warnings from xcrun with -Zverbose-internals | Mads Marquart | -1/+1 |
| 2025-08-24 | raw-dylib-elf: set correct `DT_VERDEFNUM` | Mateusz Mikuła | -3/+10 |
| 2025-08-24 | Directly raise fatal errors inside the codegen backends | bjorn3 | -23/+21 |
| 2025-08-24 | Handle unwinding fatal errors in codegen workers | bjorn3 | -32/+21 |
| 2025-08-19 | Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -2/+7 |
| 2025-08-18 | Specify linker scripts after user link args | Lewis McClelland | -2/+7 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -13/+2 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -17/+1 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -1/+2 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -1/+1 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -1/+1 |
| 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/+21 |
| 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/+8 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -6/+6 |
| 2025-08-08 | Remove bitcode_llvm_cmdline | bjorn3 | -2/+0 |
| 2025-08-08 | Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being | George Tokmaji | -0/+8 |
| 2025-08-07 | Move metadata symbol export from exported_non_generic_symbols to exported_sym... | bjorn3 | -24/+10 |
| 2025-08-06 | Remove unused field from ModuleConfig | bjorn3 | -5/+1 |
| 2025-08-06 | Include allocator module in LLVM_passes timer | bjorn3 | -6/+1 |
| 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 | -1/+1 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+1 |
| 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-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 | -64/+27 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -6/+6 |
| 2025-07-26 | Remove support for -Zcombine-cgu | bjorn3 | -36/+6 |
| 2025-07-25 | Improve coordinator channel handling | bjorn3 | -28/+21 |
| 2025-07-24 | Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmease | bors | -28/+106 |