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
/
switch.zig
Age
Commit message (
Expand
)
Author
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-08-07
address comments
Justus Klausecker
2025-08-07
Add support for both '_' and 'else' prongs at the same time in switch statements
Justus Klausecker
2025-08-07
Permit explicit tags with '_' switch prong
Justus Klausecker
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-27
Merge pull request #24585 from jacobly0/aarch64
Andrew Kelley
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-26
aarch64: implement complex switch prongs
Jacob Young
2025-07-26
x86_64: fix switch on mod result
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-06-06
x86_64: fix switch dispatch bug
Jacob Young
2025-04-09
x86_64: fix switch on big ints
Jacob Young
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2024-10-13
spirv: skip range switch tests
Robin Voetter
2024-09-12
AstGen: do not allow unlabeled `break` to exit a labeled switch
mlugg
2024-09-01
AstGen: allow breaking from labeled switch
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: fix register clobber in certain edge cases
David Rubin
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: switch progress + by-ref return progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-06
spirv: enable passing tests
Robin Voetter
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
2024-03-08
Sema: reset block error return trace index between cases
mlugg
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-02-08
Polish a few tests in switch.zig
John Schmidt
2024-02-08
Improvements after code review
John Schmidt
2024-02-08
Preserve field alignment in union pointer captures
John Schmidt
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-28
Sema: do not assume switch item indices align with union field indices
mlugg
2023-10-18
spirv: switch on bool
Ali Chraghi
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-26
add behavior test for switch nested break
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-23
sema: Fix overflow when analyzing an inline switch prong range that ends on ...
kcbanner
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
Sema: resolve union payload switch captures with peer type resolution
mlugg
2023-05-20
spirv: ptr_elem_val
Robin Voetter
[next]