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-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-09-25
type: handle the 0-length array case in abiSizeAdvanced
kcbanner
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-10
Sema: resolve field type layout for anon struct type info
Ian Johnson
2023-06-30
Unrevert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-30
Remerge pull request #15995 from mlugg/fix/union-field-ptr-align
Jacob Young
2023-06-30
Sema: copy pointer alignment to struct field pointers
mlugg
2023-06-29
Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"
Jacob Young
2023-06-29
Revert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-28
Sema: preserve extern struct field alignment
Alex Kladov
2023-06-26
Merge pull request #15771 from jacobly0/x86_64-behavior
jacobly0
2023-06-25
x86_64: truncate packed field value
Jacob Young
2023-06-25
x86_64: fix global pointers to packed struct fields
Jacob Young
2023-06-25
x86_64: fix packed store crash
Jacob Young
2023-06-25
Sema: copy pointer alignment to struct field pointers
mlugg
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-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
[next]