| Age | Commit message (Expand) | Author | Lines |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -1/+1 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -50/+50 |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -2/+25 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -8/+8 |
| 2012-12-13 | librustdoc: Try to unbreak the test. rs=burning | Patrick Walton | -2/+2 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -12/+12 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -5/+5 |
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -1/+1 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -3/+3 |
| 2012-12-05 | librustc: Hook borrow check loan checking up to the moves-based-on-type infra... | Patrick Walton | -55/+64 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+290 |
| 2012-12-03 | librustdoc: Parenthesize closure calls in tests to attempt to put out burning... | Patrick Walton | -28/+28 |
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ... | Patrick Walton | -50/+50 |
| 2012-11-28 | rustdoc: More pipe conversion | Brian Anderson | -18/+20 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -401/+93 |
| 2012-11-28 | Register snapshots | Brian Anderson | -309/+0 |
| 2012-11-28 | Merge pull request #4032 from catamorphism/getopts | Graydon Hoare | -5/+5 |
| 2012-11-27 | rustdoc: Make fold require Clone instead of Copy | Brian Anderson | -41/+110 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -91/+92 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -5/+5 |
| 2012-11-21 | rustdoc: Fix build error | Brian Anderson | -1/+1 |
| 2012-11-20 | rustdoc: More demoding | Brian Anderson | -109/+109 |
| 2012-11-20 | rustdoc: Use more explicit self | Brian Anderson | -46/+46 |
| 2012-11-20 | rustdoc: Begin removing legacy modes | Brian Anderson | -190/+197 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -213/+102 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+309 |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -5/+5 |
| 2012-11-14 | Camel case all the codemap types except span | Brian Anderson | -1/+1 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -41/+26 |
| 2012-11-12 | Objectify the codemap | Brian Anderson | -1/+1 |
| 2012-11-12 | Remove CodeMap box typedef from codemap | Brian Anderson | -4/+4 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+6339 |