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-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
2022-02-26
stage2: actually coerce in coerce_result_ptr at comptime
Veikka Tuominen
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-22
Merge pull request #10959 from joachimschmidt557/stage2-aarch64
Andrew Kelley
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-20
stage2: make field/array base ptr work at comptime
Veikka Tuominen
2022-02-20
stage2: support anon init through error unions and optionals at runtime
Veikka Tuominen
2022-02-19
stage2: support anon init through error unions and optionals
Veikka Tuominen
2022-02-15
stage2: disable failing aarch64-macos behavior tests
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
organize behavior tests
Andrew Kelley
2022-02-08
stage2 ARM: airStructFieldVal for more MCValues
joachimschmidt557
2022-02-08
stage2 ARM: support all integer types in genTypedValue
joachimschmidt557
2022-02-07
stage2: pass more struct tests
Jakub Konka
2022-02-07
stage2,arm: add lowering of unnamed consts
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-02
stage2: pad out (non-packed) struct fields when lowering to bytes
Jakub Konka
2022-02-02
x86_64: pass more behaviour tests
Jakub Konka
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-11-30
put the passing stage2 behavior tests back
Andrew Kelley
2021-11-30
Revert "I found some more passing behavior tests"
Andrew Kelley
2021-11-29
I found some more passing behavior tests
Andrew Kelley
2021-11-08
C backend: while, struct tests, better undefined global handling
Emily Bellows
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
[next]