aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/call_tail.zig
AgeCommit message (Collapse)Author
2025-01-13Sema: allow tail calls of function pointersmlugg
Resolves: #22474
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-13cbe: fix optional codegenJacob Young
Also reduce ctype pool string memory usage, remove self assignments, and enable more warnings.
2023-09-23spirv: disable failing testsRobin Voetter
2023-07-31std: finish cleanup up asmJacob Young
This also required implementing the necessary syntax in the x86_64 backend.
2023-07-26add behavior test for tail callsAndrew Kelley
closes #9703