COMMITS
/ test/behavior/slice.zig February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
February 5, 2025
December 29, 2024
T
fix slice of slice with sentinel on the lhs slice
Techatrix committed
T
fix slice of slice with sentinel but no end index
Techatrix committed
November 17, 2024
J
Sema: fix peer resolution alignment between slice and empty struct
Jacob Young committed
August 28, 2024
M
July 26, 2024
D
riscv: update tests and fix reuse bug
David Rubin committed
July 15, 2024
D
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin committed
May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 26, 2024
D
riscv: implement optional logic
David Rubin committed
May 12, 2024
D
riscv: add `airAggregateInit` for arrays
David Rubin committed
May 11, 2024
D
riscv: first sign of floats!
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
David Rubin committed
May 30, 2024
R
spirv: disable tests that fail on pocl
Robin Voetter 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
January 15, 2024
D
test/behavior: fix test type check for multi-ptr slice
dweiller committed
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed
November 9, 2023
D
sema: allow slicing *T with comptime known [0..1]
dweiller committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 21, 2023
R
spirv: disable failing tests
Robin Voetter committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
November 7, 2023
D
sema: allow slicing [*]T without end
dweiller committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
R
spirv: constant elem ptr fix
Robin Voetter committed
October 8, 2023
R
spirv: handle zero-sized arrays
Robin Voetter committed
September 26, 2023
R
spirv: cast result of .elem pointers to right type if needed
Robin Voetter committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
R
spirv: air array_to_slice
Robin Voetter committed
September 20, 2023
R
spirv: constant elem ptr
Robin Voetter 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
M
Sema: allow empty end index in zirSliceSentinel
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 20, 2023
A
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 15, 2023
L
wasm: correctly use elem type when lowering
Luuk de Gram committed
May 14, 2023
A
spirv: lower float_to_int and int_to_float
Ali Chraghi committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 4, 2023
D
test: disable by-length slice test on wasm backend
dweiller committed
May 3, 2023
D
test: add behavior tests for pointer slice-by-length
dweiller committed
May 1, 2023
D
test: add behavior tests for slice-by-length
dweiller committed
April 6, 2023
March 27, 2023
J
Sema: fix empty slice pointer value
Jacob Young committed
March 25, 2023
J
x86_64: implement atomic loops
Jacob Young committed
March 12, 2023
A
disable failing aarch64 backend behavior tests
Andrew Kelley committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed