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
2021-06-23
fix unused variable errors in runtime safety test cases
Andrew Kelley
2021-05-17
update langref, compile-error tests, safety tests
Andrew Kelley
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2020-12-05
Add some test cases for the previous commits
LemonBoy
2020-11-09
stage1: Print correct error message for vector @intCast
LemonBoy
2020-11-06
Revert "update runtime safety test case - unsigned-signed vector cast"
Andrew Kelley
2020-11-06
update runtime safety test case - unsigned-signed vector cast
Andrew Kelley
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-14
stage1: Fix missing runtime safety check for intToPtr
LemonBoy
2020-07-05
stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...
xackus
2020-06-24
Fixed @asyncCall in runtime safety test
Alexandros Naskos
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-05-05
update tests for nosuspend
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-07
fix the new runtime-safety tests
Andrew Kelley
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-06
Add some tests for the runtime safety checks
LemonBoy
2020-04-05
add runtime safety tests for SIMD integer division
Andrew Kelley
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-11
fix stray warn() in runtime safety test
Andrew Kelley
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-02-29
C pointer slices are no longer allowzero (#4462)
Alexandros Naskos
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2019-12-20
fix safety for sentinel-slicing floats
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-11-29
more test regression fixes
Andrew Kelley
2019-10-22
implement safety for resuming non-suspended function
Andrew Kelley
2019-09-06
runtime safety for noasync function calls
Andrew Kelley
2019-08-17
fix compiler not checking alignment of function frames
Andrew Kelley
2019-08-08
more debuggable safety for awaiting twice
Andrew Kelley
2019-08-06
error return trace across suspend points
Andrew Kelley
2019-08-03
implement `@asyncCall` which supports async function pointers
Andrew Kelley
2019-08-03
add runtime safety for resuming an awaiting function
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-08
C pointers support .? operator
Andrew Kelley
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
[next]