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
/
hash_map.zig
Age
Commit message (
Expand
)
Author
2022-02-28
make gpa.deinit work with stage2
Veikka Tuominen
2022-02-27
std.HashMap: return explicit errors (#11000)
Motiejus Jakštys
2022-02-18
Fix incorrect documentation for std.HashMap.remove()
chip2n
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2022-01-24
HashMap: add removeByPtr
riverbl
2022-01-10
std: hash_map: optimize isFree/isTombstone (#10562)
djg
2021-12-17
Revert "std: optimize hash_map probe loop condition"
Andrew Kelley
2021-12-17
std: optimize hash_map probe loop condition
sentientwaffle
2021-12-16
std: count hash_map tombstones as available
sentientwaffle
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-27
std.rand: Refactor `Random` interface
Ominitay
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-03
std.hash_map: add StringIndexAdapter and StringIndexContext
FnControlOption
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
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-05
std.HashMap: fix getPtrAdapted. AstGen: fix fn param iteration
Andrew Kelley
2021-07-12
std/hash_map: fix ensureUnusedCapacity() over-allocating
Isaac Freund
2021-07-07
std.HashMap: add ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-18
HashMap.getOrPutAssumeCapacityAdapted should set key to undefined (#9138)
hadroncfy
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Fix return type of HashMap.getAdapted
Martin Wickham
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
std.hash_map: use 7 bits of metadata instead of 6
Sahnvour
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-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-10
lib/std: remove empty init from HashMapUnmanaged
Meghan Denny
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-01-07
Add compileError message for StringHashMap in AutoHashMap
Julius Putra Tanu Setiaji
2020-12-31
Year++
Frank Denis
2020-12-09
small fixes and zig fmt
Vexu
2020-11-11
std: fix HashMap.clearRetainingCapacity
Vexu
2020-11-11
std: fix HashMap.putAssumeCapacity
Vexu
2020-09-09
Switch type of HashMap's count from usize to u32 (#6262)
Zachary Meadows
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-02
.debug_line incremental compilation initial support
Andrew Kelley
2020-07-26
make use of hasUniqueRepresentation to speed up hashing facilities, fastpath ...
Sahnvour
2020-07-13
std: add StringHashMapUnmanaged
daurnimator
2020-07-10
remove stray allocator parameter
Josh Wolfe
2020-07-08
Merge remote-tracking branch 'origin/master' into register-allocation
Andrew Kelley
2020-07-06
fix HashMap.clone()
Vexu
2020-07-06
std: expose unmanaged hash maps
Andrew Kelley
2020-07-05
update more HashMap API usage
Andrew Kelley
[next]