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
/
wyhash.zig
Age
Commit message (
Expand
)
Author
2025-05-16
std.hash.Wyhash: fix dangling stack pointer
Marc Tiehuis
2024-07-09
std: fix typos (#20560)
Jora Troosh
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
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-29
x86_64: fix compiler rt test failures
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: disable failing tests, enable test-std testing
Jacob Young
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-08-05
wyhash: keep tail bytes on iterative update
none
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
wyhash: support comptime usage
Marc Tiehuis
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-07
reimplement wyhash v4.1 (#15969)
Marc Tiehuis
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-13
update usages of `@call`
Veikka Tuominen
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2020-12-31
Year++
Frank Denis
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley