about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Collapse)AuthorLines
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
This allows them to make use of the type's alignment, instead of being pessimistic and assuming it is only 1.
2013-05-25Add basic atomic typesJames Miller-0/+344
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/+2516
This only changes the directory names; it does not change the "real" metadata names.