aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/cast_int.zig
AgeCommit message (Expand)Author
2025-09-05behavior tests: update for new requirementAndrew Kelley
2025-07-29disable more failing testsmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-16rename spirv backend nameAli Cheraghi
2025-03-24stage2-wasm: enable already working testsPavel Verigo
2025-03-18spirv: aligned load for physical storage variablesAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-09-01riscv: implement `errunion_payload_ptr_set`David Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-08codegen/llvm: truncate padding bits when loading a non-byte-sized valueXavier Bouchoux
2023-10-08codegen/wasm: fix intcast accross 32-bits boundaryXavier Bouchoux
2023-10-08test: add behaviour test for casting accross 32-bits boundaryXavier Bouchoux
2023-09-23spirv: enable passing testsRobin Voetter
2023-07-22wasm: correctly intcast signed integersLuuk de Gram
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-02x86_64: implement large cmpJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-03-18organize behavior testsAndrew Kelley
2022-01-10wasm: Implement float_to_intLuuk de Gram