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
/
cases
/
array.zig
Age
Commit message (
Expand
)
Author
2018-06-08
Allow access of array.len through a pointer
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-09-13
add Child property of slice type
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-08-31
allow array literals to have size and fix comptime bug
Andrew Kelley
2017-05-23
clean up behavior test names
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-26
more robust const struct values
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-01-22
remove staticEval builtin in favor of comptime expression
Andrew Kelley
2017-01-05
self hosted tests import std library
Andrew Kelley
2016-12-26
IR: port all passing tests over
Andrew Kelley
2016-12-26
IR testing: rename cases3 dir to cases
Andrew Kelley