about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-0/+1
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-3/+3
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-09std: add reverse vec iterators, replace vec::each*_reverse.Huon Wilson-1/+2
2013-06-05Made fns in the impls for the Atomic structs pubMatthijs Hofstra-31/+31
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-4/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-7/+7
2013-05-30Remove unnecessary 'use' formsDaniel Farina-2/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-30/+36
2013-05-28auto merge of #6740 : Aatch/rust/atomic-types, r=brsonbors-68/+118
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-26Add some documentationJames Miller-1/+25
2013-05-26Add AtomicOption typeJames Miller-33/+91
2013-05-26Make AtomicPtr use *mut, instead of ~James Miller-47/+15
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