| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -0/+47 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -111/+0 |
| 2013-05-19 | auto merge of #6595 : bjz/rust/core-tuple, r=thestinger | bors | -2/+6 |
| 2013-05-19 | Create Char trait | Brendan Zabarauskas | -0/+1 |
| 2013-05-19 | Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12} | Brendan Zabarauskas | -2/+6 |
| 2013-05-18 | Create tuple element accessor traits | Brendan Zabarauskas | -0/+2 |
| 2013-05-15 | add a DeepClone trait | Daniel Micay | -1/+1 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -0/+1 |
| 2013-05-07 | Remove Durable from the language | Brian Anderson | -1/+1 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -1/+1 |
| 2013-05-04 | Register snapshots | Brian Anderson | -3/+0 |
| 2013-05-03 | auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydon | bors | -1/+1 |
| 2013-05-03 | Add core::cmp::Equiv to prelude | Daniel Ralston | -1/+1 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -0/+1 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-29 | auto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton | bors | -2/+3 |
| 2013-04-29 | Revert "Merge Exponential and Hyperbolic traits" | Brendan Zabarauskas | -1/+1 |
| 2013-04-29 | Merge Exponential and Hyperbolic traits | Brendan Zabarauskas | -1/+1 |
| 2013-04-29 | Move appropriate functions out of Real and into separate Algebraic, Trigonome... | Brendan Zabarauskas | -2/+3 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -3/+5 |
| 2013-04-27 | Add Orderable trait | Brendan Zabarauskas | -1/+1 |
| 2013-04-26 | Combine PrimitiveInt, Int, and Uint traits into one single trait | Brendan Zabarauskas | -2/+1 |
| 2013-04-26 | Add BitCount trait | Brendan Zabarauskas | -1/+1 |
| 2013-04-26 | Add Int, Uint and Float traits for primitive numbers | Brendan Zabarauskas | -0/+1 |
| 2013-04-26 | Add Bitwise, Bounded, Primitive, and PrimitiveInt traits | Brendan Zabarauskas | -0/+2 |
| 2013-04-25 | Restore Round trait and move appropriate methods out of Real | Brendan Zabarauskas | -1/+1 |
| 2013-04-25 | Add Fractional, Real and RealExt traits | Brendan Zabarauskas | -0/+1 |
| 2013-04-25 | Rename Natural to Integer | Brendan Zabarauskas | -1/+2 |
| 2013-04-25 | Use #[cfg(not(stage0))] to exclude items from stage0 | Brendan Zabarauskas | -3/+1 |
| 2013-04-24 | Implement Natural trait | Brendan Zabarauskas | -1/+1 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -1/+1 |
| 2013-04-22 | auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger | bors | -1/+2 |
| 2013-04-22 | Moved ascii out of str | Marvin Löbel | -5/+1 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -0/+5 |
| 2013-04-20 | Added Ascii type | Marvin Löbel | -1/+6 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -1/+1 |