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
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
2020-07-05
std hash map: do the pow2 improvement again
Andrew Kelley
2020-07-05
update std lib to new hash map API
Andrew Kelley
2020-07-05
reimplement std.HashMap
Andrew Kelley
2020-06-02
std.HashMap: allow ensureCapacity with a zero parameter
Andrew Kelley
2020-05-28
Remove reliance on hashing algorithm for iterator reset test.
Walter Mays
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2019-12-07
documentation for mutable HashMap KV pointers
Josh Wolfe
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-16
generated docs: progress towards generic types being useful
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley