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
/
bugs
/
2006.zig
Age
Commit message (
Expand
)
Author
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
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: fix infinite recursion on recursive types
Jacob Young
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-08
stage2 ARM: support all integer types in genTypedValue
joachimschmidt557
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-12-22
stage2: `Type.hasCodeGenBits` asserts structs and unions have fields
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