summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2016-01-10Remove unneeded #[lang = "iterator"]Guillaume Gomez-1/+0
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-2/+2
2015-12-30Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnikSteve Klabnik-7/+13
2015-12-15Clearer leading sentenceChristoffer Buchholz-2/+2
2015-12-15Remove emoji from docsmitaa-1/+1
2015-12-14make scan() usage more explanatoryChris Buchholz-7/+13
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-84/+0
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-30/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+45
2015-11-29libcore/iter: fix typosIvan Stankovic-4/+4
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-5/+5
2015-11-18Auto merge of #29083 - petrochenkov:stability3, r=alexcrichtonbors-0/+10
2015-11-17More docs for FromIteratorSteve Klabnik-16/+132
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+10
2015-11-12libcore: deny warnings in doctestsKevin Butler-3/+5
2015-11-10Some cleanup on after #29684Steve Klabnik-14/+13
2015-11-08Explain that size_hint cannot be trustedStepan Koltsov-0/+23
2015-11-07Remove duplicate words from docsAndrew Paseltiner-2/+2
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-1/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
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