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
/
runtime_safety.zig
Age
Commit message (
Expand
)
Author
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-02-22
implement vector negation
Andrew Kelley
2019-02-14
runtime safety check for casting null to pointer
Andrew Kelley
2019-02-09
implement vector math safety with ext and trunc
Andrew Kelley
2019-02-07
fix using the result of @intCast to u0
Andrew Kelley
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-17
fix codegen for @intCast to u0
Andrew Kelley
2018-07-02
add runtime safety for `@intToEnum`; add docs for runtime safety
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-17
update test cases
Andrew Kelley
2018-06-01
fix regressions
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-02-08
error sets: runtime safety for int-to-err and err set cast
Andrew Kelley
2018-02-08
error sets - update langref. all tests passing
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-25
rename "debug safety" to "runtime safety"
Andrew Kelley