index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
behavior
/
error.zig
Age
Commit message (
Expand
)
Author
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: air wrap_errunion_payload
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-06-24
Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSet
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`
kcbanner
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-18
Revert "Sema: handle recursive inferred errors better in analyzeIsNonErrCompt...
Andrew Kelley
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-13
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen
2023-05-12
Sema: handle recursive inferred errors better in analyzeIsNonErrComptimeOnly
Veikka Tuominen
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
Dwarf: workaround crash
Jacob Young
2023-04-03
x86_64: fix typos
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-21
codegen: fix backend breakage due to optional layout change
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-21
x86_64: implement some error union ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-03
Add test for optional error set return types
Ryan Liptak
2023-01-03
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557
2022-12-29
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557
2022-12-27
add behavior test for optional error union return type
Andrew Kelley
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-18
add behavior test for empty error set inference
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-05
Sema: adjust result type of anyerror field access
Veikka Tuominen
2022-10-25
cbe: fix typedef declaration order
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-25
c: implement @errorName
Jacob Young
2022-10-25
c: fix mangling of error names
Jacob Young
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-10
Merge pull request #13075 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-07
Sema: allow equality comparisons between error unions and error sets
Veikka Tuominen
2022-10-06
stage2: add error for non-void error union payload being ignored
Veikka Tuominen
2022-09-14
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-25
LLVM: fix missing alignment on wrapping instructions
Andrew Kelley
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-17
Sema: make noreturn error union behave correctly
Veikka Tuominen
2022-07-22
stage2: fix airIsErr when `is_ptr == true`
Veikka Tuominen
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
[next]