| Age | Commit message (Expand) | Author | Lines |
| 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-01 | auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichton | bors | -7533/+646 |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -238/+1 |
| 2014-10-01 | Remove libuv, gyp | Aaron Turon | -0/+0 |
| 2014-10-01 | auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichton | bors | -0/+35 |
| 2014-10-01 | Remove librustuv | Aaron Turon | -6465/+0 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -427/+604 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -405/+43 |
| 2014-10-01 | auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichton | bors | -1/+16 |
| 2014-10-01 | auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton | bors | -96/+70 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -32/+81 |
| 2014-10-01 | Limit recursion depth for macro expansions, closes #17628 | Florian Hahn | -0/+35 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -358/+322 |
| 2014-10-01 | auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom... | bors | -10/+154 |
| 2014-10-01 | auto merge of #17132 : reem/rust/any-static-bound, r=alexcrichton | bors | -3/+3 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -164/+161 |
| 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 | 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 |