| Age | Commit message (Expand) | Author | Lines |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -6/+6 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -22/+52 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -22/+52 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+8 |
| 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 | -32/+30 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -22/+22 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -3/+3 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -12/+8 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -77/+77 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -11/+11 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -1/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+6 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-17 | term: update example to be right (thanks @SiegeLord) | Corey Richardson | -2/+5 |
| 2014-05-16 | term: Don't run the code example, just compile it | Alex Crichton | -1/+1 |
| 2014-05-16 | Some fixes | Corey Richardson | -1/+1 |
| 2014-05-16 | Fix example | Corey Richardson | -4/+4 |
| 2014-05-16 | Flush before applying console attributes | Corey Richardson | -0/+1 |
| 2014-05-16 | Add a bang | Corey Richardson | -1/+1 |
| 2014-05-16 | Update for Box | Corey Richardson | -23/+23 |
| 2014-05-16 | Update for master | Corey Richardson | -2/+3 |
| 2014-05-16 | Add WinConsole docs | Corey Richardson | -0/+1 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -179/+439 |
| 2014-05-14 | libterm: Remove all uses of `~str` from `libterm` | Patrick Walton | -93/+120 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -5/+5 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -3/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+9 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -69/+77 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -12/+13 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -7/+6 |