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
/
var_args.zig
Age
Commit message (
Expand
)
Author
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-20
behavior: fix test disable condition
Jacob Young
2023-04-20
wasm: integrate new Liveness behaviour
Luuk de Gram
2023-04-20
Liveness: avoid emitting unused instructions or marking their operands as used
mlugg
2023-02-23
CBE: implement the future
Jacob Young
2023-02-23
CBE: implement c varargs
Jacob Young
2022-12-27
disable failing C var arg behavior tests
Andrew Kelley
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
move more behavior tests to the "passing" section
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