| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | rollup merge of #17646 : bkoropoff/cast-ice | Alex Crichton | -0/+33 |
| 2014-10-02 | Add tests for a few resolved issues | Jakub Wieczorek | -0/+339 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -0/+6 |
| 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 | -17/+17 |
| 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 | -37/+1 |
| 2014-10-02 | Disable the Roman numerals test on Android due to cross-compile issues | Keegan McAllister | -0/+1 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -3604/+308 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis | bors | -0/+45 |
| 2014-10-02 | auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakis | bors | -13/+42 |
| 2014-10-02 | auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton | bors | -0/+68 |
| 2014-10-02 | Enable a test for .. in range patterns. | Nick Cameron | -2/+0 |
| 2014-10-02 | Change the `use of moved value` error to be more accurate | P1start | -11/+14 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+37 |
| 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 | -17/+17 |
| 2014-10-02 | Clarify some borrowck errors | P1start | -0/+23 |
| 2014-10-02 | Output a note when lifetimes cannot be elided from functions | P1start | -2/+5 |
| 2014-10-01 | auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichton | bors | -307/+44 |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -0/+96 |
| 2014-10-01 | auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichton | bors | -0/+22 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -12/+5 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -297/+41 |
| 2014-10-01 | Make --dep-info escape spaces in filenames | John Gallagher | -0/+68 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -0/+42 |
| 2014-10-01 | Limit recursion depth for macro expansions, closes #17628 | Florian Hahn | -0/+22 |
| 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 | -62/+62 |
| 2014-09-30 | Add regression test for issue #17444 | Brian Koropoff | -0/+18 |
| 2014-09-30 | Add regression test for issue #17458 | Brian Koropoff | -0/+15 |
| 2014-09-30 | auto merge of #17634 : jakub-/rust/if_let, r=kballard | bors | -0/+128 |
| 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/+45 |
| 2014-09-30 | auto merge of #17639 : brson/rust/windbg2, r=pcwalton | bors | -2/+3 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -1/+4 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -0/+58 |
| 2014-09-30 | Add tests for `if let` | Kevin Ballard | -0/+67 |
| 2014-09-30 | Ignore yet another windows debuginfo test | Brian Anderson | -2/+3 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -62/+62 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -0/+42 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -2/+56 |
| 2014-09-29 | auto merge of #17468 : nick29581/rust/dst-bug-nostd, r=nikomatsakis | bors | -0/+21 |
| 2014-09-30 | Emit an error rather than ICEing for a missing built-in bound lang item. | Nick Cameron | -0/+21 |
| 2014-09-29 | auto merge of #17475 : pnkfelix/rust/fix-17303, r=huonw | bors | -4/+17 |
| 2014-09-29 | Ignore win-tcb test on non-windows | Brian Anderson | -22/+42 |
| 2014-09-29 | Test fixes from the rollup | Alex Crichton | -2/+4 |
| 2014-09-29 | rollup merge of #17619 : wizeman/fix-perm | Alex Crichton | -0/+36 |
| 2014-09-29 | rollup merge of #17614 : nick29581/slice3 | Alex Crichton | -0/+16 |