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
/
lib
/
std
/
array_list.zig
Age
Commit message (
Expand
)
Author
2022-02-22
[std.ArrayList] return explicit errors
Motiejus Jakštys
2022-02-18
ArrayList: add unusedCapacitySlice to the unmanaged API
Andrew Kelley
2022-01-27
Preserve alignment when cloning
John Schmidt
2022-01-27
Implement clone with initCapacity and appendSliceAssumeCapacity
John Schmidt
2022-01-27
Use expectEqualSlices instead of loop
John Schmidt
2022-01-27
Set len on copied items array
John Schmidt
2022-01-27
Add ArrayList.clone
John Schmidt
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-01
std.ArrayList: add ensureTotalCapacityPrecise and update doc comments
Ryan Liptak
2021-10-28
std.ArrayListUnmanaged: implement writer()
Andrew Kelley
2021-09-12
std: publicize ArrayListUnmanaged.allocatedSlice to match ArrayList
Silver
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-28
std/ArrayList: Allow `ArrayList(u0)` to be created
Zach Banks
2021-07-20
std.ArrayList: add missing assertion in appendSliceAssumeCapacity
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
std.ArrayList: add clearRetainingCapacity and clearAndFree
Andrew Kelley
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
std: Accept unaligned slice in several ArrayListAligned ops
LemonBoy
2021-04-16
std: deprecate ensureCapacity, add two other capacity functions
Andrew Kelley
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-02
Improve documentation for ArrayList, ArrayListUnmanaged, etc. (#7624)
Cameron Conn
2020-12-31
Year++
Frank Denis
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-11-07
make ArrayList.span into a compile error
Josh Holland
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-09-29
Fix std.ArrayListUnmanaged + improve test coverage
Robin Voetter
2020-09-02
std: ArrayList.initCapacity now respects the specified cap
LemonBoy
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-31
std.ArrayList: add appendNTimesAssumeCapacity
Andrew Kelley
2020-07-27
Merge pull request #5511 from jessrud/arraylist-replaceRange
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-06
std: add new array list functions
Andrew Kelley
2020-07-05
reimplement std.HashMap
Andrew Kelley
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-06-20
zig fmt
Andrew Kelley
2020-06-16
ArrayList(u8) support writer interface
Jonathan Marler
2020-06-03
demonstrate start + len > new_items.len
Jesse Rudolph
2020-06-02
add replaceRange() function to ArrayList
Jesse Rudolph
2020-06-02
pass allocator to self.resize() in appendNTimes()
Jesse Rudolph
[next]