COMMITS
/ test/behavior/error.zig May 11, 2024
D
riscv: update behaviour tests again
David Rubin committed
April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
May 8, 2024
A
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley committed
April 8, 2024
M
compiler: rework comptime pointer representation and access
mlugg committed
March 28, 2024
V
add tests for fixed stage1 bugs
Veikka Tuominen committed
H
allow `@errorcast` to cast error sets to error unions
HydroH 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 29, 2024
V
Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error set
Veikka Tuominen 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 22, 2023
R
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter committed
A
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley committed
October 21, 2023
R
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 2, 2023
V
Sema: fix issues in `@errorCast` with error unions
Veikka Tuominen committed
October 1, 2023
V
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
September 19, 2023
R
spirv: air wrap_errunion_payload
Robin Voetter committed
August 26, 2023
R
spirv: disable failing tests
Robin Voetter committed
July 27, 2023
A
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley committed
June 25, 2023
A
Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSet
Andrew Kelley committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 24, 2023
K
cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`
kcbanner 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 31, 2023
L
enable passing behavior tests
Luuk de Gram committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 18, 2023
A
Revert "Sema: handle recursive inferred errors better in analyzeIsNonErrComptimeOnly"
Andrew Kelley committed
May 14, 2023
A
spirv: lower float_to_int and int_to_float
Ali Chraghi committed
May 13, 2023
V
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen committed
May 12, 2023
V
Sema: handle recursive inferred errors better in analyzeIsNonErrComptimeOnly
Veikka Tuominen committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 7, 2023
J
Dwarf: workaround crash
Jacob Young committed
April 3, 2023
J
x86_64: fix typos
Jacob Young committed
April 2, 2023
J
x86_64: implement large cmp
Jacob Young committed
April 1, 2023
J
x86_64: implement error name
Jacob Young committed
March 20, 2023
J
codegen: fix backend breakage due to optional layout change
Jacob Young committed
March 19, 2023
J
x86_64: (re)implement optional ops
Jacob Young committed
J
x86_64: implement some error union ops
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
February 2, 2023
R
Add test for optional error set return types
Ryan Liptak committed
January 3, 2023
J
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557 committed
December 29, 2022
J
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557 committed
December 27, 2022
A
add behavior test for optional error union return type
Andrew Kelley committed
J
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557 committed
December 18, 2022
A
add behavior test for empty error set inference
Andrew Kelley committed