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
/
tuple.zig
Age
Commit message (
Expand
)
Author
2025-11-04
codegen: fix tuple padding
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-10-07
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-04-28
Sema: fix alignment of runtime field pointer of underaligned tuple
mlugg
2025-03-24
stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arr
Pavel Verigo
2025-02-26
test: remove dependencies on legacy coercion
mlugg
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
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: update tests
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
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: 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
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-02-26
Fix tuple default values
John Schmidt
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-04
spirv: update tests
Robin Voetter
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-03
add missing resolveStructFieldInits
xdBronch
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-16
spirv: fieldParentPtr
Ali Chraghi
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-14
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux
2023-10-14
codegen/wasm: fix tuple member offset computation
Xavier Bouchoux
2023-10-03
Add behavior test for empty tuple type
Ian Johnson
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-28
Sema: don't reorder tuple fields
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-15
x86_64: implement union_init
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: implement fieldParentPtr
Jacob Young
[next]