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
2025-09-20
disable failing stage2_aarch64 behavior tests
Andrew Kelley
2025-09-20
frontend: packed struct field ptr no longer finds byte borders
Andrew Kelley
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-09-05
behavior tests: update for new requirement
Andrew Kelley
2025-08-28
update GenericWriter usage found by test-cases
Andrew Kelley
2025-07-29
disable more failing tests
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-01
x86_64: fix packed struct equality
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-03-24
stage2-wasm: packed store/load 128 bits
Pavel Verigo
2025-03-23
Merge pull request #23256 from xtexx/fix-gh-20113
Jacob Young
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-22
x86_64: add behavior test for packed store
Bingwu Zhang
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement sub-byte addition
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-21
llvm: fix lowering of packed structs with optional pointers
Veikka Tuominen
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-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-02-12
x86_64: fix packed load
Jacob Young
2024-02-11
add behavior test for recently fixed wasm backend bug
Andrew Kelley
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-01-29
Fix some comptime packed struct issues
SuperAuguste
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-03
Remove some `@as` coercions from assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2023-12-04
x86_64: fix packed struct field reuse
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-11-05
behavior: enable test passing with x86_64 backend
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
[next]