about summary refs log tree commit diff
path: root/src/libstd/collections/lru_cache.rs
AgeCommit message (Expand)AuthorLines
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-471/+0
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-6/+6
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-6/+6
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-08Implements Extend for EnumSet and LruCachegamazeps-1/+10
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-59/+91
2014-11-01collections: Remove all collections traitsAlex Crichton-15/+10
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-07-30Library changes for RFC #43Cameron Zwarich-1/+2
2014-07-24Cleanup LruCache doc.Jonas Hietala-9/+8
2014-07-24Documentation examples for LruCache.Jonas Hietala-0/+86
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-7/+7
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-15Register new snapshotsAlex Crichton-20/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+20
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+3
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+348