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
/
array.zig
Age
Commit message (
Expand
)
Author
2025-09-20
add behavior test: resist alias of explicit copy...
Andrew Kelley
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-29
Sema: remove redundant comptime-known initializer tracking
mlugg
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-03-24
stage2-wasm: fix comparing and storing optionals
Pavel Verigo
2025-03-16
Sema: correctly handle empty by-ref initializers
mlugg
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement sub-byte addition
David Rubin
2024-07-26
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
riscv: rewrite "binOp"
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-06-10
spirv: disable tests that fail on pocl
Robin Voetter
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-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-04-07
Sema: support coercing ref to anonymous array init to many-pointer
Carl Ã…stholm
2024-04-05
spirv: make behavior tests passing
Ali Chraghi
2024-04-02
Sema: fix crash accessing array of opv types
Jacob Young
2024-03-29
Sema: allow .ptr on pointer to array
Veikka Tuominen
2024-02-04
spirv: update tests
Robin Voetter
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
spirv: allow generation of *i0
Robin Voetter
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-09-23
spirv: air array_elem_val using hack
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-06-28
behavior: test slicing array of zero-sized values
zooster
2023-06-26
AstGen: fix result locations for elements of typed array init
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
[next]