COMMITS
/ test/behavior/int128.zig April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
December 2, 2023
J
x86_64: implement some todos
Jacob Young committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
September 19, 2023
A
x86 backend: don't read bogus safety flag
Andrew Kelley committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 17, 2023
L
wasm: implement `shl` for big integers
Luuk de Gram committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
April 2, 2023
J
x86_64: implement large add/sub with overflow
Jacob Young committed
J
x86_64: implement large cmp
Jacob Young committed
January 20, 2023
K
cbe: fixes for x86
kcbanner committed
December 31, 2022
K
skip "truncate int128" on wasm
kcbanner committed
December 29, 2022
K
tests: add more coverage for 128 bit operations
kcbanner committed
December 10, 2022
A
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 7, 2022
R
behavior: add test coverage for previous i128 regression on aarch64
r00ster91 committed
A
remove references to stage1 in behavior tests
Andrew Kelley committed
October 23, 2022
J
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young committed
May 17, 2022
L
wasm: enable 128bit integer behavior tests
Luuk de Gram committed
April 23, 2022
W
CBE: disable int128 test since airWrapOp is needed for runtime safety
William Sengir committed
March 28, 2022
D
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca committed
March 25, 2022
M
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto committed
March 18, 2022
A
organize behavior tests
Andrew Kelley committed
January 18, 2022
A
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley committed
January 7, 2022
M
lint: duplicate import (#10519)
Meghan committed
November 17, 2021
A
stage2: LLVM backend: memset to 0xaa for undefined stores
Andrew Kelley committed
November 16, 2021
November 15, 2021
D
add additional negative big int constant test case
drew committed
D
small changes + align tests obviously shouldn't have passed
drew committed