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
2022-02-18
x64: implement array_elem_val when array is stored in memory
Jakub Konka
2022-02-18
x64: implement array_elem_val when array fits in register
Jakub Konka
2022-02-16
x64: fix ptr_add
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
organize behavior tests
Andrew Kelley
2022-01-20
Merge pull request #10638 from Luukdegram/wasm-refactor
Jakub Konka
2022-01-19
stage2: fix passing arguments on the stack
Jakub Konka
2022-01-19
wasm: Refactor storing values.
Luuk de Gram
2022-01-18
stage2: implement airArrayElemVal
Jakub Konka
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-17
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2021-12-30
CBE; implement airLoad and airStore for arrays (#10452)
drew
2021-12-27
Sema: implement array coercion
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-13
stage2: improve handling of 0-bit types and arrays
Andrew Kelley
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-07
AstGen: make array literals work like struct literals
Andrew Kelley
2021-10-07
stage2: implement array literal with explicit type
Andrew Kelley
2021-10-01
stage2: emit Value.repeated for `**` where the array size is one
Jacob G-W
2021-09-30
stage2: implement array_init instruction (#9843)
g-w1
2021-09-13
stage2: add array_to_slice AIR instruction
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
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