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
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: air union_init
Robin Voetter
2023-09-23
spirv: air set_union_tag + improve load()/store()
Robin Voetter
2023-09-23
spirv: air struct_field_ptr for unions
Robin Voetter
2023-09-23
spirv: air struct_field_val for unions
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-07-26
add behavior test for union with 128 bit integer
Andrew Kelley
2023-06-30
Sema: copy pointer alignment to union field pointers
mlugg
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
spirv: lower get_union_tag
Ali Chraghi
2023-05-16
Merge pull request #15713 from alichraghi/ali-spirv
Andrew Kelley
2023-05-15
spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)
Ali Chraghi
2023-05-15
x86_64: fix field_ptr nonsense
Jacob Young
2023-05-15
codegen: implement global enum_numbered
Jacob Young
2023-05-15
x86_64: implement union_init
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-03
codegen: fix global nested field_ptr
Jacob Young
2023-05-01
x86_64: fix switch multi-prongs and mul/div flags clobber
Jacob Young
2023-05-01
x86_64: implement tagName
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-03-30
llvm: fix crashes when loading a struct field
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-21
Merge pull request #15028 from Vexu/compile-errors
Veikka Tuominen
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-21
Value: implement reinterpreting enum field index as integer
Veikka Tuominen
2023-03-21
llvm: fix lowering packed union initiated to zero-bit value
Veikka Tuominen
2023-03-15
x86_64: handle duplicate prong deaths
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-14
Sema: fix memory management of union enum tag int tag
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-30
cbe: implement packed unions
Veikka Tuominen
2022-11-26
Sema: correctly detect union target in `zirSwitchBlock`
Veikka Tuominen
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-09
llvm: implement packed unions
Veikka Tuominen
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement airUnionInit
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
[next]