about summary refs log tree commit diff
path: root/src/libstd/hash
AgeCommit message (Expand)AuthorLines
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+2
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-1/+1
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-0/+8
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-22std: fix the hash doctestErick Tryzelaar-2/+2
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+888