about summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-5012/+0
2016-04-16Add a note about side effects for "peekable" iteratorsTobias Bucher-2/+7
2016-03-28Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnikbors-6/+6
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-6/+6
2016-03-27Extend linkchecker with anchor checkingmitaa-2/+2
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-14/+101
2016-03-12std: Clean out deprecated APIsAlex Crichton-26/+0
2016-03-11std: Add a tracking issue for Peekable::is_emptyAlex Crichton-1/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-9/+9
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-1/+1
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-93/+214
2016-03-05Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichtonbors-0/+11
2016-03-04remove under/overflow from next_back/nextAlex Burka-6/+10
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-03-04make skip a double ended iteratorOliver Schneider-0/+11
2016-03-04Clarify ambiguous wording in fold() docsBrian Bowman-1/+1
2016-02-27Make for loop desugaring for iterators more preciseUlrik Sverdrup-1/+1
2016-02-27fix underflow in DoubleEndedIterator::next_backAlex Burka-5/+9
2016-02-27add StepBy for RangeInclusiveAlex Burka-4/+108
2016-02-27note work still to be doneAlex Burka-1/+3
2016-02-27core: add inclusive ranges to core::opsAlex Burka-89/+96
2016-02-22Correct Iterator trait documentationMichael Huynh-7/+7
2016-02-03Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichtonManish Goregaokar-0/+24
2016-02-03Rollup merge of #31220 - steveklabnik:gh30632, r=nikomatsakisManish Goregaokar-0/+43
2016-02-01Further explain take_whileSteve Klabnik-0/+24
2016-02-01Discuss pitfalls of stateful closures with MapSteve Klabnik-0/+43
2016-02-01doc: bindings not needed for this exampleTshepang Lekhonkhobe-28/+10
2016-01-26RangeFrom::step_by docs: fix exampleSimon Sapin-3/+5
2016-01-25Describe next_back() wrt Iterator protocolSteve Klabnik-0/+6
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