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
/
xxhash.zig
Age
Commit message (
Expand
)
Author
2025-08-30
std.hash.xxhash: disable xxhash3 test on all mips64 targets
Alex Rønne Petersen
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-05-08
std: Disable `hash.xxhash.test.xxhash3` on MIPS N32.
Alex Rønne Petersen
2024-12-15
correct the hint in `XxHash3`
David Rubin
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
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-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-17
XXH3 Implementation for Zig STD (#17530)
David
2023-09-02
std/hash: perform iterative + smhasher tests at comptime
Marc Tiehuis
2023-09-02
std/hash: add generic tests for idempotency/iterative api
Marc Tiehuis
2023-09-02
std/hash: add smhasher verification tests
Marc Tiehuis
2023-07-24
Xxhash perf (#15947)
Dominic
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-02
Fix std.hash benchmarks (#15917)
Frank Denis
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-21
std.hash: use std.math.rotl in Xxhash64 and Xxhash32
dweiller
2023-02-20
std.hash: add XxHash64 and XxHash32
dweiller