| Age | Commit message (Expand) | Author | Lines |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+1 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -119/+119 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -15/+2 |
| 2013-03-22 | librustdoc: Remove `pure` from fuzzer and rustdoc. | Patrick Walton | -4/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-05 | rustc: minor code cleanup | Erick Tryzelaar | -6/+6 |
| 2013-03-05 | core: convert vec::{head,head_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | rustdoc: Remove a unused variable warning | Erick Tryzelaar | -1/+1 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -11/+5 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-15 | librustdoc: Get rid of `move`. | Luqman Aden | -5/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+2 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -23/+15 |
| 2013-01-30 | rustdoc: Remove structural records | Brian Anderson | -15/+23 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -4/+4 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -7/+7 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -2/+2 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -7/+7 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -5/+10 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -10/+5 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -5/+10 |
| 2013-01-04 | Rename option::get_default => get_or_default, get_zero => get_or_zero | Tim Chevalier | -1/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+6 |
| 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 | -20/+0 |
| 2012-11-28 | Register snapshots | Brian Anderson | -20/+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 | -0/+4 |
| 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: Begin removing legacy modes | Brian Anderson | -17/+19 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -18/+9 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+20 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+384 |