index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
hash64.go
Age
Commit message (
Expand
)
Author
2026-01-22
internal/runtime: remove math.Mul64
Gavin Lam
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2024-07-23
runtime,internal: move runtime/internal/math to internal/runtime/math
David Chase
2024-04-19
runtime: for fallback hash, get rid of constant xors
Keith Randall
2024-04-19
runtime: make it harder to find collisions in the 64-bit fallback hash
khr@golang.org
2022-05-20
runtime: add build tag for common support on linux/loong64
Xiaodong Liu
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-12
runtime: using wyhash for memhashFallback on 64bit platform
Meng Zhuo
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-01-19
runtime: add support for linux/riscv64
Joel Sing
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-08-29
runtime: switch default order of hashing algorithms
Keith Randall
2018-05-08
runtime: add js/wasm architecture
Richard Musiol
2018-04-04
runtime: implement aeshash for arm64 platform
Meng Zhuo
2017-08-29
runtime: fix memhash64 on big endian systems
Michael Munday
2017-08-28
runtime: specialize memhash32 and memhash64
Martin Möhrmann
2016-04-06
runtime: add s390x support (modified files only)
Michael Munday
2015-11-12
runtime: added mips64{,le} build tags and GOARCH cases
Yao Zhang
2015-10-08
runtime: make aeshash more DOS-proof
Keith Randall
2015-03-16
runtime: add support for linux/arm64
Aram Hăvărneanu
2015-01-07
runtime: remove size argument from hash and equal algorithms
Keith Randall
2015-01-07
runtime: use some startup randomness in the fallback hashes
Keith Randall
2014-12-22
runtime: a better fallback hash
Keith Randall