| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -1/+1 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -66/+66 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -24/+24 |
| 2013-03-26 | rustdoc: Add type bounds to impls | Brian Anderson | -0/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -2/+1 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -24/+24 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -7/+1 |
| 2013-02-26 | Remove space from the middle of path | John Clements | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+2 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -20/+20 |
| 2013-01-30 | rustdoc: deny(deprecated_mode) | Brian Anderson | -4/+4 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -6/+6 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -14/+12 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -4/+4 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -17/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-29 | librustdoc: Fix a bunch of rustdoc tests. rs=bustage | Patrick Walton | -0/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+8 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-20 | rustdoc: Begin removing legacy modes | Brian Anderson | -17/+17 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -6/+4 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -14/+9 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+414 |