| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -12/+12 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 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 | -10/+9 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -8/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -7/+7 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -6/+10 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -13/+13 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -14/+20 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -14/+14 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -14/+14 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -10/+8 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+2 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -2/+0 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -10/+7 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -344/+9 |
| 2013-02-21 | auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton | bors | -2/+2 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+2 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -40/+40 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -40/+40 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -17/+7 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -3/+3 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -67/+67 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -16/+16 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -13/+13 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -2/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -5/+0 |
| 2013-02-05 | Merge | Tim Chevalier | -13/+13 |
| 2013-02-04 | core/syntax: Staging fixes | Tim Chevalier | -16/+2 |
| 2013-02-04 | core/syntax: Add transitional code for pipes | Tim Chevalier | -9/+16 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -13/+13 |
| 2013-01-31 | core: Remove transitional code | Tim Chevalier | -321/+0 |
| 2013-01-31 | messing around with pipes and stages | Tim Chevalier | -9/+16 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -5/+289 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -2/+1 |
| 2013-01-28 | core: Allow legacy records in in a few modules | Tim Chevalier | -0/+3 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -0/+10 |
| 2013-01-24 | Fix another typo | Erick Tryzelaar | -1/+1 |
| 2013-01-24 | Convert pipes::Buffer into a struct | Erick Tryzelaar | -0/+29 |
| 2013-01-24 | Convert core::pipes::{Packet,Chan_,Port_} into structs | Erick Tryzelaar | -9/+13 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -3/+9 |