summary refs log tree commit diff
path: root/src/libstd/unstable/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2013-06-30add a contains_managed intrinsicDaniel Micay-0/+4
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-3/+129
2013-06-25Remove stage0 cfgsJames Miller-50/+0
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-0/+4
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-2/+0
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-4/+125
2013-06-23Fix get_tydesc() return typePhilipp Brüschweiler-0/+3
2013-06-22Finish up Type refactoringJames Miller-5/+5
2013-06-22Add the rest of the atomic operations.James Miller-0/+112
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-13/+0
2013-05-26add memset32/memset64Daniel Micay-0/+10
2013-05-26C++0x -> C++11Daniel Micay-1/+1
2013-05-26make the memcpy/memmove intrinsics higher-levelDaniel Micay-4/+17
2013-05-23optimize util::swap, &mut pointers never aliasDaniel Micay-1/+0
2013-05-23add memcpy intrinsic to mirror memmoveDaniel Micay-0/+7
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+211