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-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
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
[next]