summary refs log tree commit diff
path: root/src/libstd/cast.rs
AgeCommit message (Expand)AuthorLines
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-15/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-14/+14
2013-06-15std: Remove doc references to reinterpret_castBrian Anderson-5/+2
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-27fix casts on 32-bitDaniel Micay-1/+1
2013-05-26inline bump_box_refcountDaniel Micay-0/+1
2013-05-26make transmute_copy use memcpy, and inline itDaniel Micay-0/+21
2013-05-26use uninit for cast::transmute_copyDaniel Micay-1/+1
2013-05-23cleanup warnings from libstdErick Tryzelaar-1/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+160