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.zig
Age
Commit message (
Expand
)
Author
2025-02-22
Add rapidhash (#22085)
Chris Covington
2024-11-24
std.hash.int: avoid words like "easy" and "fast" in doc comments
Andrew Kelley
2024-11-24
std.hash.int: better handle odd bit sizes
Francesco Alemanno
2024-11-24
std.hash.int: restore previous behavior
Andrew Kelley
2024-11-24
std.hash.int: use anytype instead of explicit type parameter
Andrew Kelley
2024-11-24
std.hash: improve simple hashing of unsigned integers
Francesco Alemanno
2023-10-17
XXH3 Implementation for Zig STD (#17530)
David
2023-06-10
add std.hash.uint32
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-02-20
std.hash: add XxHash64 and XxHash32
dweiller
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley