aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/var_args.zig
AgeCommit message (Expand)Author
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-08-30test: disable some varargs behavior tests on RISC-V due to LLVM 21 regressionAlex Rønne Petersen
2025-08-28behavior tests: remove "variadic functions" dependency on std libAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-27aarch64: implement var argsJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-04-28test: Disable some varargs behavior tests on sparc.Alex Rønne Petersen
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-09-24std: add arch bits for s390x-linux (#21342)Meghan Denny
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-13Sema: fix crash when ref coercion dest is var argsAndrew Kelley
2023-10-12Sema: fix crash when coercion dest is var argsAndrew Kelley
2023-10-07x86_64: implement C var argsJacob Young
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-19langref: disable var args example on aarch64-windowsAndrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-20behavior: fix test disable conditionJacob Young
2023-04-20wasm: integrate new Liveness behaviourLuuk de Gram
2023-04-20Liveness: avoid emitting unused instructions or marking their operands as usedmlugg
2023-02-23CBE: implement the futureJacob Young
2023-02-23CBE: implement c varargsJacob Young
2022-12-27disable failing C var arg behavior testsAndrew Kelley
2022-12-17implement defining C variadic functionsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12move more behavior tests to the "passing" sectionAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley