| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17834 : sfackler/rust/rustdoc-cfgs, r=alexcrichton,alexcrichton | bors | -1/+1 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -6/+6 |
| 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 | -22/+22 |
| 2014-10-06 | Properly handle cfgs in rustdoc | Steven Fackler | -1/+1 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -54/+76 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -3/+3 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -3/+3 |
| 2014-10-06 | auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton | bors | -13/+28 |
| 2014-10-05 | work around yet another MinGW-w64 ASLR bug | Daniel Micay | -4/+4 |
| 2014-10-05 | Fix handling of struct variants in a couple of places | Jakub Wieczorek | -13/+28 |
| 2014-10-05 | Handle emitting debug info for unboxed closures | Brian Koropoff | -54/+76 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -1/+1 |
| 2014-10-05 | auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton | bors | -8/+13 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+5 |
| 2014-10-05 | auto merge of #17776 : luqmana/rust/ul, r=alexcrichton | bors | -4/+2 |
| 2014-10-04 | Add intrinsics::unreachable | Keegan McAllister | -0/+5 |
| 2014-10-05 | Tweak ‘discriminant value already exists’ error message | P1start | -3/+8 |
| 2014-10-05 | Rename vector patterns to array patterns | P1start | -5/+5 |
| 2014-10-04 | auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton | bors | -0/+13 |
| 2014-10-04 | auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb | bors | -18/+36 |
| 2014-10-04 | Update LLVM. | Luqman Aden | -4/+2 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -5/+2 |
| 2014-10-03 | Correctly generate drop glue for `Box<str>` | Brian Koropoff | -1/+1 |
| 2014-10-03 | Handle provided trait methods when giving inference error suggestions | Brian Koropoff | -0/+13 |
| 2014-10-03 | Fix type visitor glue for unboxed closures | Brian Koropoff | -18/+36 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -31/+70 |
| 2014-10-03 | rollup merge of #17215 : P1start/lints | Alex Crichton | -24/+58 |
| 2014-10-03 | Move the lint for the stability lints to the method name only | P1start | -2/+5 |
| 2014-10-03 | Change rustc pretty-printing to print [T, ..n] instead of [T, .. n] | P1start | -1/+1 |
| 2014-10-03 | Report trait/impl sig inconsistency before method/body inconsistency | P1start | -10/+11 |
| 2014-10-03 | Improve the `non_snake_case` lint to give better suggestions | P1start | -1/+5 |
| 2014-10-03 | Update the `unused` lint group to include more lints | P1start | -5/+6 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -5/+30 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -2/+2 |
| 2014-10-02 | Correctly trans capture-by-ref unboxed closures | Brian Koropoff | -3/+16 |
| 2014-10-02 | Return correct types for capture-by-ref unboxed closure upvars | Brian Koropoff | -1/+13 |
| 2014-10-02 | Fix categorization of upvars of capture-by-reference unboxed closures | Brian Koropoff | -11/+15 |
| 2014-10-02 | Fix missing entries in upvar borrows map for capture-by-ref unboxed closures | Brian Koropoff | -16/+26 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -688/+78 |
| 2014-10-02 | rollup merge of #17722 : jakub-/issue-17169 | Alex Crichton | -14/+7 |
| 2014-10-02 | rollup merge of #17682 : nodakai/librustc-handy-version | Alex Crichton | -4/+20 |
| 2014-10-02 | rollup merge of #17646 : bkoropoff/cast-ice | Alex Crichton | -1/+4 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -14/+7 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -22/+22 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -8/+8 |
| 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 | -6/+4 |
| 2014-10-02 | docs: remove mentions of Gc. | Eduard Burtescu | -92/+18 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -565/+55 |