| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+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 | std: remove gc module. | Eduard Burtescu | -4/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -11/+0 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -1/+0 |
| 2014-09-17 | Remove unstable marker from std::rt | Aaron Turon | -1/+0 |
| 2014-09-04 | auto merge of #16986 : bjz/rust/bitflags, r=alexcrichton | bors | -1/+1 |
| 2014-09-05 | Use {} for bitflags! definition and invocations | Brendan Zabarauskas | -1/+1 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -4/+4 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+4 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Add a Duration type | Brian Anderson | -0/+2 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -5/+3 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+2 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -2/+5 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -2/+5 |
| 2014-07-12 | Fix Documentation Typo in libstd | Prudhvi Krishna Surapaneni | -1/+1 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | Remove deprecated std::unstable module. | OGINO Masanori | -8/+0 |
| 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/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -0/+3 |
| 2014-07-04 | core: add a primitive page for `()`. | Huon Wilson | -0/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -3/+3 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -1/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-06-30 | std: make sure HashMap from_iter uses random initialization by default | Erick Tryzelaar | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -2/+3 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+4 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -2/+3 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+3 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -0/+3 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -4/+9 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |