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
/
std
/
hash_map.zig
Age
Commit message (
Expand
)
Author
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-16
Added HashInt to function calls AutoHash\nFixes issue 2669
Timon Kruiper
2019-06-13
HashMap.getValue()
Josh Wolfe
2019-06-13
Handle putNoClobber errors
Jonathan Marler
2019-06-13
Add HashMap apis that assert the common case
Josh Wolfe
2019-06-10
Use std.math.isPowerOfTwo across std lib
Ryan Liptak
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-05
std.HashMap: use std.math.ceilPowerOfTwo
Ryan Liptak
2019-06-05
std.HashMap: optimize indexing by avoiding modulo operator
Ryan Liptak
2019-05-12
zig fmt on the standard library
Andrew Kelley
2019-05-03
std.HashMap: cleanup ensureCapacity + add test
Ryan Liptak
2019-05-02
std.HashMap: make ensureCapacityExact private
Ryan Liptak
2019-05-02
std.HashMap: add putAssumeCapacity fn
Ryan Liptak
2019-05-02
std.HashMap: make ensureCapacity optimize for the expected count, add ensureC...
Ryan Liptak
2019-05-02
make std.HashMap.ensureCapacity round up to the nearest power of two
Ryan Liptak
2019-05-01
std.HashMap: add public ensureCapacity fn
Ryan Liptak
2019-04-07
Fix std.HashMap.remove returning incorrect KV
Ryan Liptak
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2018-11-29
Implemented getOrPutValue which wraps getOrPut
Jimmi Holst Christensen
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-23
macos stack traces: read debug info sections from .o files
Andrew Kelley
2018-08-07
fix hash map test
Andrew Kelley
2018-08-06
std.HashMap.autoHash: use xor instead of wrapping mult
Andrew Kelley
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-08-01
add std.event.RwLock and a few more std changes
Andrew Kelley
2018-07-09
std.Hashmap - don't use catch unreachable in tests
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-04
Made container methods that can be const, const
Jimmi Holst Christensen
2018-05-03
Unified API
Braedon
2018-04-11
simplify and fix BufMap logic
Andrew Kelley
2018-02-23
fix type_is_codegen_pointer being used incorrectly
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-17
docgen: validate See Also sections
Andrew Kelley
2018-01-17
docgen auto generates table of contents
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
[next]