COMMITS
/ lib/std/array_list.zig 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
September 28, 2023
L
std.ArrayList: insertSlice avoids extra memcpy
Lucas Santos committed
August 29, 2023
G
std: enable FailingAllocator to fail on resize
Gregory Anders committed
July 17, 2023
A
std: reword some comments
Andrew Kelley committed
July 12, 2023
R
docs: Fix outdated doc comments about allocating 'at least' the requested size
Ryan Liptak committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
May 22, 2023
J
InternPool: port most of value tags
Jacob Young committed
May 2, 2023
D
convert s[start..start+len] to s[start..][0..len]
dweiller committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
A
std.ArrayList: mark the appendNTimes methods inline
Andrew Kelley committed
April 24, 2023
A
x86_64 backend: support `@memset` with slices
Andrew Kelley committed
April 23, 2023
A
add behavior test for `@memset` on slices
Andrew Kelley committed
Z
Improvements to docs and text
zooster committed
April 14, 2023
A
change semantics of `@memcpy` and `@memset`
Andrew Kelley committed
April 22, 2023
-
doc: fix minor grammar issues
-k committed
March 11, 2023
I
std: Add ArrayList.insertAssumeCapacity()
Isaac Freund committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
February 4, 2023
N
Allow const for ArrayList.getLast, fix #14522
Nicolas Goy committed
January 14, 2023
December 28, 2022
C
V
add tests for fixed stage1 bugs
Veikka Tuominen committed
December 15, 2022
R
ArrayList.toOwnedSlice: Fix potential for leaks when using errdefer
Ryan Liptak committed