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-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
2021-10-07
stage2: fix returning structs byval from functions
Andrew Kelley
2021-09-29
stage2: LLVM backend: implement struct type fwd decls
Andrew Kelley
2021-09-25
stage2: implement zirCoerceResultPtr
Andrew Kelley
2021-09-25
stage2: implement `@sizeOf` for non-packed structs
Andrew Kelley
2021-09-22
stage2: fix AstGen for some struct syntaxes
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley