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
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-08-30
test: disable some varargs behavior tests on RISC-V due to LLVM 21 regression
Alex Rønne Petersen
2025-08-28
behavior tests: remove "variadic functions" dependency on std lib
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-27
aarch64: implement var args
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-04-28
test: Disable some varargs behavior tests on sparc.
Alex Rønne Petersen
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-09-24
std: add arch bits for s390x-linux (#21342)
Meghan Denny
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-13
Sema: fix crash when ref coercion dest is var args
Andrew Kelley
2023-10-12
Sema: fix crash when coercion dest is var args
Andrew Kelley
2023-10-07
x86_64: implement C var args
Jacob Young
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-19
langref: disable var args example on aarch64-windows
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
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