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
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-08-01
Sema: validate packed struct field types
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-13
stage2: lower each struct field type, align, init separately
Andrew Kelley
2022-06-06
Sema: validate equality on store to comptime field
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-25
stage2: packed struct fields do not have a byte offset
Veikka Tuominen
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-05-04
stage2: fix `@sizeOf` for structs with comptime fields
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-05-02
behavior tests: fix wrong packed struct test case
Andrew Kelley
2022-04-28
CBE: fix renderValue() for struct fields with no runtime bits
Daniele Cocca
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-03-27
stage1: disable failing test
Andrew Kelley
2022-03-27
LLVM: handle aggregate_init for packed structs
Andrew Kelley
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-03-24
pass more behaviour tests
Jakub Konka
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-19
AstGen: always add dbg_block_end before last instruction
Veikka Tuominen
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-17
Sema: change how undefined is handled in coerce
Andrew Kelley
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-16
LLVM: make the load function copy isByRef=true types
Andrew Kelley
2022-03-15
Sema: only do store_ptr tuple optimization for arrays
Andrew Kelley
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-09
Sema: implement pointer-to-tuple coercion to slice and struct
Andrew Kelley
2022-03-08
Sema: implement coercion of tuples to structs
Andrew Kelley
2022-03-08
Sema: implement comptime struct fields
Andrew Kelley
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-06
Merge pull request #11070 from Luukdegram/wasm-unify
Jakub Konka
2022-03-06
stage2: Fix wasm linker for llvm backend
Luuk de Gram
2022-03-06
wasm: call into `generateSymbol` when lowering
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2: fix tuple assigned to variable
Andrew Kelley
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-02
Merge pull request #11026 from ziglang/codegen-field-ptr
Jakub Konka
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
LLVM: fix tripping assertions
Andrew Kelley
2022-03-01
LLVM: fix when sret and isByRef ret_ty disagree
Andrew Kelley
2022-03-01
codegen: ensure we descend on nested field_ptrs when lowering
Jakub Konka
2022-03-01
x64: impl airMemset using inline memset
Jakub Konka
2022-03-01
stage2 ARM: implement return types with abi size > 4
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
[next]