COMMITS
/ test/behavior/array.zig September 21, 2025
A
add behavior test: resist alias of explicit copy...
Andrew Kelley committed
August 10, 2025
D
sema: strip `@splat` operand result type before checking it
David Rubin committed
August 9, 2025
A
test: skip tests that were not meant to pass for spirv
Ali Cheraghi committed
August 3, 2025
J
zig fmt: apply new cast builtin order
Justus Klausecker committed
July 29, 2025
M
Sema: remove redundant comptime-known initializer tracking
mlugg committed
July 27, 2025
J
aarch64: workaround some optional/union issues
Jacob Young committed
June 18, 2025
J
aarch64: add new from scratch self-hosted backend
Jacob Young committed
June 15, 2025
A
rename spirv backend name
Ali Cheraghi committed
May 21, 2025
J
x86_64: implement integer `@reduce(.Add)`
Jacob Young committed
February 27, 2025
P
stage2-wasm: fix comparing and storing optionals
Pavel Verigo committed
March 12, 2025
M
Sema: correctly handle empty by-ref initializers
mlugg committed
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