aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash_test.go
AgeCommit message (Expand)Author
2020-06-12runtime: raise alert threshold on window smhasher testKeith Randall
2020-03-10runtime: make typehash match compiler generated hashes exactlyKeith Randall
2019-01-03runtime: remove redundant slicingStepan Shabalin
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-08-28runtime: specialize memhash32 and memhash64Martin Möhrmann
2016-09-24runtime: remove TestCollisions from -shortKeith Randall
2016-06-11runtime: aeshash, xor seed in earlierKeith Randall
2016-03-18runtime: add spaceKeith Randall
2016-03-18runtime: use unaligned loads on ppc64Keith Randall
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-15runtime: fix aeshash of empty stringKeith Randall
2015-08-31runtime: soften up hash checks a bitKeith Randall
2014-12-22runtime: a better fallback hashKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox