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
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
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-08
test: add a pair of cases from bug reports
Xavier Bouchoux
2023-10-08
codegen/llvm: truncate padding bits when loading a non-byte-sized value
Xavier Bouchoux
2023-10-04
x86_64: implement 128-bit integer comparisons
Jacob Young
2023-10-03
codegen: fix byte-aligned field offsets in unaligned nested packed structs
Xavier Bouchoux
2023-10-03
codegen: fix field offsets in packed structs
Xavier Bouchoux
2023-07-29
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux
2023-07-29
llvm: partial fix of store undefined to packed result location
Xavier Bouchoux
2023-07-26
add behavior test for bitcast packed struct twice
Andrew Kelley
2023-06-25
x86_64: fix global pointers to packed struct fields
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
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-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-02
x86_64: implement aggregate init of a packed struct
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-25
x86_64: implement struct_field_ptr for packed containers
Jacob Young
2023-02-23
CBE: cleanup field access
Jacob Young
2023-01-17
llvm: do not offset packed struct field pointers if they have a host size
Veikka Tuominen
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-29
add tests for fixed stage1 bugs
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
wasm: enable behavior tests for packed structs
Luuk de Gram
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Sema: Prevent coercion from tuple pointer to mutable slice.
InKryption
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-13
stage1: Skip new tests that never passed in stage1
Cody Tapscott
2022-09-14
stage2: sparc64: Skip compile-failing tests for now
Koakuma
[next]