| Age | Commit message (Expand) | Author | Lines |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1109/+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-02 | tests: remove uses of Gc. | Eduard Burtescu | -4/+0 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | debug: remove Gc support from Repr. | Eduard Burtescu | -10/+5 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-26 | Rename raw::Box to raw::GcBox | Keegan McAllister | -1/+1 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -1/+1 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -0/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -40/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+2 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -0/+27 |
| 2014-08-06 | Use byte literals in libdebug | nham | -19/+19 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -2/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -2/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -61/+73 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -11/+11 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -51/+63 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -9/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -3/+3 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -40/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -6/+8 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -2/+4 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -29/+17 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -28/+19 |
| 2014-05-29 | Change to_owned() to to_string(). | Ahmed Charles | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1182 |