| Age | Commit message (Expand) | Author | Lines |
| 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 |