| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin | bors | -0/+3 |
| 2025-08-31 | explicitly end `va_list` lifetime | Folkert de Vries | -0/+3 |
| 2025-08-29 | Move to 0.50.1 | Daniel Paoliello | -9/+11 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -3/+5 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -3/+3 |
| 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 | -7/+10 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 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 | -5/+7 |
| 2025-08-27 | Move `NativeLibKind` from `rustc_session` to `rustc_hir` | Jonathan Brouwer | -2/+3 |
| 2025-08-27 | Add `itertools` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `bitflags` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `thin-vec` to newly added `[workspace.dependencies]`. | Nicholas Nethercote | -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/+3 |
| 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/+3 |
| 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 | -56/+43 |
| 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-25 | Rollup merge of #145820 - mati865:raw-elf-verdefnum, r=bjorn3 | Stuart Cook | -3/+10 |
| 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 | -29/+27 |
| 2025-08-24 | Handle unwinding fatal errors in codegen workers | bjorn3 | -32/+21 |
| 2025-08-23 | port attribute to the new parsing infrastructure | Jana Dönszelmann | -85/+15 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -5/+14 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -2/+7 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -14/+16 |
| 2025-08-19 | Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -2/+7 |
| 2025-08-19 | Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -14/+16 |
| 2025-08-19 | Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-08-18 | Specify linker scripts after user link args | Lewis McClelland | -2/+7 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -68/+23 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -2/+111 |
| 2025-08-15 | Extend `QueryStability` to handle `IntoIterator` implementations | Samuel Moelius | -0/+1 |
| 2025-08-15 | Merge link_name and export_name | bjorn3 | -7/+12 |
| 2025-08-15 | All weak lang items have an explicit link name and vice versa | bjorn3 | -9/+6 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -40/+31 |
| 2025-08-15 | Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqd | Stuart Cook | -6/+29 |
| 2025-08-14 | drive-by: fix typo | Waffle Lapkin | -1/+1 |