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
/
optional.zig
Age
Commit message (
Expand
)
Author
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-09
Sema: implement comptime ptr store to optional payload
Andrew Kelley
2021-11-26
Sema: fix analyzeBlockBody logic
Andrew Kelley
2021-11-24
stage2: fix unwrap function call with optional pointer return value
Andrew Kelley
2021-11-23
C backend: errors and optionals
Scibuild
2021-11-16
stage2: equality compare optional with non-optional
Andrew Kelley
2021-11-09
Sema: implement coerce_result_ptr for optionals
Andrew Kelley
2021-10-15
stage2: optional comparison and 0-bit payloads
Andrew Kelley
2021-10-15
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley
2021-10-14
stage2: LLVM backend: implement `wrap_optional` AIR
Andrew Kelley
2021-10-13
move behavior tests that are passing for stage2
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-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