| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -3/+1 |
| 2025-08-06 | [codegen] assume the tag, not the relative discriminant | Scott McMurray | -42/+55 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -1/+3 |
| 2025-08-04 | Rollup merge of #144559 - CaiWeiran:extract-insert-dyn_test, r=Mark-Simulacrum | Stuart Cook | -9/+18 |
| 2025-08-01 | Multiple bounds checking elision failures | lucarlig | -0/+19 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+18 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -23/+21 |
| 2025-07-29 | Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42 | Jacob Pratt | -4/+10 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -23/+21 |
| 2025-07-29 | tests: Test line number in debuginfo for diverging function calls | Martin Nordholts | -0/+38 |
| 2025-07-29 | Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley... | Stuart Cook | -0/+32 |
| 2025-07-29 | Adjust enum-discriminant-eq.rs for LLVM 21 | Nikita Popov | -4/+10 |
| 2025-07-28 | Fix tests/codegen-llvm/simd/extract-insert-dyn.rs test failure on riscv64 | Caiweiran | -9/+18 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -1/+15 |
| 2025-07-27 | fix(debuginfo): disable overflow check for | godzie44 | -0/+32 |
| 2025-07-27 | Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin | bors | -0/+31 |
| 2025-07-26 | Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errors | Jacob Pratt | -0/+86 |
| 2025-07-26 | Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkin | bors | -10/+192 |
| 2025-07-26 | Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiser | Trevor Gross | -0/+2 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -0/+18 |
| 2025-07-23 | Don't emit two `assume`s in transmutes when one is a subset of the other | Scott McMurray | -8/+41 |
| 2025-07-23 | re-enable direct `bitcast`s for Int/Float vector transmutes (but not ones inv... | Scott McMurray | -0/+176 |
| 2025-07-23 | Let `codegen_transmute_operand` just handle everything | Scott McMurray | -10/+16 |
| 2025-07-23 | add codegen test for variadics (also replacing some existing does-this-build ... | Ralf Jung | -0/+86 |
| 2025-07-23 | Fix tests/codegen-llvm/const-vector.rs test failure on riscv64 | Caiweiran | -0/+2 |
| 2025-07-23 | No longer need `alloca`s for consuming `Result<!, i32>` and similar | Scott McMurray | -0/+31 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -3/+3 |
| 2025-07-23 | Don't special-case llvm.* as nounwind | Alisa Sireneva | -1/+15 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -0/+31706 |