| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -3/+1 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -0/+9 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+2 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+1 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -0/+1 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+3 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -0/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -0/+1 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -0/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -1/+0 |
| 2014-06-09 | Document rustc::plugin | Keegan McAllister | -7/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -0/+5 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -0/+8 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -0/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+0 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+6 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -0/+1 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -1/+4 |
| 2014-05-15 | Graphviz based flow graph pretty-printing. | Felix S. Klock II | -1/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1/+0 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -319/+1 |
| 2014-05-08 | Handle fallout in librustc | Kevin Ballard | -1/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -4/+5 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -0/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+1 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -1/+1 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -1/+1 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -1/+1 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+6 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+2 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -2/+2 |
| 2014-04-10 | rustc: Add a realpath utility function | Alex Crichton | -0/+1 |
| 2014-04-10 | Generalized the pretty-print entry points to support `-o <file>`. | Felix S. Klock II | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -1/+1 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -0/+2 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |