| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichton | bors | -1/+2 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-09-30 | Remove unnecessary allocation, update API name for starting the rustc driver. | Benjamin Adamson | -1/+2 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -1/+0 |
| 2014-09-25 | Remove the last redundant check from kindck, and then remove the pass as well. | Niko Matsakis | -1/+0 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -1/+0 |
| 2014-09-17 | auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581 | bors | -0/+1 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -4/+0 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -1/+0 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -3/+0 |
| 2014-09-15 | Guts of the new trait matching algorithm, not yet in use | Niko Matsakis | -0/+1 |
| 2014-09-14 | Separate static item recursion check into its own pass | Brian Koropoff | -0/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -1/+0 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -2/+4 |
| 2014-09-08 | Forbid unsized rvalues | Nick Cameron | -0/+1 |
| 2014-09-05 | move back::link::write into a separate file | Stuart Pernsteiner | -0/+1 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -2/+2 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -1/+0 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-08-28 | Introduce snapshot_vec abstraction | Niko Matsakis | -0/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+1 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -1/+0 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -0/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -0/+4 |
| 2014-07-19 | Add support for patterns referencing non-trivial statics | Jakub Wieczorek | -26/+26 |
| 2014-07-14 | Fix rebase fallout. Sorry. | Brian Anderson | -1/+0 |
| 2014-07-14 | rustc: Move util::sha2 to rustc_back | Brian Anderson | -1/+1 |
| 2014-07-14 | rustc: Move util::fs to rustc_back | Brian Anderson | -1/+2 |
| 2014-07-14 | rustc: Move archive to rustc_back | Brian Anderson | -1/+1 |
| 2014-07-14 | Extract rpath to rustc_back::rpath | Brian Anderson | -1/+1 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -15/+19 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -2/+2 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -1/+8 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 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 |