COMMITS
/ test/behavior/bitcast.zig March 24, 2025
P
stage2-wasm: packed store/load 128 bits
Pavel Verigo committed
March 12, 2025
A
spirv: packed struct init + field val access
Ali Cheraghi committed
February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
November 3, 2024
A
test: Disable some vector behavior tests on aarch64_be.
Alex Rønne Petersen committed
October 2, 2024
A
test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + arm.
Alex Rønne Petersen committed
August 23, 2024
A
test: Disable `@bitCast of packed struct containing pointer` temporarily.
Alex Rønne Petersen committed
September 8, 2024
A
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen committed
August 28, 2024
M
July 25, 2024
D
riscv: enable passing tests
David Rubin committed
May 30, 2024
D
riscv: truncate `airStructFieldVal` result
David Rubin committed
May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 12, 2024
D
riscv: zero registers when using register-wide operations
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
David Rubin committed
May 11, 2024
D
riscv: update behaviour tests again
David Rubin committed
April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
April 16, 2024
D
riscv: math progress
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
April 8, 2024
M
compiler: rework comptime pointer representation and access
mlugg committed
March 22, 2024
A
disable failing behavior test: "comptime bitcast with fields following f80"
Andrew Kelley committed
February 14, 2024
J
x86_64: implement `@shuffle`
Jacob Young committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
January 15, 2024
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed
December 2, 2023
J
x86_64: implement more compliant vectors
Jacob Young committed
November 30, 2023
J
test: test with `-fstrip` and fix failures
Jacob Young committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley 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 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 5, 2023
J
x86_64: implement C abi for everything else
Jacob Young committed
J
x86_64: implement C abi for f128
Jacob Young committed
September 25, 2023
J
x86_64: implement float compare and cast builtins
Jacob Young committed
August 26, 2023
R
spirv: disable failing tests
Robin Voetter committed
September 7, 2023
T
wasm: enable successful behavior tests
Techatrix committed
August 21, 2023
M
AstGen: disallow '-0' integer literal
mlugg committed
August 18, 2023
L
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul committed
July 31, 2023
J
std: finish cleanup up asm
Jacob Young committed
July 7, 2023
A
Update tests to new splat syntax
antlilja committed
July 2, 2023
R
behavior: test @bitCast of packed struct of bools
r00ster91 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 19, 2023
R
spirv: more passing tests
Robin Voetter committed
May 16, 2023
J
x86_64: rewrite casts
Jacob Young committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
April 2, 2023
J
x86_64: implement large cmp
Jacob Young committed
March 25, 2023
J
x86_64: implement struct_field_val for packed containers
Jacob Young committed
March 3, 2023
J
CBE: implement big integer and vector comparisons
Jacob Young committed
J
CBE: implement big integer literals
Jacob Young committed
January 11, 2023
H
added test for bitcast signaled nan float
Hardy committed