summary refs log tree commit diff
path: root/src/libstd/hash/sip.rs
AgeCommit message (Expand)AuthorLines
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-02-27std: cut down on the memory usage of `SipHasher`Erick Tryzelaar-6/+6
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-9/+42
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+519