summary refs log tree commit diff
path: root/src/libstd/iterator.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-2/+1
2013-06-29fix code block syntax in two docstringsDaniel Micay-4/+4
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-1/+1
2013-06-29iterator: UnfoldrIterator::new should have function argument lastblake2-ppc-2/+2
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-1/+0
2013-06-28std: silence some test warnings.Huon Wilson-1/+0
2013-06-27iterator: Add `IteratorUtil::max_by/min_by` methodgifnksm-0/+62
2013-06-26auto merge of #7345 : blake2-ppc/rust/iterator-flat-map, r=thestingerbors-0/+67
2013-06-25Remove stage0 cfgsJames Miller-5/+0
2013-06-24iterator: Add `IteratorUtil::flat_map_` methodblake2-ppc-0/+67
2013-06-24iterator: implement `collect` with FromIteratorDaniel Micay-5/+5
2013-06-22iterator: add a FromIterator traitDaniel Micay-1/+7
2013-06-22iterator: add a size_hint default methodDaniel Micay-0/+49
2013-06-21vec: replace `position` with `iter().position_`Daniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-9/+30
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-24/+24
2013-06-16auto merge of #7177 : huonw/rust/unfold-fix, r=thestingerbors-2/+2
2013-06-16std: fix UnfoldrIterator cross-crate.Huon Wilson-2/+2
2013-06-15iterator: work around method resolve bugDaniel Micay-10/+10
2013-06-15iterator: add a `position` adaptorDaniel Micay-0/+24
2013-06-15iterator: add a `find` adaptorDaniel Micay-3/+23
2013-06-14add IteratorUtil to the preludeDaniel Micay-43/+3
2013-06-12auto merge of #7073 : influenza/rust/iterator-doc-fixes, r=catamorphismbors-3/+3
2013-06-11Iterator documentation fixesRon Dahlgren-3/+3
2013-06-11option: remove redundant old_iter implsDaniel Micay-20/+22
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-10/+10
2013-06-07iterator: work around method resolve bug (#5898)Daniel Micay-4/+5
2013-06-08std: more dummy type parameters on iterators to work around #6967.Huon Wilson-18/+21
2013-06-06FixupsMarvin Löbel-6/+9
2013-06-06Removed IteratorUtil::to_vec and iter::to_vecMarvin Löbel-19/+0
2013-06-06Added IteratorUtil::collectMarvin Löbel-0/+27
2013-06-06std: work-around for take/skip type inference (#6967)Huon Wilson-11/+13
2013-05-30Remove unnecessary 'use' formsDaniel Farina-1/+0
2013-05-30Require documentation by default for libstdAlex Crichton-5/+361
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+7
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+719