about summary refs log tree commit diff
path: root/src/libstd/cast.rs
AgeCommit message (Expand)AuthorLines
2014-02-09std: Stop parameterizing some memcpy functions over RawPtrBrian Anderson-3/+2
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-1/+1
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-2/+2
2013-12-23std: Fix all code examplesAlex Crichton-1/+3
2013-12-15libstd: Fix merge fallout.Patrick Walton-1/+1
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-4/+4
2013-12-01remove useless `transmute_immut` functionDaniel Micay-6/+0
2013-11-14remove `cast::unsafe_copy`Daniel Micay-8/+0
2013-11-03simplify memcpy/memmove/memset intrinsicsDaniel Micay-13/+2
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-3/+3
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-2/+2
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-2/+3
2013-08-22doc: Fix transmute exampleKeegan McAllister-1/+4
2013-08-12fix build with the new snapshot compilerDaniel Micay-10/+0
2013-08-04Remove trailing null from stringsErick Tryzelaar-0/+10
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+8
2013-07-10Add a `mut_split()` method for dividing one `&mut [T]` into twoNiko Matsakis-1/+0
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