about summary refs log tree commit diff
path: root/src/libstd/at_vec.rs
AgeCommit message (Expand)AuthorLines
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-12std::at_vec: add benchmarksCorey Richardson-0/+81
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-8/+8
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-15/+2
2013-08-07std: Fix for-range loops that can use iteratorsblake2-ppc-3/+3
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-4/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-02replace `range` with an external iteratorDaniel Micay-5/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-32/+27
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-11/+24
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-7/+7
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-12/+15
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-4/+5
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-3/+2
2013-06-29Removing a lot of usage of '&const'Alex Crichton-3/+3
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-3/+10
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-18/+44
2013-06-24remove old_iterDaniel Micay-2/+1
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-3/+10
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-9/+9
2013-06-16Add copies to type params with Copy boundNiko Matsakis-3/+3
2013-06-09remove unused import warningsHuon Wilson-2/+0
2013-05-30Require documentation by default for libstdAlex Crichton-2/+8
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-28Silence various warnings throughout test modulesAlex Crichton-1/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+323