aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/switch_loop.zig
AgeCommit message (Expand)Author
2025-08-07Add support for both '_' and 'else' prongs at the same time in switch statementsJustus Klausecker
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22llvm: fix switch loop on larger than pointer integerMatthew Lugg
2025-07-14make it a behavior test insteadAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2024-12-29Value: implement `orderAgainstZeroInner` for errorsDavid Rubin
2024-09-01riscv: implement `switch_dispatch` & `loop_switch_br`David Rubin
2024-09-01x86_64: implement `loop_switch_br` and `switch_dispatch`Jacob Young
2024-09-01compiler: implement labeled switch/continuemlugg