COMMITS
/ lib/std/array_hash_map.zig January 31, 2022
A
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley committed
January 25, 2022
A
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley committed
January 24, 2022
R
MultiArrayList: Fix error when struct is 0 sized
riverbl committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 17, 2021
R
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak committed
August 31, 2021
F
std.hash_map: add getKey methods (#9607)
fn ⌃ ⌥ committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 3, 2021
J
libstd: add ArrayHashMap.popOrNull function
Jakub Konka committed
June 21, 2021
A
std: ArrayHashMap remove unused parameter
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham committed
May 12, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 10, 2021
M
fix AutoArrayHashMap's store_hash logic
Matthew Borkowski 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
May 6, 2021
A
std.ArrayHashMap: ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley committed
April 23, 2021
A
std: fix compile errors caught by stage2 AstGen
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
March 28, 2021
February 25, 2021
A
zig fmt the std lib
Andrew Kelley committed
January 17, 2021
A
std.ArrayHashMap: add "AssertDiscard" function variants
Andrew Kelley committed
December 26, 2020
A
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron committed
December 29, 2020
A
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron committed
November 2, 2020
L
std: Re-enable ArrayHashMap test for mips targets
LemonBoy committed
September 26, 2020
A
std.ArrayHashMap: count and iterator are not deprecated
Andrew Kelley committed
August 2, 2020
S
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour committed