index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
behavior
/
bit_shifting.zig
Age
Commit message (
Expand
)
Author
2025-08-12
make `>>` a compile error with any undef arg ; add a bunch of test cases
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-07-30
Sema: remove incorrect safety check for saturating left shift
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-03-02
x86_64: add behavior tests for saturating shift left
Bingwu Zhang
2025-03-02
x86_64: implement integer saturating left shifting codegen
xtex
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-12-22
use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`
Stefan Su
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-07
bit_shifting.zig now passes stage2 llvm backend
Jimmi Holst Christensen
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley