about summary refs log tree commit diff
path: root/src/libcoretest/hash/sip.rs
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-342/+0
2017-02-04Extract libcore benchmarks to a separate folderSon-130/+0
2016-10-25Small improvement to SipHasherarthurprs-0/+21
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+3
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-21/+110
2015-07-25siphash: Add more benchmarksUlrik Sverdrup-3/+87
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-67/+59
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-15Move hash module from collections to coreSteven Fackler-0/+283