COMMITS
/ test/behavior/pointers.zig April 2, 2025
M
Sema: fix a few indexing bugs
mlugg committed
February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
October 12, 2024
R
spirv: skip range switch tests
Robin Voetter committed
September 15, 2024
M
compiler: provide correct result types to `+=` and `-=`
mlugg committed
August 28, 2024
M
August 15, 2024
D
elf: fix up riscv for `.got.zig` rewrite
David Rubin committed
July 26, 2024
D
riscv: update tests and fix reuse bug
David Rubin committed
July 25, 2024
D
riscv: airAsm rewrite
David Rubin committed
July 24, 2024
D
riscv: clean up and unify encoding logic
David Rubin committed
July 15, 2024
D
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin committed
D
riscv: remove redundant assert in `genBinOp`
David Rubin committed
W
Sema: support pointer subtraction
Wooster 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: update behaviour tests again
David Rubin committed
April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
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 8, 2024
M
compiler: rework comptime pointer representation and access
mlugg committed
March 17, 2024
R
spirv: enable passing tests
Robin Voetter committed
February 7, 2024
A
spirv: make rusticl the primary testing implementation
Ali Chraghi 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
October 17, 2023
B
Sema: disallow `@intFromPtr` for comptime-only types
Bogdan Romanyuk committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 7, 2023
R
spirv: make air is_null not emit OpPtr(Not)Equal
Robin Voetter committed
October 14, 2023
X
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux committed
September 18, 2023
September 21, 2023
R
spirv: fix blocks that return no value
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
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
June 4, 2023
E
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: ptr_sub
Robin Voetter committed
May 18, 2023
R
spirv: pointer bitcasting
Robin Voetter committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 3, 2023
J
x86_64: fix feature confusion
Jacob Young committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed
April 24, 2023
J
behavior: update passing cbe tests
Jacob Young committed
April 2, 2023
J
x86_64: implement large cmp
Jacob Young committed
March 25, 2023
J
x86_64: implement atomic loops
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
February 23, 2023
J
CType: fix lowering of generic function pointer
Jacob Young committed
January 21, 2023
J
stage2 ARM: add basic debug info for locals
joachimschmidt557 committed
January 19, 2023
V
type: correct condition for eliding pointer alignment canonicalization
Veikka Tuominen committed