summary refs log tree commit diff
path: root/src/libcollections/lru_cache.rs
AgeCommit message (Expand)AuthorLines
2014-03-23use TotalEq for HashMapDaniel Micay-4/+6
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+4
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24Remove deriving(ToStr)Alex Crichton-7/+7
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-15/+12
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-8/+8
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+367