COMMITS
/ test/behavior/pointers.zig July 15, 2024
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
January 16, 2023
V
AstGen: reset source cursor before generating pointer attributes
Veikka Tuominen committed
January 3, 2023
V
std: collect all options under one namespace
Veikka Tuominen committed
December 27, 2022
J
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557 committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 7, 2022
A
remove references to stage1 in behavior tests
Andrew Kelley committed
November 11, 2022
V
llvm: correctly lower references to generic functions
Veikka Tuominen committed
October 30, 2022
J
behavior: enable fixed cbe tests
Jacob Young committed
October 25, 2022
J
cbe: add support for all float literals types
Jacob Young committed
October 19, 2022
J
cbe: fix atomics
Jacob Young committed
October 7, 2022
J
behavior: enable stage2_c tests that are currently passing
Jacob Young committed
October 3, 2022
V
Sema: use correct value when `@ptrCast` operand is comptime known
Veikka Tuominen committed