summary refs log tree commit diff
path: root/src/libcore/iter
AgeCommit message (Expand)AuthorLines
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-6/+6
2016-11-05Auto merge of #37597 - alexcrichton:rollup, r=alexcrichtonbors-4/+1
2016-11-05Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichtonAlex Crichton-4/+1
2016-11-04Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichtonbors-6/+11
2016-11-04Auto merge of #37306 - bluss:trusted-len, r=alexcrichtonbors-1/+76
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-10/+10
2016-11-03Peekable::peek(): Use Option::as_ref()Martin Glagla-4/+1
2016-10-26Auto merge of #37315 - bluss:fold-more, r=alexcrichtonbors-0/+32
2016-10-25iter: Implement .fold() for .chain()Ulrik Sverdrup-0/+19
2016-10-25iter: Implement .fold() for .cloned() and .map()Ulrik Sverdrup-0/+13
2016-10-23Add `Sum` and `Product` impls for `Wrapping`Cristi Cobzarenco-6/+11
2016-10-21doc: a more simple description of Iterator::nthTshepang Lekhonkhobe-6/+2
2016-10-20Document TrustedLen’s contractUlrik Sverdrup-1/+13
2016-10-20Implement TrustedLen for more iteratorsUlrik Sverdrup-3/+23
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-1/+44
2016-10-17Expand .zip() specialization to .map() and .cloned()Ulrik Sverdrup-0/+59
2016-10-11remove erroneous semicolonsMatthew Piziak-6/+6
2016-10-09use UFCS with Add::add and Sub::sub instead of unstable attributesMatthew Piziak-12/+6
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-5/+7
2016-09-28Auto merge of #36395 - durka:rangeinclusive-no-esi, r=alexcrichtonbors-2/+9
2016-09-17Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichtonbors-38/+14
2016-09-15Remove data structure specialization for .zip() iteratorUlrik Sverdrup-38/+14
2016-09-12Remove stray attributeSteven Fackler-1/+0
2016-09-12remove ExactSizeIterator from RangeInclusive<u/isize>Alex Burka-2/+9
2016-09-10Inherit overflow checks for sum and productSteven Fackler-14/+11
2016-09-09fix silent overflows on `Step` implsMatthew Piziak-0/+6
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+53
2016-08-29Changed issue number to 36105philipp-2/+2
2016-08-26accumulate vector and assert for RangeFrom and RangeInclusive examplesMatthew Piziak-22/+10
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-27/+4
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-8/+173
2016-08-21Added #![feature] declarationsphilipp-0/+2
2016-08-20Introduce max_by/min_by on iteratorsphilipp-0/+51
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+12
2016-08-18Add a FusedIterator trait.Steven Allen-8/+173
2016-08-15remove `.take(10)` from `Range` exampleMatthew Piziak-1/+1
2016-08-15accumulate into vector and assert, instead of printingMatthew Piziak-15/+2
2016-08-06Indicate tracking issue for `exact_size_is_empty` unstability.Corey Farwell-1/+1
2016-07-26Rollup merge of #34732 - durka:patch-27, r=steveklabnikSteve Klabnik-3/+4
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-2/+28
2016-07-18Fix doctest of `ExactSizeIterator::is_empty`Tobias Bucher-1/+3
2016-07-12std: Clean out deprecated APIsAlex Crichton-33/+0
2016-07-08document DoubleEndedIterator::next_backAlex Burka-3/+4
2016-07-08Rollup merge of #34688 - GuillaumeGomez:double_ended_iterator, r=steveklabnikManish Goregaokar-6/+12
2016-07-06Rollup merge of #33265 - tshepang:peek, r=steveklabnikSteve Klabnik-11/+9
2016-07-06Improve DoubleEndedIterator examplesGuillaume Gomez-6/+12
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-58/+267
2016-06-21Auto merge of #34155 - ollie27:unzip, r=alexcrichtonbors-15/+0
2016-06-19Remove first empty line of doc commentTobias Bucher-1/+0
2016-06-19Add `is_empty` function to `ExactSizeIterator`Tobias Bucher-2/+27