| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -17/+17 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -12/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+12 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+6 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-07 | Implement Show for SmallIntMap | Adolfo OchagavĂa | -0/+27 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -0/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -4/+8 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -7/+7 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -15/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -12/+11 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -17/+17 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -10/+10 |
| 2014-04-04 | extra: Add with_capacity to PriorityQueue and SmallIntMap | Erick Tryzelaar | -0/+5 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+1 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+529 |