summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2015-06-09std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-05-10doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-34/+34
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-1/+1
2015-05-08doc: the prevailing convention is to use assert_eq! when 2 values are comparedTshepang Lekhonkhobe-15/+15
2015-05-07Rollup merge of #25144 - killercup:docs/iter-fold-reduce, r=steveklabnikSteve Klabnik-0/+2
2015-05-06Make overflow behaviour more obvious in the iterator module of `libcore`Tobias Bucher-6/+58
2015-05-06Iter Docs: Mention 'reduce' and 'inject'Pascal Hertleif-0/+2
2015-05-05Optimize iterator adapters.Steven Allen-18/+145
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-9/+4
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-9/+4
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-15/+41
2015-04-29Auto merge of #24865 - bluss:range-size, r=alexcrichtonbors-4/+35
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-4/+35
2015-04-26Indicate function call is code-like in doc-commentCorey Farwell-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-75/+1
2015-04-18Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-16Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-15Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichtonSteve Klabnik-2/+3
2015-04-15Describe the Iterator enumerate() method more clearly.Nick Hamann-2/+3
2015-04-15Fix link in intoiterator docsSteve Klabnik-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-24/+24
2015-04-14RebasedNick Cameron-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-24/+24
2015-04-11Simplify iterator logic for FuseCorey Farwell-14/+6
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-36/+57
2015-04-10Optimise Iterator::{max, max_by, min, min_by}.Huon Wilson-36/+57
2015-04-09Improve bounds in Iterator APIAaron Turon-20/+22
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-24/+23
2015-04-07Fix range performance regressionAaron Turon-24/+23
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-153/+48
2015-04-06Make `AdditiveIterator` and `MultiplicativeIterator` extensibleTobias Bucher-37/+93
2015-04-04Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichtonbors-90/+62
2015-04-03Cleanup and modernize some things in libcore::iterCorey Farwell-90/+62
2015-04-02Indicate associated type in comment is code-likeCorey Farwell-1/+1
2015-04-01Simplify `match` branches in iter.rs exampleCorey Farwell-4/+2
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+2
2015-03-31rollup merge of #23899: steveklabnik/gh23851Alex Crichton-9/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-6/+5
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-3/+2
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-51/+71
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-153/+13
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-153/+13
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-23/+35
2015-03-31Stabilize a few remaining stragglersAaron Turon-3/+2
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-6/+5
2015-03-31Fix up iterator documentation with regards to for loop sugarSteve Klabnik-7/+10
2015-03-31Stabilize std::numAaron Turon-36/+122