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
/
enum.zig
Age
Commit message (
Expand
)
Author
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-09-24
x86_64: improve support for large enums
Jacob Young
2025-09-13
std.math.big.int: normalize zero result for small multiplications
mlugg
2025-07-27
aarch64: fix error union constants
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-07
test: check @tagName() in callconv C function
Isaac Freund
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-19
Merge pull request #20070 from Rexicon226/riscv
Jakub Konka
2024-06-15
stage2-wasm: enum bigint <= 128 bits
Pavel Verigo
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: fix register clobber in certain edge cases
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-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-06
Builder: fix encoding big integers in bitcode
Jacob Young
2024-03-06
behavior: add tests for #18816
mlugg
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-27
value: handle lazy_align and lazy_size in writeToPackedMemory
Bogdan Romanyuk
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-08
add behavior test `@tagName` with signed values
Luuk de Gram
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-07-01
spirv: disable new behavior tests that do not pass
Robin Voetter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
Sema: fix auto-numbered enums with signed tag types
Jacob Young
2023-06-20
Fix @enumToInt and @tagName for auto-numbered enums with signed tag type.
IntegratedQuantum
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-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-20
spirv: use intInfo instead of arithmeticTypeInfo in airIntCast
Robin Voetter
2023-05-20
spirv: implement pointer comparison in for air cmp
Robin Voetter
2023-05-20
spirv: lower get_union_tag
Ali Chraghi
2023-05-15
spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)
Ali Chraghi
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: implement tagName
Jacob Young
[next]