| Age | Commit message (Expand) | Author | Lines |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -343/+0 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -10/+10 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -6/+6 |
| 2014-05-14 | libcollections: Remove most uses of `~str` from `libcollections` | Patrick Walton | -12/+12 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -5/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+3 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-21 | auto merge of #13618 : yuriks/rust/lru-cache, r=brson | bors | -58/+35 |
| 2014-04-19 | Eliminate the need for Options in LruEntry. | Yuri Kunde Schlesner | -42/+21 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -16/+16 |
| 2014-04-18 | Eliminate unecessary extra sigil node from LruCache. | Yuri Kunde Schlesner | -6/+3 |
| 2014-04-18 | Remove redundant variable in LruCache::put | Yuri Kunde Schlesner | -11/+12 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -4/+4 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -4/+6 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+4 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -7/+7 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -15/+12 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -8/+8 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+367 |