| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -18/+18 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -3/+3 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -18/+18 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -18/+18 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -2/+2 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -1/+1 |
| 2014-09-30 | Fix librustc_back | Steven Fackler | -2/+2 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -0/+1 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -16/+16 |
| 2014-09-15 | remove the closure_exchange_malloc lang item | Daniel Micay | -1/+1 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -0/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -1/+1 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -2/+0 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -2/+3 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -56/+53 |
| 2014-09-12 | Removing unused extern crates. | Victor Berger | -2/+0 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+2 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -4/+2 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -6/+0 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -9/+9 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -2/+2 |
| 2014-08-12 | Replace all references to "Win32" with "Windows". | Vadim Chugunov | -9/+9 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -2/+2 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -24/+27 |
| 2014-08-02 | Rewrite read_u32v_be() and write_u32_be() to make sure that all memory access... | Palmer Cox | -15/+17 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -4/+34 |
| 2014-07-29 | speed up static linking by combining `ar` invocations | Stuart Pernsteiner | -47/+128 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -4/+34 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+2 |
| 2014-07-19 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+2 |
| 2014-07-14 | Fix rebase fallout. Sorry. | Brian Anderson | -1/+1 |
| 2014-07-14 | rustc: Move util::sha2 to rustc_back | Brian Anderson | -2/+685 |
| 2014-07-14 | rustc: Move util::fs to rustc_back | Brian Anderson | -0/+104 |
| 2014-07-14 | rustc_back: Update crate docs | Brian Anderson | -1/+14 |
| 2014-07-14 | rustc: Move archive to rustc_back | Brian Anderson | -0/+232 |
| 2014-07-14 | Extract rpath to rustc_back::rpath | Brian Anderson | -0/+239 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -0/+941 |