| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -6/+6 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+13 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -0/+2 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -10/+10 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -10/+10 |
| 2014-10-05 | Build regression test for issue #17021 with -g | Brian Koropoff | -0/+2 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -0/+23 |
| 2014-10-05 | Add regression test for issue #17734 | Brian Koropoff | -0/+23 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+24 |
| 2014-10-04 | Add tests for intrinsics::unreachable | Keegan McAllister | -0/+24 |
| 2014-10-03 | Add regression test for issue #17737 | Brian Koropoff | -0/+24 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -7/+37 |
| 2014-10-03 | rollup merge of #17739 : eddyb/fix-process-test | Alex Crichton | -0/+53 |
| 2014-10-03 | rollup merge of #17729 : alexcrichton/issue-17718-start | Alex Crichton | -0/+15 |
| 2014-10-03 | Fix a race condition between remove_from_env and other io::process tests. | Eduard Burtescu | -0/+53 |
| 2014-10-03 | Add some more test coverage of by-ref unboxed closures | Brian Koropoff | -0/+35 |
| 2014-10-02 | Rehabilitate an unboxed closure test | Brian Koropoff | -7/+2 |
| 2014-10-02 | Merge branch 'travis' into rollup | Alex Crichton | -0/+1 |
| 2014-10-02 | syntax: Enable parsing of `const` globals | Alex Crichton | -0/+15 |
| 2014-10-02 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1641/+214 |
| 2014-10-02 | rollup merge of #17722 : jakub-/issue-17169 | Alex Crichton | -0/+4 |
| 2014-10-02 | rollup merge of #17721 : jakub-/resolved-issues | Alex Crichton | -0/+257 |
| 2014-10-02 | rollup merge of #17720 : ben0x539/shifts | Alex Crichton | -0/+94 |
| 2014-10-02 | rollup merge of #17646 : bkoropoff/cast-ice | Alex Crichton | -0/+15 |
| 2014-10-02 | Add tests for a few resolved issues | Jakub Wieczorek | -0/+257 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -0/+4 |
| 2014-10-02 | native: fix passing errno to parent after fork | Benjamin Herr | -0/+94 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+3 |
| 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 | -13/+0 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -1640/+213 |
| 2014-10-02 | auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis | bors | -0/+23 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+13 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -8/+8 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -12/+5 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -220/+38 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -0/+21 |
| 2014-10-01 | auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom... | bors | -2/+53 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -47/+47 |
| 2014-09-30 | Add regression test for issue #17458 | Brian Koropoff | -0/+15 |
| 2014-09-30 | librustc: Fix up mutability in method autoderefs if incorrect, and | Patrick Walton | -2/+53 |
| 2014-09-30 | Fold `MethodOrigin`s to resolve inference variables they may contain. | Eduard Burtescu | -0/+23 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -0/+2 |
| 2014-09-30 | Add tests for `if let` | Kevin Ballard | -0/+67 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -47/+47 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -0/+21 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -2/+56 |