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
2025-09-20
add behavior test: avoid unused field function body compile error
Andrew Kelley
2025-09-20
disable failing stage2_aarch64 behavior tests
Andrew Kelley
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-08-29
LLVM backend:fix align 1 sret parameter load returned
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-04-28
test: skip "struct fields get automatically reordered" for spirv64 backend
Ali Cheraghi
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-05
x86_64: fix incorrect handling of unreusable operands
Jacob Young
2025-03-24
stage2-wasm: packed store/load 128 bits
Pavel Verigo
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-09-12
riscv: implement `optional_payload_ptr_set`
David Rubin
2024-09-01
riscv: implement `errunion_payload_ptr_set`
David Rubin
2024-08-29
behavior: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: update tests
David Rubin
2024-07-26
riscv: implement sub-byte addition
David Rubin
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: implement optional logic
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: add `airAggregateInit` for arrays
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
[next]