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
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-02-06
std.hash_map: placeholder for doc comments
Andrew Kelley
2025-01-06
Remove strict verifyContext invocation from hash_map implementation. (#22370)
cdeler
2024-12-15
hashmap: remove `inline` from `getIndex` now that we have `@branchHint`
David Rubin
2024-11-22
add assertLocked to std.debug.SafetyLock
Scott Redig
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
Dwarf: implement and test hash maps
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-02
std.hash_map: fix error message in getAutoHashFn
Jeremy Hertel
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-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-08
std.hash_map: adding a rehash() method (#19923)
John Benediktsson
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-05-27
hash_map.zig: Pass `self` by value and less pointer-int conversion
Sean
2024-03-20
std.hash_map: fix pointer lock safety false positive
Andrew Kelley
2024-03-16
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-24
std.hash_map: Fix integer overflow bugs (#19048)
Brandon Botsch
2024-02-22
Module: fix `@embedFile` of files containing zero bytes
Jacob Young
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-12-23
std.hash_map: clarify error when Context is missing pub hash/eql
AlliedEnvy
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-23
x86_64: implement 128-bit builtins
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-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-20
std.hash_map: add `const` attribute to StringIndexContext.bytes and ...
Constantin Bilz
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-20
std.hash_map: Fix casing of keyPtr variables
Linus Groh
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-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-10
std.hash_map: fetchRemove increment available
sentientwaffle
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-25
zig fmt
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-22
doc: fix minor grammar issues
-k
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-21
hash map: remove extra argument
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
[next]