| Age | Commit message (Expand) | Author | Lines |
| 2015-01-07 | Add isize, usize modules, deprecate int, uint modules | Aaron Turon | -0/+2 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -2/+4 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -11/+7 |
| 2015-01-07 | markers -> marker | Nick Cameron | -3/+3 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -2/+4 |
| 2015-01-05 | Rename macro_escape to macro_use | Keegan McAllister | -4/+8 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -3/+12 |
| 2015-01-05 | Use $crate and macro reexport to reduce duplicated code | Keegan McAllister | -0/+1 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -0/+1 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -1/+1 |
| 2014-12-24 | Add structs for ranges to core::ops. | Nick Cameron | -1/+1 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -6/+1 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -0/+2 |
| 2014-12-09 | rollup merge of #19587: huonw/closure-feature-gate | Alex Crichton | -1/+1 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -1/+1 |
| 2014-12-05 | Feature-gate explicit unboxed closure method calls & manual impls, | Huon Wilson | -1/+1 |
| 2014-12-02 | libcore: add `Rhs` input parameter to comparison traits | Jorge Aparicio | -0/+1 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -0/+1 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -0/+4 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -7/+0 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -1/+1 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -1/+7 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -2/+0 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -1/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -0/+2 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -0/+4 |
| 2014-07-04 | core: add a primitive page for `()`. | Huon Wilson | -0/+4 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -23/+7 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -22/+7 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |