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
/
saturating_arithmetic.zig
Age
Commit message (
Expand
)
Author
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-18
x86_64: implement saturating add/sub for weird types
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: fix typedef declaration order
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-06-19
wasm: enable passing behavior tests
Luuk de Gram
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-02-15
stage1: fix comptime saturation subtraction
Jan Philipp Hafer
2022-01-29
stage1: fix saturating arithmetic producing incorrect results on type comptim...
riverbl
2022-01-26
organize behavior tests
Andrew Kelley
2021-10-22
stage2: fix Decl addrspace being undefined
Andrew Kelley
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: don't test builtins in behavior tests
Travis Staloch
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch