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
/
std
/
array_list.zig
Age
Commit message (
Expand
)
Author
2018-07-16
remove std.ArrayList.removeOrError function
Andrew Kelley
2018-07-14
std.ArrayList - rename remove to swapRemove
Andrew Kelley
2018-07-14
Added `remove` to ArrayList
tgschultz
2018-07-13
Add a copyBackwards to fix the broken insert methods for ArrayList.
Bas van den Berg
2018-07-13
Improve ArrayList insert unit tests.
Bas van den Berg
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
clean up std.ArrayList
Andrew Kelley
2018-06-09
add set function to arraylist
Arthur Elliott
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-04
Made container methods that can be const, const
Jimmi Holst Christensen
2018-05-03
Unified API
Braedon
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
Add ArrayList functions (#755)
Marc Tiehuis
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-10
rendering source code without recursion
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-09-09
Add appendSlice function (#448)
Marc Tiehuis
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley