COMMITS
/ lib/std/buf_set.zig February 26, 2024
R
Change many test blocks to doctests/decltests
Ryan Liptak committed
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
March 1, 2022
M
std.BufSet.clone: fix key ownership
Motiejus Jakštys committed
February 28, 2022
M
std.BufSet: add clone and cloneWithAllocator
Motiejus Jakštys committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
February 27, 2021
D
HashMap.put returns !void, not a !bool
daurnimator committed
August 2, 2020
S
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 4, 2020
A
update std lib to new hash map API
Andrew Kelley committed
January 30, 2020
B
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng committed
November 25, 2019
A
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed