| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+18 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+3 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -18/+0 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -0/+18 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+4 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -18/+18 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -6/+24 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -2/+7 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -20/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+22 |
| 2014-08-19 | A few minor documentation fixes | P1start | -32/+32 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -1/+1 |
| 2014-08-12 | Implement Index for TrieMap | P1start | -0/+38 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -7/+13 |
| 2014-07-28 | Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSet | nham | -1/+8 |
| 2014-07-27 | Implement PartialOrd for TrieMap and TrieSet | nham | -1/+72 |
| 2014-07-26 | Small fixes for tests | nham | -1/+1 |
| 2014-07-25 | Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and... | nham | -1/+94 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TrieMap | nham | -0/+43 |
| 2014-07-24 | Main examples for TrieSet and TrieMap. | Jonas Hietala | -2/+67 |
| 2014-07-24 | Document TrieSet and TrieMap methods. | Jonas Hietala | -16/+191 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -2/+2 |
| 2014-07-22 | Implement PartialEq, Eq for TrieMap, TrieSet | nham | -18/+46 |
| 2014-07-22 | Derive Hash for TrieMap and TrieSet | nham | -0/+27 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+7 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -18/+18 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+11 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -0/+4 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+10 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -6/+10 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -4/+7 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -1/+1 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -1/+1 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -17/+17 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -2/+2 |
| 2014-04-04 | std: TrieSet should implement container::{,Mutable}Set | Erick Tryzelaar | -13/+27 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -12/+12 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -6/+6 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |