about summary refs log tree commit diff
path: root/tests/codegen-llvm/issues
AgeCommit message (Collapse)AuthorLines
2025-08-18Rollup merge of #145355 - clubby789:option-match-eq, r=nikicStuart Cook-0/+78
Add codegen test for issue 122734 Closes rust-lang/rust#122734
2025-08-15Rollup merge of #145120 - maurer:llvm-time, r=nikicStuart Cook-1/+1
llvm: Accept new LLVM lifetime format In llvm/llvm-project#150248 LLVM removed the size parameter from the lifetime format. Tolerate not having that size parameter.
2025-08-13Add test for issue 122734Jamie Hill-Daniel-0/+78
2025-08-11llvm: Accept new LLVM lifetime formatMatthew Maurer-1/+1
LLVM removed the size parameter from the lifetime format. Tolerate not having that size parameter.
2025-08-07Add regression test for `saturating_sub` bounds check issueokaneco-0/+19
Add codegen test for issue where `valid_index.saturating_sub(X)` produced an extra bounds check. This was fixed by the LLVM upgrade.
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-0/+1989