COMMITS
/ lib/std/array_list.zig November 6, 2025
M
std.ArrayList: actaully memset to undefined in shrinkRetainingCapacity and clearRetainingCapacity
Mateusz Poliwczak committed
November 4, 2025
M
std.ArrayList: memset to undefined in shrinkRetainingCapacity and clearRetainingCapacity
Mateusz Poliwczak committed
October 12, 2025
F
std.ArrayList: swapRemove set removed element to undefined (#25514)
Fri3dNstuff committed
September 20, 2025
A
std: remove loop from growCapacity
Andrew Kelley committed
August 30, 2025
A
upgrade more old API uses
Andrew Kelley committed
A
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 27, 2025
A
std: delete most remaining uses of GenericWriter
Andrew Kelley committed
August 8, 2025
A
std.Io: delete GenericWriter
Andrew Kelley committed
August 26, 2025
August 15, 2025
A
std.compress.zstd.Decompress fixes
Andrew Kelley committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
May 18, 2025
A
std: introduce orderedRemoveMany
Andrew Kelley committed
August 5, 2025
A
std: remove BoundedArray
Andrew Kelley committed
A
std.array_list: add bounded methods
Andrew Kelley committed
A
std: replace various mem copies with `@memmove`
Andrew Kelley committed
July 1, 2025
A
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley committed
June 28, 2025
A
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 6, 2025
February 23, 2025
A
std.ArrayList: delete unit test
Andrew Kelley committed
February 12, 2025
A
std.ArrayList: initial capacity based on cache line size
Andrew Kelley committed
February 10, 2025
M
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny committed
February 4, 2025
A
std.mem.Allocator: introduce `remap` function to the interface
Andrew Kelley committed
December 6, 2024
A
std.array_list: tiny refactor for pleasure
Andrew Kelley committed
October 26, 2024
M
compiler: remove anonymous struct types, unify all tuples
mlugg committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
August 31, 2024
M
std: deprecate some incorrect default initializations
mlugg committed
August 6, 2024
J
Dwarf: rework self-hosted debug info from scratch
Jacob Young committed
July 14, 2024
G
std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490)
gooncreeper committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
March 30, 2024
M
Refactor ArrayList replaceRange tests
Michael Lynch committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 22, 2024
A
std.ArrayList: fixedWriter
Andrew Kelley committed
February 20, 2024
A
std.ArrayList: add writerAssumeCapacity
Andrew Kelley committed
January 19, 2024
A
std.ArrayList: pedantic fixups to previous commit
Andrew Kelley committed
December 15, 2023
G
std.ArrayList: add replaceRangeAssumeCapacity method
Gordon Cassie committed
January 18, 2024
E
std.ArrayList.replaceRange: remove unneded overflow checks
Erik Arvstedt committed
E
std.ArrayList: remove `+ 1` overflow checks
Erik Arvstedt committed
January 16, 2024
A
std.ArrayList: pedantic rewordings of documentation and unit tests
Andrew Kelley committed
January 7, 2024
N
std.array_list: Document and reduce illegal behavior in ArrayLists
notcancername committed
January 12, 2024
November 22, 2023
A
std.ArrayList: add initBuffer to the unmanaged array list
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 21, 2023
J
x86_64: implement enough to pass unicode tests
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
September 30, 2023
L
Improve (Unmanaged)ArrayList.insert
Lucas Santos committed
September 29, 2023
A
std.ArrayList: fixups for the previous commit
Andrew Kelley committed