| Age | Commit message (Expand) | Author | Lines |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -9/+12 |
| 2013-03-14 | Remove unused imports in std | ILyoan | -1/+0 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -13/+13 |
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -3/+7 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-02 | libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun | Patrick Walton | -8/+8 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -6/+5 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -24/+0 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -2/+2 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -15/+15 |
| 2013-02-14 | Remove all final references to die! | Nick Desaulniers | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -7/+7 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -78/+435 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -93/+116 |
| 2013-02-04 | std: Stamp out structural records | Tim Chevalier | -31/+32 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -5/+5 |
| 2013-01-29 | std: Stop using oldcomm | Brian Anderson | -21/+21 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -12/+9 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -16/+41 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -4/+6 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -19/+22 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+10 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -10/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+10 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -6/+17 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -19/+18 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -7/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -10/+0 |
| 2012-11-28 | Register snapshots | Brian Anderson | -10/+0 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -2/+2 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+10 |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -2/+2 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -1/+1 |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -5/+5 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -5/+5 |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -6/+6 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -5/+5 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -41/+30 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |
| 2012-10-01 | De-export std::test. Part of #3583. | Graydon Hoare | -18/+7 |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-28 | Long lines | Brian Anderson | -4/+5 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -14/+13 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -2/+2 |