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
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
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-13
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-11
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-20
Sema: allow ptr field access on pointer-to-array
mlugg
2023-04-13
x86_64: fix some of the mass confusion about the meaning of `MCValue`
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-21
CBE: implement aggregateInit() for array of array case.
Xavier Bouchoux
2023-03-15
disable failing aarch64 backend behavior tests
Andrew Kelley
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-27
add behavior test for comptime pointer casting
Andrew Kelley
2022-12-24
behavior: disable tests on failing backends
Jacob Young
2022-12-24
Sema: relax undefined checks for concat
Jacob Young
2022-12-24
Sema: support concat of tuple and array
Jacob Young
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-04
Sema: correct condition in validateArrayInit
Veikka Tuominen
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-07-14
Sema: fix coerceResultPtr
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-06-17
Sema: handle sentinels in tupleToArray
Veikka Tuominen
2022-06-03
Sema: fix initialization of array with comptime only elem type
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-04-22
clean up behavior tests
Andrew Kelley
2022-04-22
C backend: Fix array declarations
Annika L
2022-03-24
pass more behaviour tests
Jakub Konka
2022-03-23
stage2: enable some passing array & vector tests
William Sengir
2022-03-23
stage2: make zero-sized array not cause recursive type definition
William Sengir
[next]