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
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
2023-07-16
std: reword some comments
Andrew Kelley
2023-07-12
docs: Fix outdated doc comments about allocating 'at least' the requested size
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-28
std.ArrayList: mark the appendNTimes methods inline
Andrew Kelley
2023-04-25
x86_64 backend: support `@memset` with slices
Andrew Kelley
2023-04-25
add behavior test for `@memset` on slices
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-22
doc: fix minor grammar issues
-k
2023-03-12
std: Add ArrayList.insertAssumeCapacity()
Isaac Freund
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-04
Allow const for ArrayList.getLast, fix #14522
Nicolas Goy
2023-01-16
Add fromOwnedSliceSentinel to ArrayList ArrayList and ArrayListUnmanaged, add...
Michael Bartnett
2023-01-03
Add the two functions 'getLast' and 'getLastOrNull' to ArrayListAligned/Array...
Chris Boesch
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-15
ArrayList.toOwnedSlice: Fix potential for leaks when using errdefer
Ryan Liptak
2022-12-11
std: Update ArrayList documentation
Mikael Berthe
2022-12-05
Allow const ArrayLists to be cloned
Martin Wickham
2022-11-30
std.ArrayList: fix shrinkAndFree
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
std.array_list: add a comment on every methods invalidating pointers.
remeh
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-14
std.ArrayList.ensureTotalCapacity: optimize and fix integer overflow
alichraghi
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
[next]