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
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
wasm: Fixes for error union semantics
Luuk de Gram
2022-05-24
stage2: fixes for error union semantics
Andrew Kelley
2022-05-18
Merge pull request #11635 from wsengir/stage2-errsetcast-safety
Andrew Kelley
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-05-11
aarch64,arm: disable broken `@errSetCast` test
William Sengir
2022-04-02
stage2 llvm: properly align error union payload
Veikka Tuominen
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-23
stage2 CBE: Improve support for unions and error sets
Cody Tapscott
2022-03-22
CBE: enable more passing tests (#11258)
Daniele Cocca
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-12
Sema: always allow coercing error set to current inferred error set
Veikka Tuominen
2022-03-12
Sema: fix typo in resolvePeerTypes
Veikka Tuominen
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
stage2: is_non_error always returns comptime true for empty error set
Mitchell Hashimoto
2022-03-10
stage2: improve Type.eql and Type.hash for error sets
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-02
stage2: implement @errSetCast (#11039)
Mitchell Hashimoto
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: clean up peer resolution of errors
Andrew Kelley
2022-02-28
stage2: skip error union test on native
Mitchell Hashimoto
2022-02-28
stage2: implement peer type resolution between error unions
Mitchell Hashimoto
2022-02-28
codegen: fix padding calculation for error unions when lowering
Jakub Konka
2022-02-28
x64: impl unwrap_errunion_payload and unwrap_errunion_err for register
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-26
stage2: @TypeInfo for error sets (#10998)
Mitchell Hashimoto
2022-02-26
stage2: actually coerce in coerce_result_ptr at comptime
Veikka Tuominen
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-12
organize behavior tests
Andrew Kelley
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2021-11-22
sema: error union in-memory coercion
Robin Voetter
2021-10-17
stage2: fix handling of error unions as return type
Andrew Kelley
2021-10-17
stage2: implement error wrapping
Andrew Kelley
2021-10-16
Sema: coercion from error sets to `anyerror`
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
[prev]