| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | travis: Stop building and testing rust | Alex Crichton | -52/+11 |
| 2014-10-02 | auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichton | bors | -6/+4 |
| 2014-10-02 | auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis | bors | -1/+73 |
| 2014-10-02 | auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakis | bors | -72/+299 |
| 2014-10-02 | auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton | bors | -7/+82 |
| 2014-10-02 | auto merge of #17620 : nick29581/rust/slice4, r=aturon | bors | -495/+677 |
| 2014-10-02 | Change the `use of moved value` error to be more accurate | P1start | -22/+62 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -42/+103 |
| 2014-10-02 | auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturon | bors | -208/+222 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -43/+105 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -97/+188 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -363/+331 |
| 2014-10-02 | Clarify some borrowck errors | P1start | -27/+125 |
| 2014-10-02 | Add an explanatory note when calling a closure via `&` | P1start | -1/+9 |
| 2014-10-02 | Output a note when lifetimes cannot be elided from functions | P1start | -22/+103 |
| 2014-10-01 | auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichton | bors | -7745/+652 |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -238/+1 |
| 2014-10-01 | Remove libuv, gyp | Aaron Turon | -209/+4 |
| 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 | -6468/+2 |
| 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 | Make --dep-info escape spaces in filenames | John Gallagher | -1/+75 |
| 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 | Make find->tidy resilient to filenames with spaces | John Gallagher | -6/+7 |
| 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 | 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 |