| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -2/+0 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -0/+1 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -3/+0 |
| 2015-01-30 | Remove FullRange from the prelude etc. | Nick Cameron | -0/+3 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -4/+0 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -1/+1 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-07 | Impls using the new scheme for slicing | Nick Cameron | -1/+1 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -2/+1 |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | core: merge IteratorPairExt into IteratorExt | Jorge Aparicio | -1/+1 |
| 2015-01-03 | core: merge DoubleEndedIteratorExt into IteratorExt | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -1/+0 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+0 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -24/+9 |
| 2014-12-30 | std::iter: Add partition and unzip methods to iterators | Aaron Turon | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -1/+1 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -2/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -4/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -3/+6 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -3/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -3/+3 |
| 2014-11-03 | auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton | bors | -1/+1 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -2/+2 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | Add a `repeat` function to the prelude | Jakub Bukaj | -1/+1 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -2/+1 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -3/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+2 |
| 2014-05-17 | core: Clarify the documentation on core's prelude | Alex Crichton | -1/+17 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |