about summary refs log tree commit diff
path: root/src/libstd/iterator.rs
AgeCommit message (Collapse)AuthorLines
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
Fix a laundry list of warnings involving unused imports that glutted up compilation output. There are more, but there seems to be some false positives (where 'remedy' appears to break the build), but this particular set of fixes seems safe.
2013-05-30Require documentation by default for libstdAlex Crichton-5/+361
Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand.
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
This only changes the directory names; it does not change the "real" metadata names.