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
/
struct.zig
Age
Commit message (
Expand
)
Author
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
x86_64: implement fieldParentPtr
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-16
x86_64: implement packed load and store
Jacob Young
2023-04-03
x86_64: fix typos
Jacob Young
2023-04-02
x86_64: implement large cmp
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-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-02-19
add test coverage for fixed bug. closes #5497
Andrew Kelley
2023-01-22
Sema: resolve fields before checking tuple len
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
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-27
Merge pull request #14084 from joachimschmidt557/stage2-aarch64
Jakub Konka
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-27
llvm: add asserts and behavior tests for #14063
Jacob Young
2022-12-26
Sema: add missing `resolveLazyValue` cases
Jacob Young
2022-12-25
Sema: fix missing struct layout for llvm backend
Jacob Young
2022-12-18
codegen: fix taking the address of a zero-bit field in a zero-bit struct
Jacob Young
2022-12-18
llvm: fix lowering pointer to final zero-width field of a comptime value
Jacob Young
2022-12-18
Revert "llvm: fix lowering pointer to final zero-width field of a comptime va...
Andrew Kelley
2022-12-18
llvm: fix lowering pointer to final zero-width field of a comptime value
Jacob Young
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
cbe: fix zero-bit struct field pointer
Jacob Young
2022-12-03
Merge pull request #13748 from jacobly0/c-unaligned
Andrew Kelley
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-12-03
Sema: do not forcibly canonicalize unresolved pointer element type
Veikka Tuominen
2022-11-30
wasm: enable behavior tests for packed structs
Luuk de Gram
2022-11-11
llvm: correct calculation of index of zero-bit field
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement aggregate_init of struct
Jacob Young
2022-10-25
cbe: fix global access fix
Jacob Young
2022-10-25
cbe: fix global access
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-14
stage2: sparc64: Skip compile-failing tests for now
Koakuma
[next]