COMMITS
/ test/behavior/array.zig February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
October 26, 2024
M
compiler: remove anonymous struct types, unify all tuples
mlugg committed
October 8, 2024
M
Sema: implement @splat for arrays
mlugg committed
July 26, 2024
D
riscv: update tests and fix reuse bug
David Rubin committed
July 25, 2024
D
riscv: enable passing tests
David Rubin committed
July 15, 2024
D
riscv: implement sub-byte addition
David Rubin committed
D
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin committed
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
D
riscv: add `airAggregateInit` for arrays
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
April 17, 2024
D
riscv: by-value structs + `@min`
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 3, 2024
D
riscv: big rewrite to use latest liveness
David Rubin committed
February 13, 2024
C
Sema: support coercing ref to anonymous array init to many-pointer
Carl Åstholm committed
April 4, 2024
A
spirv: make behavior tests passing
Ali Chraghi committed
April 2, 2024
J
Sema: fix crash accessing array of opv types
Jacob Young committed
March 19, 2024
V
Sema: allow .ptr on pointer to array
Veikka Tuominen committed
January 13, 2024
R
spirv: update tests
Robin Voetter committed
January 15, 2024
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 8, 2023
R
spirv: allow generation of *i0
Robin Voetter committed
September 18, 2023
R
spirv: generate module initializer
Robin Voetter committed
R
spirv: air array_elem_val using hack
Robin Voetter committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
August 26, 2023
R
spirv: disable failing tests
Robin Voetter committed
August 10, 2023
J
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young committed
July 29, 2023
June 27, 2023
Z
behavior: test slicing array of zero-sized values
zooster committed
June 26, 2023
M
AstGen: fix result locations for elements of typed array init
mlugg 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: more passing tests
Robin Voetter committed
May 13, 2023
V
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 10, 2023
V
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen committed
January 4, 2023
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
April 19, 2023
M
Sema: allow ptr field access on pointer-to-array
mlugg committed
April 5, 2023
J
x86_64: fix some of the mass confusion about the meaning of `MCValue`
Jacob Young committed
March 25, 2023
J
x86_64: implement atomic loops
Jacob Young committed
March 23, 2023
J
x86_64: fix value tracking bugs
Jacob Young committed
March 19, 2023
X
CBE: implement aggregateInit() for array of array case.
Xavier Bouchoux committed