COMMITS
/ lib/std/hash_map.zig November 20, 2025
B
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk committed
October 29, 2025
A
std.hash_map: tune slow unit tests
Andrew Kelley committed
September 10, 2025
M
use pointer subtraction
marko committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
August 3, 2025
J
zig fmt: apply new cast builtin order
Justus Klausecker committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
February 4, 2025
A
std.hash_map: placeholder for doc comments
Andrew Kelley committed
January 6, 2025
December 15, 2024
D
hashmap: remove `inline` from `getIndex` now that we have `@branchHint`
David Rubin committed
October 7, 2024
S
add assertLocked to std.debug.SafetyLock
Scott Redig committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
J
std.hash_map: fix error message in getAutoHashFn
Jeremy Hertel committed
September 10, 2024
J
Dwarf: implement and test hash maps
Jacob Young committed
September 9, 2024
J
Dwarf: implement and test multi array list
Jacob Young committed
August 31, 2024
M
std: deprecate some incorrect default initializations
mlugg committed
August 28, 2024
M
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
August 8, 2024
J
std.hash_map: adding a rehash() method (#19923)
John Benediktsson committed
July 22, 2024
A
add std.testing.random_seed
Andrew Kelley committed
May 16, 2024
March 20, 2024
A
std.hash_map: fix pointer lock safety false positive
Andrew Kelley committed
March 16, 2024
A
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley committed
March 1, 2024
J
compiler: audit debug mode checks
Jacob Young committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 24, 2024
B
std.hash_map: Fix integer overflow bugs (#19048)
Brandon Botsch committed
February 21, 2024
J
Module: fix `@embedFile` of files containing zero bytes
Jacob Young committed
February 8, 2024
E
Replace std.rand references with std.Random
e4m2 committed
December 23, 2023
A
std.hash_map: clarify error when Context is missing pub hash/eql
AlliedEnvy committed
November 21, 2023
A
std: remove meta.trait
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 23, 2023
J
x86_64: implement 128-bit builtins
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
J
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young committed
October 21, 2023
J
Fix simple doc mistakes. (#17624)
JustinWayland committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
October 19, 2023
C
std.hash_map: add `const` attribute to StringIndexContext.bytes and ...
Constantin Bilz committed
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
July 24, 2023
Z
Use builtin inference over @as where possible
Zachary Raineri committed
July 19, 2023
L
std.hash_map: Fix casing of keyPtr variables
Linus Groh committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 9, 2023
M
mem: rename align*Generic to mem.align*
Motiejus Jakštys committed
S
std.hash_map: fetchRemove increment available
sentientwaffle committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
May 29, 2023
M
Prevent analysis of functions only referenced at comptime
mlugg committed
May 8, 2023
D
Disallow named test decls with duplicate names
Dominic committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
April 14, 2023
A
change semantics of `@memcpy` and `@memset`
Andrew Kelley committed