| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -8/+8 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+4 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -8/+7 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -6/+6 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -8/+8 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -5/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -5/+3 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -11/+14 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -7/+7 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -2/+8 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -4/+5 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -3/+3 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -34/+34 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -5/+5 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-02-01 | core: Remove oldcomm | Brian Anderson | -1/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -15/+15 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -1/+1 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -1/+3 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -32/+35 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -22/+23 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -127/+139 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -6/+4 |
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -3/+3 |
| 2013-01-22 | migrate task/spawn.rs to LinearSet | Daniel Micay | -4/+4 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -4/+4 |
| 2013-01-15 | Spawn new tasks onto the primary scheduler by default. #3760 | Brian Anderson | -9/+14 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -1/+1 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+7 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -7/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+7 |
| 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 | -0/+8 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -4/+4 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -2/+2 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | No longer parse the delimiters of the RHS of a macro as part of the expansion. | Paul Stansifer | -1/+1 |
| 2012-10-23 | core: Remove the unused Notification enum | Brian Anderson | -14/+8 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -5/+5 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -7/+7 |