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
2025-10-11
std.ArrayList: swapRemove set removed element to undefined (#25514)
Fri3dNstuff
2025-09-20
std: remove loop from growCapacity
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-26
`std.ArrayList`: add `insertSliceAssumeCapacity()` and `insertSliceBounded()`...
Rue
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
std: introduce orderedRemoveMany
Andrew Kelley
2025-08-05
std: remove BoundedArray
Andrew Kelley
2025-08-05
std.array_list: add bounded methods
Andrew Kelley
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-09
std/containers: improve consistency using gpa parameter name for allocator.
remeh
2025-02-26
std.ArrayList: delete unit test
Andrew Kelley
2025-02-13
std.ArrayList: initial capacity based on cache line size
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
std.mem.Allocator: introduce `remap` function to the interface
Andrew Kelley
2025-01-15
std.array_list: tiny refactor for pleasure
Andrew Kelley
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-01
std: deprecate some incorrect default initializations
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-14
std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490)
gooncreeper
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-04-02
Refactor ArrayList replaceRange tests
Michael Lynch
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-23
std.ArrayList: fixedWriter
Andrew Kelley
2024-02-23
std.ArrayList: add writerAssumeCapacity
Andrew Kelley
2024-01-19
std.ArrayList: pedantic fixups to previous commit
Andrew Kelley
2024-01-19
std.ArrayList: add replaceRangeAssumeCapacity method
Gordon Cassie
2024-01-19
std.ArrayList.replaceRange: remove unneded overflow checks
Erik Arvstedt
2024-01-19
std.ArrayList: remove `+ 1` overflow checks
Erik Arvstedt
2024-01-15
std.ArrayList: pedantic rewordings of documentation and unit tests
Andrew Kelley
2024-01-15
std.array_list: Document and reduce illegal behavior in ArrayLists
notcancername
2024-01-13
std.ArrayList: Clarify that ensureTotalCapacity/ensureTotalCapacityPrecise wi...
Ryan Liptak
2023-11-22
std.ArrayList: add initBuffer to the unmanaged array list
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-09-30
Improve (Unmanaged)ArrayList.insert
Lucas Santos
2023-09-29
std.ArrayList: fixups for the previous commit
Andrew Kelley
2023-09-29
std.ArrayList: insertSlice avoids extra memcpy
Lucas Santos
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
[next]