| Age | Commit message (Expand) | Author | Lines |
| 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 | -12/+12 |
| 2013-03-08 | core: Remove uses of DVec in io/repr | Alex Crichton | -11/+14 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -28/+28 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -8/+10 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -10/+10 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -5/+3 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -10/+10 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -11/+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 | -26/+30 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -5/+1 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -7/+7 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 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 | -7/+9 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -8/+8 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -14/+14 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -78/+74 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -3/+3 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -32/+32 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -6/+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 | -17/+17 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -27/+27 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -0/+11 |
| 2013-01-29 | De-capitalize "note" to get rid of spurious tidy warnings | Tim Chevalier | -1/+1 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -2/+2 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -2/+4 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -182/+143 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -47/+51 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -184/+230 |
| 2013-01-23 | Merge pull request #4594 from thestinger/map | Tim Chevalier | -3/+3 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -72/+57 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -83/+113 |
| 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 | -68/+55 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -1/+1 |
| 2013-01-10 | libcore: Fix core test more. rs=broken | Patrick Walton | -6/+8 |
| 2013-01-10 | libcore: Fix core test. rs=broken | Patrick Walton | -42/+44 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -6/+6 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -1/+1 |
| 2013-01-10 | Use deriving_eq for Task | Tim Chevalier | -6/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+11 |