about summary refs log tree commit diff
path: root/src/libstd/iter.rs
AgeCommit message (Expand)AuthorLines
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-07-01Move most iter functionality to extra, fixes #7343Jordi Boggiano-302/+5
2013-06-23vec: remove BaseIter implementationDaniel Micay-18/+18
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-5/+5
2013-06-14add IteratorUtil to the preludeDaniel Micay-2/+0
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-06FixupsMarvin Löbel-11/+1
2013-06-06Removed IteratorUtil::to_vec and iter::to_vecMarvin Löbel-33/+11
2013-06-06Added iter::FromIterMarvin Löbel-3/+31
2013-05-30Require documentation by default for libstdAlex Crichton-0/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-27syntax highlight code examples in docstringsDaniel Micay-23/+23
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+326