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
/
int128.zig
Age
Commit message (
Expand
)
Author
2023-09-19
x86 backend: don't read bogus safety flag
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-19
wasm: implement `shl` for big integers
Luuk de Gram
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
x86_64: implement large add/sub with overflow
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-02
skip "truncate int128" on wasm
kcbanner
2023-01-02
tests: add more coverage for 128 bit operations
kcbanner
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
behavior: add test coverage for previous i128 regression on aarch64
r00ster91
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-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-04-22
CBE: disable int128 test since airWrapOp is needed for runtime safety
William Sengir
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-27
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto
2022-03-18
organize behavior tests
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-11-16
stage2: LLVM backend: memset to 0xaa for undefined stores
Andrew Kelley
2021-11-16
typo
Drew P
2021-11-16
fix tests failing on stage2 release modes due to setRuntimeSafety not being r...
Drew P
2021-11-16
add additional negative big int constant test case
drew
2021-11-16
small changes + align tests obviously shouldn't have passed
drew
2021-11-16
fmt
drew
2021-11-16
C backend: basic big ints, fix airPtrToInt, array references, pointer arithme...
drew