about summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2015-11-05Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=GankroSteve Klabnik-0/+8
2015-11-03Mention what iterator terminators do with an empty iteratorJake Goulding-0/+8
2015-10-29doc: make example more simpleTshepang Lekhonkhobe-3/+3
2015-10-27Adds tons of documentation for IteratorSteve Klabnik-261/+1183
2015-10-25Auto merge of #29266 - apasel422:wf, r=alexcrichtonbors-1/+1
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-9/+17
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-9/+17
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-1/+1
2015-10-23Document a bunch of std::iter traitsSteve Klabnik-25/+315
2015-10-19Rollup merge of #29169 - apasel422:spell, r=steveklabnikSteve Klabnik-1/+1
2015-10-19Rollup merge of #29027 - steveklabnik:iter_docs, r=manishearthSteve Klabnik-20/+137
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-18docs: change where clause to boundLiigo Zhuang-1/+1
2015-10-15Rollup merge of #29022 - apasel422:spell, r=steveklabnikManish Goregaokar-1/+1
2015-10-14Properly link up iterator documentationSteve Klabnik-20/+137
2015-10-13Document the free functions of std::iterSteve Klabnik-1/+109
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-12Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichtonbors-29/+271
2015-10-12Write better module-level docs for std::iterSteve Klabnik-29/+271
2015-10-08Format code-like text in Iterator::cloned doc-commentCorey Farwell-1/+1
2015-10-07Auto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichtonbors-0/+3
2015-10-06Link from Fuse type docstring to iter.fuse that creates themMartin Pool-0/+3
2015-10-02libcore: Chain must exhaust a before b.Steven Allen-1/+6
2015-09-30Auto merge of #28738 - apasel422:peekable, r=alexcrichtonbors-9/+1
2015-09-29Derive `Clone` for `Peekable`Andrew Paseltiner-9/+1
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-5/+5
2015-09-03take mapped function by mutable referencellogiq-4/+4
2015-09-03clippy improvements to iteratorsllogiq-6/+6
2015-08-27Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichtonbors-0/+7
2015-08-27Auto merge of #27975 - sfackler:iter-order-methods, r=aturonbors-87/+212
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-87/+212
2015-08-26doc: add Iterator::size_hint exampleTshepang Lekhonkhobe-0/+7
2015-08-25Correct iterator adaptor ChainUlrik Sverdrup-25/+71
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-14/+27
2015-08-15Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichtonbors-1/+3
2015-08-15Iterator::all() - document short-circuiting property parallel to any()Georg Brandl-0/+2
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-1/+3
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+1
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-544/+1
2015-08-09doc/core: fix description of `nth` functionVincent Bernat-2/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-7/+14
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+13
2015-07-27Show appropriate feature flags in docsSteve Klabnik-7/+14
2015-07-20s/has gained/has not gained/gPaolo Falabella-4/+4
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-2/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+20
2015-06-17std: Stabilize the `iter_{once,empty}` featuresAlex Crichton-12/+12
2015-06-17std: Deprecate iter::{Unfold, Iterate}Alex Crichton-0/+12
2015-06-17std: Deprecate the RandomAccessIterator traitAlex Crichton-0/+4