aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/truncate.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-02-04spirv: vectorize int_cast, truncRobin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-18x86_64: implement integer vector `@truncate`Jacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-05CBE: implement vector truncateJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-04-19stage2 AArch64: Add ldrsb, ldrsh instructionsjoachimschmidt557
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-26stage2 ARM: generate correct variants of ldr instructionjoachimschmidt557
2022-02-26stage2 ARM: implement truncate to ints with bits <= 32joachimschmidt557
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12organize behavior testsAndrew Kelley
2022-01-26stage2: add zero- and sign-extend moves to x86_64Jakub Konka
2021-07-06Fix unexpected truncation behavior with comptime_int larger than u64 range (#...leesongun
2021-06-08stage1: make `@truncate` to an integer type of different sign an error at com...Matthew Borkowski
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley