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
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-02-22
fix ArrayHashMap setKey when store_hash=true
Andrew Kelley
2025-02-12
std.ArrayHashMap: base linear_scan_max on cache line size
Andrew Kelley
2025-02-11
std.ArrayHashMap: introduce setKey
Andrew Kelley
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-01-15
std.ArrayHashMap: allow passing empty values array
Andrew Kelley
2024-12-11
std.ArrayHashMap fix `eql` documentation
Nico Elbers
2024-11-27
std.ArrayHashMap: update to the "gpa"/"arena" convention
Andrew Kelley
2024-11-27
prepare to remove the "Managed" variant of std.ArrayHashMap
Andrew Kelley
2024-11-27
std.ArrayHashMap: explicit error sets
Andrew Kelley
2024-11-27
introduce std.ArrayHashMap.reinit
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-01
std: deprecate some incorrect default initializations
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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
[next]