about summary refs log tree commit diff
path: root/src/libcollections/lru_cache.rs
AgeCommit message (Expand)AuthorLines
2014-06-05std: Recreate a `collections` moduleAlex Crichton-343/+0
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-5/+5
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-10/+10
2014-05-27std: Remove String's to_ownedRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-6/+6
2014-05-14libcollections: Remove most uses of `~str` from `libcollections`Patrick Walton-12/+12
2014-05-11core: Remove the cast moduleAlex Crichton-5/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-21auto merge of #13618 : yuriks/rust/lru-cache, r=brsonbors-58/+35
2014-04-19Eliminate the need for Options in LruEntry.Yuri Kunde Schlesner-42/+21
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-16/+16
2014-04-18Eliminate unecessary extra sigil node from LruCache.Yuri Kunde Schlesner-6/+3
2014-04-18Remove redundant variable in LruCache::putYuri Kunde Schlesner-11/+12
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-4/+4
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-4/+4
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