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-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
2022-03-19
wasm: Enable passing tests
Luuk de Gram
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-17
Merge pull request #11192 from joachimschmidt557/stage2-arm
Joachim Schmidt
2022-03-16
CBE: better handling of sentineled slices/arrays
Daniele Cocca
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
stage2: Array len field should be a usize not comptime_int
Mitchell Hashimoto
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-08
stage2 ARM: implement ptr_add, ptr_sub for all element sizes
joachimschmidt557
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-02
codegen: handle elem_ptr when lowering to memory
Jakub Konka
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: implement slice and array_to_slice
joachimschmidt557
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-22
Port more behavior tests
Jakub Konka
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