summary refs log tree commit diff
path: root/src/libcore/cleanup.rs
AgeCommit message (Expand)AuthorLines
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-2/+0
2012-09-24libcore: Fix 32 bit Rust task structure offsets for unwindingPatrick Walton-3/+32
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20core: Mark three more trivial mods as demodedBrian Anderson-0/+4
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+2
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-17libcore: Fix cleanup for i386Patrick Walton-1/+6
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-5/+5
2012-09-14rustc: Call the box annihilator in mainPatrick Walton-2/+1
2012-09-14libcore: Remove the annihilation tests; there's no easy way to make them work.Patrick Walton-54/+6
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-4/+17
2012-09-14libcore: Implement a box annihilator, not called yetPatrick Walton-0/+152