| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -94/+0 |
| 2014-12-30 | Libs: Unify concat and concat_vec | Aaron Turon | -3/+2 |
| 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-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -2/+0 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -2/+2 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -3/+3 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -4/+4 |
| 2014-11-26 | rollup merge of #19326: huonw/safer-syntax | Alex Crichton | -0/+1 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -5/+6 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -5/+6 |
| 2014-11-26 | Make syntax::owned_slice a Box<[T]> wrapper. | Huon Wilson | -0/+1 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -1/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -3/+6 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -3/+2 |
| 2014-11-16 | auto merge of #18788 : ricky26/rust/master, r=aturon | bors | -1/+1 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -2/+1 |
| 2014-11-16 | Move IntoString to collections::string | Brendan Zabarauskas | -2/+2 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Make std::io::Buffer object-safe. | Ricky Taylor | -1/+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 | -8/+5 |
| 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 | -2/+0 |
| 2014-10-30 | Add a `repeat` function to the prelude | Jakub Bukaj | -1/+1 |
| 2014-10-28 | Add ptr::RawMutPtr to prelude | Adolfo OchagavĂa | -1/+1 |
| 2014-10-10 | implement Box<[T]> <-> Vec<T> conversions | Daniel Micay | -1/+1 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-08-19 | libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude. | Patrick Walton | -0/+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 | -4/+4 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-07-24 | Remove OwnedStr trait | Adolfo OchagavĂa | -1/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -3/+2 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -1/+1 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+2 |