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
/
undefined.zig
Age
Commit message (
Expand
)
Author
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-02-12
x86_64: implement `ret_safe`
Jacob Young
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-08-30
Sema: cleanup `coerceExtra`
Jacob Young
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-10-25
cbe: implement packed structs
Jacob Young
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-16
Fix 2D array support for C backend
Cody Tapscott
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
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