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
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
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-01
x86_64: fix switch multi-prongs and mul/div flags clobber
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-05
Sema: implement inline switch capture at comptime
Veikka Tuominen
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-24
x86_64: fix more value tracking bugs
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-01-17
Sema: resolve lazy values in switch prong items
Veikka Tuominen
2022-12-29
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-11-30
cbe: cast pointer switch target to int
Veikka Tuominen
2022-11-01
stage2 AArch64: implement basic switch statements
joachimschmidt557
2022-10-25
cbe: fix atomics
Jacob Young
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-05
Sema: better safety check on switch on corrupt value
Veikka Tuominen
2022-07-28
stage2 ARM: more support for switch statements
joachimschmidt557
2022-07-19
Sema: fix enum value without tag name used as switch item
Andrew Kelley
2022-06-04
stage2 ARM: introduce support for basic switch expressions
joachimschmidt557
2022-04-04
Sema: forward switch condition to captures
Andrew Kelley
2022-03-25
Sema: implement zirSwitchCapture multi for unions
Veikka Tuominen
2022-03-25
Sema: implement zirSwitchCapture for error sets
Veikka Tuominen
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-12
Sema: fix else branch check when switching on error set
Veikka Tuominen
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-07
Sema: fix `@hasDecl` for simple enums
Andrew Kelley
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
[next]