COMMITS
/ lib/std/buf_map.zig November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
April 22, 2023
-
doc: fix minor grammar issues
-k committed
February 5, 2022
J
reverse some of the now unneeded changes from squeek
Jonathan Marler committed
January 20, 2022
R
Make the BufMap.count return value match its underlying HashMap's Size
Ryan Liptak committed
January 17, 2022
R
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak 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
November 29, 2020
J
fix memory leak in BufMap
Jonathan Marler committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 5, 2020
A
Merge pull request #5786 from ziglang/std-hash-map
Andrew Kelley committed
July 4, 2020
A
update std lib to new hash map API
Andrew Kelley committed
J
std.mem.dupe is deprecated, move all references in std
joachimschmidt557 committed
January 30, 2020
B
Fix BufMap value leak
Benjamin Feng committed
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