COMMITS
/ test/behavior/packed-struct.zig May 30, 2024
D
riscv: truncate `airStructFieldVal` result
David Rubin committed
R
spirv: disable tests that fail on pocl
Robin Voetter 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
April 29, 2024
D
riscv: arbitrary sized arrays
David Rubin committed
May 21, 2024
V
llvm: fix lowering of packed structs with optional pointers
Veikka Tuominen 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
April 12, 2024
J
cbe: fix optional codegen
Jacob Young committed
February 6, 2024
J
x86_64: fix packed load
Jacob Young committed
February 11, 2024
A
add behavior test for recently fixed wasm backend bug
Andrew Kelley committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
December 10, 2023
S
Fix some comptime packed struct issues
SuperAuguste committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
October 7, 2023
C
Remove some `@as` coercions from assertions
Carl Åstholm committed
C
Fix compile errors from the `expectEqual` change
Carl Åstholm committed
December 4, 2023
J
x86_64: fix packed struct field reuse
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
November 5, 2023
J
behavior: enable test passing with x86_64 backend
Jacob Young 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 8, 2023
X
test: add a pair of cases from bug reports
Xavier Bouchoux committed
X
codegen/llvm: truncate padding bits when loading a non-byte-sized value
Xavier Bouchoux committed
October 4, 2023
J
x86_64: implement 128-bit integer comparisons
Jacob Young committed
October 3, 2023
X
codegen: fix byte-aligned field offsets in unaligned nested packed structs
Xavier Bouchoux committed
July 29, 2023
X
codegen: fix field offsets in packed structs
Xavier Bouchoux committed
X
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux committed
July 28, 2023
X
llvm: partial fix of store undefined to packed result location
Xavier Bouchoux committed
July 27, 2023
A
add behavior test for bitcast packed struct twice
Andrew Kelley committed
June 25, 2023
J
x86_64: fix global pointers to packed struct fields
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
January 4, 2023
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
April 24, 2023
J
behavior: update passing cbe tests
Jacob Young committed
April 19, 2023
J
cbe: enable CI for std tests
Jacob Young committed
April 1, 2023
J
x86_64: implement aggregate init of a packed struct
Jacob Young committed
March 25, 2023
J
x86_64: implement atomic loops
Jacob Young committed
J
x86_64: implement struct_field_val for packed containers
Jacob Young committed
J
x86_64: implement struct_field_ptr for packed containers
Jacob Young committed