| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-Simulacrum | Jacob Pratt | -0/+182 |
| 2025-08-21 | Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=dianqk | Jacob Pratt | -17/+21 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -32/+24 |
| 2025-08-21 | Consolidate panicking functions in `slice/index.rs` | Karl Meakin | -32/+24 |
| 2025-08-21 | Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2025-08-20 | Add codegen regression tests | okaneco | -0/+182 |
| 2025-08-20 | Auto merge of #145259 - nikic:read-only-capture, r=wesleywiser | bors | -11/+29 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+20 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -11/+29 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+20 |
| 2025-08-20 | Enforce correct number of arguments for `"x86-interrupt"` functions | Pavel Grigorenko | -3/+3 |
| 2025-08-20 | update some s390x codegen tests | Folkert de Vries | -17/+21 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -40/+32 |
| 2025-08-19 | Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -0/+18 |
| 2025-08-19 | Rollup merge of #144567 - CaiWeiran:transmute-scalar_test, r=nikic | Stuart Cook | -19/+12 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -29/+199 |
| 2025-08-18 | tests: fix RISC-V failures and adjust transmute-scalar.rs target | Caiweiran | -19/+12 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -29/+81 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -0/+118 |
| 2025-08-18 | Rollup merge of #145355 - clubby789:option-match-eq, r=nikic | Stuart Cook | -0/+78 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -4/+4 |
| 2025-08-17 | Add -Zindirect-branch-cs-prefix (from draft PR) | Alice Ryhl | -0/+18 |
| 2025-08-15 | Rollup merge of #145120 - maurer:llvm-time, r=nikic | Stuart Cook | -37/+37 |
| 2025-08-14 | Update autodiff tests for the new intrinsics impl | Marcelo Domínguez | -92/+97 |
| 2025-08-13 | Add test for issue 122734 | Jamie Hill-Daniel | -0/+78 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -5/+36 |
| 2025-08-11 | llvm: Accept new LLVM lifetime format | Matthew Maurer | -37/+37 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -5/+36 |
| 2025-08-10 | Rollup merge of #145064 - okaneco:saturating_sub_regression_tests, r=nikic | Jacob Pratt | -0/+19 |
| 2025-08-08 | Stop using uadd.with.overflow | Scott McMurray | -3/+12 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -3/+3 |
| 2025-08-08 | Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet... | Stuart Cook | -1/+1 |
| 2025-08-07 | Add regression test for `saturating_sub` bounds check issue | okaneco | -0/+19 |
| 2025-08-07 | Prevent name collisions with internal implementation details | bjorn3 | -1/+1 |
| 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 |