| Age | Commit message (Expand) | Author | Lines |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -2/+0 |
| 2012-09-24 | libcore: Fix 32 bit Rust task structure offsets for unwinding | Patrick Walton | -3/+32 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | core: Mark three more trivial mods as demoded | Brian Anderson | -0/+4 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -0/+2 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-17 | libcore: Fix cleanup for i386 | Patrick Walton | -1/+6 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -5/+5 |
| 2012-09-14 | rustc: Call the box annihilator in main | Patrick Walton | -2/+1 |
| 2012-09-14 | libcore: Remove the annihilation tests; there's no easy way to make them work. | Patrick Walton | -54/+6 |
| 2012-09-14 | rustc: Make the box annihilator a language item | Patrick Walton | -4/+17 |
| 2012-09-14 | libcore: Implement a box annihilator, not called yet | Patrick Walton | -0/+152 |