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
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-04
std: Accept unaligned slice in several ArrayListAligned ops
LemonBoy
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
2020-05-26
Remove unimplemented `init` call from ArrayListUnmanaged.
Walter Mays
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-02
new ArrayList API: fix ArrayList.shrink
xackus
2020-04-02
new ArrayList API, fix enough std lib to test
xackus
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
std: add std.ArrayList(u8).outStream()
daurnimator
2020-03-06
fixups & make some API decisions
Andrew Kelley
2020-03-06
std: add ArrayList.eql for parity with std.Buffer
daurnimator
2020-03-06
std: add .startsWith and .endsWith to std.ArrayList
daurnimator
2020-02-19
Add an appendValues method to ArrayList to append a value n times. (#4460)
Bas
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-12-29
ArrayList: ptrAt function returns pointer to item at given index
Benoit Giannangeli
2019-12-10
remove iterator API from std.ArrayList
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
[next]