| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove unused field from ModuleConfig | bjorn3 | -5/+1 |
| 2025-08-06 | Include allocator module in LLVM_passes timer | bjorn3 | -33/+30 |
| 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 |
| 2025-07-24 | generate elf symbol version in raw-dylib | usamoi | -28/+106 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -4/+4 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -5/+2 |
| 2025-07-23 | Don't emit two `assume`s in transmutes when one is a subset of the other | Scott McMurray | -4/+24 |
| 2025-07-23 | Remove `rvalue_creates_operand` entirely | Scott McMurray | -47/+2 |
| 2025-07-23 | re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv... | Scott McMurray | -0/+21 |
| 2025-07-23 | Let `codegen_transmute_operand` just handle everything | Scott McMurray | -49/+43 |
| 2025-07-23 | No longer need `alloca`s for consuming `Result<!, i32>` and similar | Scott McMurray | -64/+79 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -16/+79 |
| 2025-07-23 | Don't special-case llvm.* as nounwind | Alisa Sireneva | -9/+0 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -1/+1 |