| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -2/+2 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -0/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -60/+63 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -1/+1 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -7/+7 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -3/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -4/+0 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -14/+13 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -6/+6 |
| 2013-02-15 | librustdoc: Get rid of `move`. | Luqman Aden | -10/+10 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -1/+1 |
| 2013-02-01 | rustdoc: Convert to pipes | Brian Anderson | -5/+5 |
| 2013-02-01 | rustdoc: Remove another use of oldcomm | Brian Anderson | -8/+3 |
| 2013-02-01 | rustdoc: Convert astsrv to pipes | Brian Anderson | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-30 | Removing interior mut on vectors, round 1 | Ben Striegel | -1/+1 |
| 2013-01-30 | rustdoc: deny(deprecated_self) | Brian Anderson | -8/+8 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -23/+23 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -7/+7 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -3/+1 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -3/+4 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -11/+13 |
| 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 | -1/+14 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -7/+7 |
| 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-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-12-03 | librustdoc: Parenthesize closure calls in tests to attempt to put out burning... | Patrick Walton | -1/+1 |
| 2012-11-28 | rustdoc: More pipe conversion | Brian Anderson | -18/+20 |
| 2012-11-20 | rustdoc: More demoding | Brian Anderson | -22/+22 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -15/+7 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+307 |