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
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
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
fix AutoArrayHashMap's store_hash logic
Matthew Borkowski
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-06
std.ArrayHashMap: ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-28
array_hash_map: decrement entries slice len after popping from entries in pop...
lithdew
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-16
std.ArrayHashMap: add "AssertDiscard" function variants
Andrew Kelley
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2020-12-31
Year++
Frank Denis
2020-11-02
std: Re-enable ArrayHashMap test for mips targets
LemonBoy
2020-09-25
std.ArrayHashMap: count and iterator are not deprecated
Andrew Kelley
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour