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
/
cases
/
error.zig
Age
Commit message (
Expand
)
Author
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-28
Functions with infered error set can now return literals
Jimmi Holst Christensen
2018-04-28
Removed zero sized error set optimization
Jimmi Holst Christensen
2018-02-09
fix crash with error peer type resolution
Andrew Kelley
2018-02-08
add test for comptime err to int with only 1 member of set
Andrew Kelley
2018-02-08
syntax: parse `?error!i32` as `?(error!i32)`
Andrew Kelley
2018-02-08
if statements support comptime known test error, runtime payload
Andrew Kelley
2018-02-08
error sets - fix bad value for constant error literal
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-05-23
clean up behavior test names
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-01-05
self hosted tests import std library
Andrew Kelley
2016-12-26
IR testing: rename cases3 dir to cases
Andrew Kelley