aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/wrapping_arithmetic.zig
AgeCommit message (Collapse)Author
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-02-04spirv: update testsRobin Voetter
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-01-29stage1: fix saturating arithmetic producing incorrect results on type ↵riverbl
comptime_int, allow saturating left shift on type comptime int