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
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
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-04
std: add move() functions to hash maps
Andrew Kelley
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-04-20
std: fix missing hash map safety
Andrew Kelley
2022-04-01
std.hash_map: workaround for circular dependency
Andrew Kelley
2022-03-16
gdb: add slice, multi array list, and array hash map printers
Robin Voetter
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
[next]