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
/
union.zig
Age
Commit message (
Expand
)
Author
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-08-30
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-08-17
Sema: properly handle noreturn fields in unions
Veikka Tuominen
2022-07-27
LLVM: fix returning extern union with C callconv
Andrew Kelley
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
Sema: fix non-exhaustive union switch checks
Veikka Tuominen
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
2022-06-30
LLVM: fix lowering of untagged union types
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-12
Sema: add missing set_union_tag
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-19
x64: re-enable behavior tests
Jakub Konka
2022-04-12
Sema: fix comptime equality of extern unions with same tag
Andrew Kelley
2022-03-28
stage2 llvm: fix union init of byRef values
Veikka Tuominen
2022-03-25
Sema: implement zirStructInit for runtime-known union values
Veikka Tuominen
2022-03-23
stage2 CBE: Improve support for unions and error sets
Cody Tapscott
2022-03-19
wasm: Enable passing tests
Luuk de Gram
2022-03-15
Sema: only do store_ptr tuple optimization for arrays
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-07
Sema: fix `@hasDecl` for simple enums
Andrew Kelley
2022-03-07
stage2: fix union layout returning non-zero for zero-sized tag
Andrew Kelley
2022-03-02
Sema: implement cast from anon struct ptr to union ptr
Andrew Kelley
2022-03-02
Sema: add coercion from anon structs to unions
Andrew Kelley
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
x64: implement get_union_tag for register
Jakub Konka
2022-02-28
x64: clean up loadMemPtrIntoRegister abstraction
Jakub Konka
2022-02-28
Merge pull request #11012 from ziglang/x64-union-tag
Jakub Konka
2022-02-28
x64: fix switch condition mir; pass more union tests
Jakub Konka
2022-02-28
x64: fix store with ABI size > 8 on stack; pass union tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
Sema: implement union value equality at comptime
Andrew Kelley
2022-02-26
Sema: implement `@enumToInt` for unions
Andrew Kelley
2022-02-26
Sema: Module.Union.abiAlignment can return 0
Andrew Kelley
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-22
x64: disable printing results on macos until I fix the linker
Jakub Konka
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
Sema: fix union auto-enum numbering
Andrew Kelley
2022-02-21
Sema: fix comptime union initialization
Andrew Kelley
2022-02-12
move more behavior tests to the "passing" section
Andrew Kelley
2022-02-10
stage2: LLVM backend: make unnamed struct globals
Andrew Kelley
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
[next]