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
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-01
Merge pull request #13715 from Vexu/cbe
Andrew Kelley
2022-11-30
wasm: enable behavior tests for packed structs
Luuk de Gram
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-11-10
dwarf: do not assume unsigned 64bit integer for the enum value
Jakub Konka
2022-10-25
cbe: implement tag name
Jacob Young
2022-10-18
Sema: fix runtime int to enum with one possible value
Andrew Kelley
2022-10-13
stage1: Skip new tests that never passed in stage1
Cody Tapscott
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
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-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-08-28
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-06-30
stage2 llvm: ensure `@tagName` functions are unique
Veikka Tuominen
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Skip unsupported enum behavior tests
Jakub Konka
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-22
Sema: fix comptime coercion of payload to error union
Andrew Kelley
2022-02-22
Sema: auto-numbered enums increment from last tag value
Andrew Kelley
2022-01-26
Sema: implement struct init is_ref=true
Andrew Kelley
2022-01-26
organize behavior tests
Andrew Kelley
2021-12-27
Sema: fix anytype parameters whose types require comptime
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-26
Sema: fix enum tag type not initialized when 0 fields
Andrew Kelley
2021-12-26
Sema: improve non-exhaustive enum support
Andrew Kelley
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-10-05
stage2: implement runtime `@intToEnum`
Andrew Kelley
2021-10-05
move tagged union behavior tests to the appropriate place
Andrew Kelley
2021-10-02
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley