aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bit_shifting.zig
AgeCommit message (Expand)Author
2025-08-12make `>>` a compile error with any undef arg ; add a bunch of test casesJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-07-30Sema: remove incorrect safety check for saturating left shiftJustus Klausecker
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-03-02x86_64: add behavior tests for saturating shift leftBingwu Zhang
2025-03-02x86_64: implement integer saturating left shifting codegenxtex
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-12-22use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`Stefan Su
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-10-30behavior: enable fixed cbe testsJacob Young
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-01-25wasm: Implement genTypedValue for enumsLuuk de Gram
2022-01-07bit_shifting.zig now passes stage2 llvm backendJimmi Holst Christensen
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
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