| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-25 | core: Fix doc comment error, as per #4983 | Tim Chevalier | -1/+1 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -2/+2 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -7/+7 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -3/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -4/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -6/+14 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+0 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -7/+7 |
| 2013-02-14 | core: Clean up XXXes | Tim Chevalier | -1/+1 |
| 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 | -5/+5 |
| 2013-02-13 | RIMOV core::run | Ben Striegel | -2/+2 |
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -1/+1 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -5/+6 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -23/+29 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -5/+5 |
| 2013-01-28 | core: Allow legacy records in in a few modules | Tim Chevalier | -0/+1 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -6/+7 |
| 2013-01-24 | Remove "unsafe" from run::start_program | Erick Tryzelaar | -70/+68 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -11/+16 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -6/+7 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -0/+2 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -127/+146 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -2/+6 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -6/+2 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -2/+6 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+2 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+11 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -5/+5 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -1/+1 |
| 2012-12-07 | libcore: Fix Windows-only pattern in run.rs. rs=bustage | Patrick Walton | -2/+2 |
| 2012-12-05 | test: Fix a bunch of test cases. rs=burning | Patrick Walton | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-18 | libcore: Make run::program_output UTF-8 safe | Tycho Sci | -12/+16 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -3/+3 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -3/+3 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -8/+9 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -1/+1 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -1/+0 |