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
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
2022-03-11
std.ArrayList: use variable for local mutable state
Andrew Kelley
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
[next]