summary refs log tree commit diff
path: root/src/libcoretest/hash
AgeCommit message (Expand)AuthorLines
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-21/+110
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+6
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-9/+4
2015-07-25siphash: Add more benchmarksUlrik Sverdrup-3/+87
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-67/+61
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-6/+6
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+2
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+1
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+0
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-13/+13
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-14/+10
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-13/+13
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-3/+3
2015-01-31Kill more `isize`sTobias Bucher-4/+4
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-43/+60
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06FalloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-15Move hash module from collections to coreSteven Fackler-0/+384