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
/
packed-struct.zig
Age
Commit message (
Expand
)
Author
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
2022-08-28
Sema: add missing calls to resolveStructLayout
Veikka Tuominen
2022-08-26
Add behavior test coverage for nested packed struct field access
David Gonzalez Martin
2022-08-22
Sema: allow optional pointers in packed structs
Veikka Tuominen
2022-08-01
Sema: validate packed struct field types
Veikka Tuominen
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-20
disable new behavior test in stage1
Andrew Kelley
2022-07-20
improve test case from previous commit
Andrew Kelley
2022-07-20
stage2 llvm: fix handling of pointer fields in packed structs
Veikka Tuominen
2022-06-10
Sema: introduce bitSizeAdvanced to recursively resolve types
Andrew Kelley
2022-06-09
update packed struct behavior tests to new language semantics
Andrew Kelley
2022-06-07
stage2: packed struct fixes for big-endian targets
Andrew Kelley
2022-06-07
stage2: better codegen for byte-aligned packed struct fields
Andrew Kelley
2022-05-25
mark some more behavior tests as passing
Andrew Kelley
2022-04-09
stage1: Additional fix for packed structs
Igor Stojkovic
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic