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
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2024-03-06
behavior: add tests for #18816
mlugg
2024-02-15
test: skip new failing tests for spirv
Ali Chraghi
2024-02-15
llvm: fix lowering of recursive debug info
Jacob Young
2024-02-04
spirv: update tests
Robin Voetter
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-25
Sema: ensure tuple fields is resolved and fix internal out-of-bounds access
Bogdan Romanyuk
2023-11-24
spirv: disable failing tests
Robin Voetter
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-11-08
Sema: do not force resolution of struct field inits when calling function poi...
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-11-01
wasm: re-enable regressed tests
Luuk de Gram
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-29
Fix hasRuntimeBitsAdvanced lazy case for pointers and optionals
DilithiumNitrate
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-21
spirv: improve union operations
Robin Voetter
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter
2023-10-15
spirv: properly skip comptime function parameters
Robin Voetter
2023-10-15
spirv: aggregate_init for structs
Robin Voetter
2023-10-14
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux
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
[prev]
[next]