COMMITS
/ lib/std/array_list.zig October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
A
std.ArrayListUnmanaged: implement writer()
Andrew Kelley committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
November 1, 2021
R
std.ArrayList: add ensureTotalCapacityPrecise and update doc comments
Ryan Liptak committed
September 10, 2021
S
std: publicize ArrayListUnmanaged.allocatedSlice to match ArrayList
Silver committed
August 26, 2021
A
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
April 23, 2021
Z
std/ArrayList: Allow `ArrayList(u0)` to be created
Zach Banks committed
July 20, 2021
A
std.ArrayList: add missing assertion in appendSliceAssumeCapacity
Andrew Kelley committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
L
std: Accept unaligned slice in several ArrayListAligned ops
LemonBoy committed
May 5, 2021
A
std.ArrayList: add clearRetainingCapacity and clearAndFree
Andrew Kelley committed
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 17, 2021
A
std: deprecate ensureCapacity, add two other capacity functions
Andrew Kelley committed
January 8, 2021
J
Remove deprecated stream aliases
Jay Petacat committed
January 7, 2021
A
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley committed
January 5, 2021
A
stage2: rework the C backend
Andrew Kelley committed
December 29, 2020
A
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron committed
A
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley committed
January 3, 2021
C
Improve documentation for ArrayList, ArrayListUnmanaged, etc. (#7624)
Cameron Conn committed
December 23, 2020
V
std: clenup, fixes, fmt
Veikka Tuominen committed
V
move ArrayListSentineled to std lib orphanage
Veikka Tuominen committed
November 6, 2020
J
make ArrayList.span into a compile error
Josh Holland committed
J
remove deprecated uses of ArrayList.span
Josh Holland committed
September 29, 2020
R
Fix std.ArrayListUnmanaged + improve test coverage
Robin Voetter committed
September 2, 2020
L
std: ArrayList.initCapacity now respects the specified cap
LemonBoy committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 8, 2020
A
std: introduce GeneralPurposeAllocator
Andrew Kelley committed
July 31, 2020
A
std.ArrayList: add appendNTimesAssumeCapacity
Andrew Kelley committed
July 27, 2020
A
Merge pull request #5511 from jessrud/arraylist-replaceRange
Andrew Kelley committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
July 6, 2020
A
std: add new array list functions
Andrew Kelley committed
July 3, 2020
A
reimplement std.HashMap
Andrew Kelley committed
June 27, 2020
J
new allocator interface after Andrew Kelley review
Jonathan Marler committed
April 17, 2020
J
new allocator interface
Jonathan Marler committed
June 13, 2020
J
ArrayList(u8) support writer interface
Jonathan Marler committed
June 3, 2020
J
demonstrate start + len > new_items.len
Jesse Rudolph committed
June 2, 2020
J
add replaceRange() function to ArrayList
Jesse Rudolph committed
J
pass allocator to self.resize() in appendNTimes()
Jesse Rudolph committed
May 26, 2020
W
Remove unimplemented `init` call from ArrayListUnmanaged.
Walter Mays committed
May 14, 2020
A
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley committed
May 12, 2020
A
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley committed
May 10, 2020
A
rework self-hosted compiler for incremental builds
Andrew Kelley committed
April 15, 2020
V
translate-c cleanup and zig fmt
Vexu committed
April 11, 2020
X
ArrayList: remove old (before span) API
xackus committed
April 1, 2020
X
new ArrayList API: fix ArrayList.shrink
xackus committed