| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | serialize: remove proxy impls for Gc<T>. | Eduard Burtescu | -13/+0 |
| 2014-10-02 | std: remove gc module. | Eduard Burtescu | -160/+0 |
| 2014-10-02 | rustrt: remove local_heap implementation. | Eduard Burtescu | -381/+11 |
| 2014-10-02 | core: remove raw::GcBox. | Eduard Burtescu | -40/+0 |
| 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 | remove the uv_support code | Daniel Micay | -169/+0 |
| 2014-10-02 | rm libuv-auto-clean-trigger | Daniel Micay | -2/+0 |
| 2014-10-02 | rm obsolete valgrind suppressions | Daniel Micay | -20/+0 |
| 2014-10-02 | auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton | bors | -1/+75 |
| 2014-10-02 | Enable a test for .. in range patterns. | Nick Cameron | -2/+0 |
| 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 | -7533/+646 |
| 2014-10-01 | Fix incorrect statement about ok() | Steve Klabnik | -5/+5 |
| 2014-10-01 | Don't compare () to null. | Steve Klabnik | -8/+6 |
| 2014-10-01 | use similar syntax in all arms | Steve Klabnik | -1/+1 |
| 2014-10-01 | :fire: τ | Steve Klabnik | -6/+2 |
| 2014-10-01 | Link plugins guide from elsewhere | Keegan McAllister | -6/+23 |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -2/+359 |
| 2014-10-01 | Add a red-box warning to the macros guide | Keegan McAllister | -0/+14 |
| 2014-10-01 | Update some old references to rust.md | Keegan McAllister | -3/+3 |
| 2014-10-01 | Use relative doc URLs in top-level guides | Keegan McAllister | -8/+8 |
| 2014-10-01 | Add some notes about macro scoping | Keegan McAllister | -0/+60 |
| 2014-10-01 | Guide: clarify exporting | Jiří Stránský | -3/+3 |
| 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 | rust.css: Make it more clear when code spans are links | Keegan McAllister | -0/+4 |
| 2014-10-02 | librustc/driver: expose build information of rustc. | NODA, Kai | -4/+20 |
| 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 | 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 | Fix async assertion in test_sendable_future | Kevin Walter | -2/+3 |
| 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 |