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-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
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-07
Sema: allow simple else body even when all errors handled
Veikka Tuominen
2022-06-07
Sema: make `analyzeIsNonErr` even lazier for inferred error sets
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-24
stage2: treat `error{}!void` as a zero-bit type
Andrew Kelley
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
stage2 ARM: update to new union layout
joachimschmidt557
2022-05-24
aarch64: update for new error union layout
Jakub Konka
2022-05-24
x64,arm,aarch64: omit unsupported tests for now
Jakub Konka
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
[next]