index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
array_hash_map.zig
Age
Commit message (
Expand
)
Author
2024-07-26
docs: ArrayHashMap: warn against the shrink footgun
Andrew Kelley
2024-07-07
std.ArrayHashMap: unmanaged holds the pointer stability lock
Krzysztof Wolicki
2024-03-21
std.array_hash_map: remove meta context verification
Andrew Kelley
2024-03-21
std.array_hash_map: enhance doc comments
Andrew Kelley
2024-03-16
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-04
std.ArrayHashMap: add init function
Andrew Kelley
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-08
std: add unstable sorting to array hash maps
Andrew Kelley
2023-09-24
std.MultiArrayList: add test coverage for 0-bit structs
Andrew Kelley
2023-09-02
std.ArrayHashMap.reIndex also recomputes hashes (#17054)
Josh Wolfe
2023-07-18
compiler: rework inferred error sets
Andrew Kelley
2023-07-16
std: reword some comments
Andrew Kelley
2023-06-26
Change capacity to take a non-pointer parameter
Jobat
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-22
doc: fix minor grammar issues
-k
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-04
std: add move() functions to hash maps
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-10-03
std: fix memory leak in ArrayHashMap (#13001)
GethDW
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-20
std: fix missing hash map safety
Andrew Kelley
2022-04-19
array hash map: fix getOrPutAdapted on Managed array hash map
Robin Voetter
2022-04-18
Update doc comment of ArrayHashMap to include 4th arg in eql fns
Ryan Liptak
2022-04-02
std.ArrayHashMap: lazier verifyContext calls
Andrew Kelley
2022-03-10
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2022-01-24
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley
2022-01-24
MultiArrayList: Fix error when struct is 0 sized
riverbl
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-31
std.hash_map: add getKey methods (#9607)
fn ⌃ ⌥
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-04
libstd: add ArrayHashMap.popOrNull function
Jakub Konka
2021-06-21
std: ArrayHashMap remove unused parameter
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
[next]