COMMITS
/ lib/std/array_hash_map.zig February 11, 2025
A
std.ArrayHashMap: base linear_scan_max on cache line size
Andrew Kelley committed
A
std.ArrayHashMap: introduce setKey
Andrew Kelley committed
February 2, 2025
M
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny committed
December 19, 2024
A
std.ArrayHashMap: allow passing empty values array
Andrew Kelley committed
December 11, 2024
N
std.ArrayHashMap fix `eql` documentation
Nico Elbers committed
November 27, 2024
A
std.ArrayHashMap: update to the "gpa"/"arena" convention
Andrew Kelley committed
A
prepare to remove the "Managed" variant of std.ArrayHashMap
Andrew Kelley committed
A
std.ArrayHashMap: explicit error sets
Andrew Kelley committed
A
introduce std.ArrayHashMap.reinit
Andrew Kelley 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 28, 2024
M
July 26, 2024
A
docs: ArrayHashMap: warn against the shrink footgun
Andrew Kelley committed
July 7, 2024
K
std.ArrayHashMap: unmanaged holds the pointer stability lock
Krzysztof Wolicki committed
March 22, 2024
A
std.array_hash_map: remove meta context verification
Andrew Kelley committed
A
std.array_hash_map: enhance doc comments
Andrew Kelley committed
March 16, 2024
A
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley committed
November 21, 2023
A
std: remove meta.trait
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
November 4, 2023
A
std.ArrayHashMap: add init function
Andrew Kelley committed
October 26, 2023
J
x86_64: fix behavior of `getValue`
Jacob Young 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
October 7, 2023
A
std: add unstable sorting to array hash maps
Andrew Kelley committed
September 24, 2023
A
std.MultiArrayList: add test coverage for 0-bit structs
Andrew Kelley committed
September 2, 2023
J
std.ArrayHashMap.reIndex also recomputes hashes (#17054)
Josh Wolfe committed
July 9, 2023
A
compiler: rework inferred error sets
Andrew Kelley committed
July 17, 2023
A
std: reword some comments
Andrew Kelley committed
June 25, 2023
J
Change capacity to take a non-pointer parameter
Jobat 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 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 14, 2023
A
change semantics of `@memcpy` and `@memset`
Andrew Kelley committed
April 22, 2023
-
doc: fix minor grammar issues
-k committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
February 3, 2023
A
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley committed
December 13, 2022
R
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91 committed
December 3, 2022
A
std: add move() functions to hash maps
Andrew Kelley committed
November 27, 2022
A
std.mem.Allocator: allow shrink to fail
Andrew Kelley committed
October 4, 2022
G
std: fix memory leak in ArrayHashMap (#13001)
GethDW committed
September 16, 2022
A
std: remove deprecated API for the upcoming release
Andrew Kelley committed
May 5, 2022
A
Sema: solve a false positive "depends on itself"
Andrew Kelley committed
April 21, 2022
A
std: fix missing hash map safety
Andrew Kelley committed
April 19, 2022
R
array hash map: fix getOrPutAdapted on Managed array hash map
Robin Voetter committed
April 17, 2022
R
Update doc comment of ArrayHashMap to include 4th arg in eql fns
Ryan Liptak committed
April 3, 2022
A
std.ArrayHashMap: lazier verifyContext calls
Andrew Kelley committed
March 10, 2022
A
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley committed