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
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-08-09
Sema: remove `validateRunTimeType`
Jacob Young
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-15
x86_64: implement global payload pointers
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-01-31
wasm: apply request change
Techatrix
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
cbe: add forward declarations for optionals and error unions
Jacob Young
2022-11-30
cbe: correctly handle pointers to zero bit error union payloads
Veikka Tuominen
2022-11-08
aarch64: pass some tests dealing with optionals
Jakub Konka
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-08-25
LLVM: fix missing alignment on wrapping instructions
Andrew Kelley
2022-08-22
Sema: make orelse with C pointers behave like stage1 for now
Veikka Tuominen
2022-08-17
Sema: make optional noreturn behave correctly
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-04-15
stage2 llvm: fix optional pointers to zero bit payloads
Veikka Tuominen
2022-03-25
stage2 AArch64: lower cmp to binOp
joachimschmidt557
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-22
stage2 ARM: implement comparison of optional pointers
joachimschmidt557
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-03
stage2 llvm: Lower 0-bit field-ptr as ptr-to-void
Cody Tapscott
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-21
Sema: fix comptime union initialization
Andrew Kelley
2022-02-21
stage2 AArch64: implement genSetReg for ptr_stack_offset
joachimschmidt557
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
[next]