| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -164/+161 |
| 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 | Disallow casting directly between C-like enums and unsafe pointers | Brian Koropoff | -1/+1 |
| 2014-09-30 | Add missing case for pointer -> int when translating constant cast expressions | Brian Koropoff | -0/+3 |
| 2014-09-30 | Bound Any with 'static | Jonathan Reem | -3/+3 |
| 2014-10-01 | libstd: Pass-through PATH in test_override_env | Ricardo M. Correia | -1/+16 |
| 2014-09-30 | auto merge of #17634 : jakub-/rust/if_let, r=kballard | bors | -37/+402 |
| 2014-09-30 | librustc: Fix up mutability in method autoderefs if incorrect, and | Patrick Walton | -10/+154 |
| 2014-09-30 | Remove unnecessary allocation, update API name for starting the rustc driver. | Benjamin Adamson | -6/+4 |
| 2014-09-30 | Fold `MethodOrigin`s to resolve inference variables they may contain. | Eduard Burtescu | -1/+73 |
| 2014-09-30 | auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichton | bors | -3/+3 |
| 2014-09-30 | Fix rustdoc | Steven Fackler | -3/+2 |
| 2014-09-30 | Fix librustuv | Steven Fackler | -5/+3 |
| 2014-09-30 | Fix libnative | Steven Fackler | -70/+68 |
| 2014-09-30 | Fix libgreen | Steven Fackler | -13/+9 |
| 2014-09-30 | Fix librustc_llvm | Steven Fackler | -1/+1 |
| 2014-09-30 | Fix librustc | Steven Fackler | -5/+4 |
| 2014-09-30 | Fix librustc_back | Steven Fackler | -2/+2 |
| 2014-09-30 | Fix libtime | Steven Fackler | -9/+6 |
| 2014-09-30 | Fix librustrt | Steven Fackler | -69/+74 |
| 2014-09-30 | Fix libstd | Steven Fackler | -56/+52 |
| 2014-09-30 | Fix liballoc | Steven Fackler | -8/+8 |
| 2014-09-30 | Fix cfg warnings for liblibc | Steven Fackler | -108/+93 |
| 2014-09-30 | Turn on cfg format warnings | Steven Fackler | -9/+0 |
| 2014-09-30 | auto merge of #17639 : brson/rust/windbg2, r=pcwalton | bors | -2/+3 |
| 2014-09-30 | Temporarily remove the description for the diagnostic E0162 | Jakub Wieczorek | -6/+2 |
| 2014-09-30 | Update after the fall out from the syntax::ptr changes | Jakub Wieczorek | -32/+38 |
| 2014-09-30 | Add `if let` to the reference | Jakub Wieczorek | -1/+14 |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -32/+47 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -2/+13 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -23/+115 |
| 2014-09-30 | Add tests for `if let` | Kevin Ballard | -0/+67 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -1/+108 |
| 2014-09-30 | Teach libsyntax about `if let` | Kevin Ballard | -13/+71 |
| 2014-09-30 | auto merge of #17647 : pcwalton/rust/stop-looking-in-metadata-in-tc, r=cmr | bors | -9/+61 |
| 2014-09-30 | Ignore yet another windows debuginfo test | Brian Anderson | -2/+3 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -164/+161 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -32/+81 |
| 2014-09-30 | librustc: Stop looking in metadata in type contents. | Patrick Walton | -9/+61 |
| 2014-09-30 | auto merge of #17640 : brson/rust/wininst, r=alexcrichton | bors | -2/+2 |
| 2014-09-30 | Removed some unnecessary RefCells from resolve | Jonathan S | -96/+70 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -98/+63 |
| 2014-09-30 | Include ChaCha pseudorandom generator | Samuel Neves | -1/+288 |
| 2014-09-29 | auto merge of #17468 : nick29581/rust/dst-bug-nostd, r=nikomatsakis | bors | -45/+102 |
| 2014-09-30 | Emit an error rather than ICEing for a missing built-in bound lang item. | Nick Cameron | -45/+102 |
| 2014-09-29 | install: Fix the install.sh script to work with spaces | Brian Anderson | -2/+2 |
| 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 |