| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -9/+8 |
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -0/+4 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -8/+8 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -12/+0 |
| 2013-03-20 | add stage3 markers where necessary for dist-snap | Graydon Hoare | -0/+4 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -2/+8 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -88/+150 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -24/+24 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -3/+3 |
| 2013-03-01 | auto merge of #5162 : brson/rust/fixmes, r=brson | bors | -2/+2 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -3/+0 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -3/+3 |
| 2013-02-27 | Convert NOTEs to FIXMEs | Brian Anderson | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -0/+410 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -516/+0 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -17/+17 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -22/+22 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -5/+5 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -2/+2 |
| 2012-10-02 | De-export comm, task. Part of #3583. | Graydon Hoare | -2/+0 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -6/+6 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -8/+7 |
| 2012-09-25 | Demode core::result | Brian Anderson | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -25/+34 |
| 2012-09-19 | De-export core::comm | Graydon Hoare | -19/+10 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-13 | Doc fix, close #3419 | Graydon Hoare | -2/+2 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -1/+1 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -18/+18 |
| 2012-09-09 | Rename variables that clash with keywords | Brian Anderson | -3/+3 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -17/+17 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -2/+2 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -2/+12 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -41/+41 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -2/+2 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -28/+29 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -10/+10 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -2/+3 |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -1/+4 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |