| Age | Commit message (Expand) | Author | Lines |
| 2014-11-12 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+15 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+15 |
| 2014-11-06 | Implement Index/IndexMut for [T] | Jorge Aparicio | -2/+2 |
| 2014-11-05 | Add blanket impls to allow the various `Fn` traits to be interconverted. | Niko Matsakis | -20/+50 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -8/+4 |
| 2014-10-21 | Patch up broken error messages | Niko Matsakis | -1/+1 |
| 2014-10-14 | Change `from` and `to` to `_from` and `_to` | Son | -6/+6 |
| 2014-10-14 | Remove unnecessary ::core::ops:: | Son | -2/+2 |
| 2014-10-14 | Change _rhs to _index. | Son | -3/+2 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -32/+1 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -8/+38 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -3/+3 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -41/+10 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -3/+3 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -3/+3 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -10/+41 |
| 2014-09-26 | Fix `SliceMut` documentation | Jorge Aparicio | -4/+4 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -3/+102 |
| 2014-09-09 | Check traits for built-in bounds in impls | Nick Cameron | -2/+4 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -1/+1 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -1/+0 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -0/+34 |
| 2014-07-24 | auto merge of #15407 : sneves/rust/master, r=aturon | bors | -5/+5 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+4 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -4/+37 |
| 2014-07-04 | Change Shl<T, T> for Int to Shl<uint, T> | Samuel Neves | -5/+5 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -37/+0 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -12/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+14 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -0/+21 |
| 2014-05-28 | Move trait impls for primitives near trait definition | Piotr Jawniak | -0/+177 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -2/+3 |
| 2014-05-20 | core: More concise description for mod ops | Brian Anderson | -1/+1 |
| 2014-05-07 | core: Inherit the ops module | Alex Crichton | -0/+574 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -81/+0 |
| 2013-05-04 | Register snapshots | Brian Anderson | -6/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -6/+0 |
| 2013-04-25 | Use #[cfg(not(stage0))] to exclude items from stage0 | Brendan Zabarauskas | -6/+2 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -0/+16 |
| 2013-03-27 | auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn | bors | -1/+1 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -1/+1 |
| 2013-03-27 | ops: add a docstring | Daniel Micay | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -13/+13 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-11 | allow logical negation operator (!) to be overloaded | Andrew Paseltiner | -1/+5 |
| 2013-01-02 | core: convert an XXX into a FIXME. | Erick Tryzelaar | -1/+1 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -16/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+16 |