| Age | Commit message (Expand) | Author | Lines |
| 2016-11-07 | Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb | bors | -6/+6 |
| 2016-11-05 | Auto merge of #37597 - alexcrichton:rollup, r=alexcrichton | bors | -4/+1 |
| 2016-11-05 | Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichton | Alex Crichton | -4/+1 |
| 2016-11-04 | Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichton | bors | -6/+11 |
| 2016-11-04 | Auto merge of #37306 - bluss:trusted-len, r=alexcrichton | bors | -1/+76 |
| 2016-11-04 | Link the tracking issue for TrustedLen | Ulrik Sverdrup | -10/+10 |
| 2016-11-03 | Peekable::peek(): Use Option::as_ref() | Martin Glagla | -4/+1 |
| 2016-10-26 | Auto merge of #37315 - bluss:fold-more, r=alexcrichton | bors | -0/+32 |
| 2016-10-25 | iter: Implement .fold() for .chain() | Ulrik Sverdrup | -0/+19 |
| 2016-10-25 | iter: Implement .fold() for .cloned() and .map() | Ulrik Sverdrup | -0/+13 |
| 2016-10-23 | Add `Sum` and `Product` impls for `Wrapping` | Cristi Cobzarenco | -6/+11 |
| 2016-10-21 | doc: a more simple description of Iterator::nth | Tshepang Lekhonkhobe | -6/+2 |
| 2016-10-20 | Document TrustedLen’s contract | Ulrik Sverdrup | -1/+13 |
| 2016-10-20 | Implement TrustedLen for more iterators | Ulrik Sverdrup | -3/+23 |
| 2016-10-20 | Introduce iterator trait TrustedLen | Ulrik Sverdrup | -1/+44 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -0/+59 |
| 2016-10-11 | remove erroneous semicolons | Matthew Piziak | -6/+6 |
| 2016-10-09 | use UFCS with Add::add and Sub::sub instead of unstable attributes | Matthew Piziak | -12/+6 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -5/+7 |
| 2016-09-28 | Auto merge of #36395 - durka:rangeinclusive-no-esi, r=alexcrichton | bors | -2/+9 |
| 2016-09-17 | Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichton | bors | -38/+14 |
| 2016-09-15 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -38/+14 |
| 2016-09-12 | Remove stray attribute | Steven Fackler | -1/+0 |
| 2016-09-12 | remove ExactSizeIterator from RangeInclusive<u/isize> | Alex Burka | -2/+9 |
| 2016-09-10 | Inherit overflow checks for sum and product | Steven Fackler | -14/+11 |
| 2016-09-09 | fix silent overflows on `Step` impls | Matthew Piziak | -0/+6 |
| 2016-09-02 | Auto merge of #35856 - phimuemue:master, r=brson | bors | -0/+53 |
| 2016-08-29 | Changed issue number to 36105 | philipp | -2/+2 |
| 2016-08-26 | accumulate vector and assert for RangeFrom and RangeInclusive examples | Matthew Piziak | -22/+10 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -27/+4 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -8/+173 |
| 2016-08-21 | Added #![feature] declarations | philipp | -0/+2 |
| 2016-08-20 | Introduce max_by/min_by on iterators | philipp | -0/+51 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -10/+12 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -8/+173 |
| 2016-08-15 | remove `.take(10)` from `Range` example | Matthew Piziak | -1/+1 |
| 2016-08-15 | accumulate into vector and assert, instead of printing | Matthew Piziak | -15/+2 |
| 2016-08-06 | Indicate tracking issue for `exact_size_is_empty` unstability. | Corey Farwell | -1/+1 |
| 2016-07-26 | Rollup merge of #34732 - durka:patch-27, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -2/+28 |
| 2016-07-18 | Fix doctest of `ExactSizeIterator::is_empty` | Tobias Bucher | -1/+3 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -33/+0 |
| 2016-07-08 | document DoubleEndedIterator::next_back | Alex Burka | -3/+4 |
| 2016-07-08 | Rollup merge of #34688 - GuillaumeGomez:double_ended_iterator, r=steveklabnik | Manish Goregaokar | -6/+12 |
| 2016-07-06 | Rollup merge of #33265 - tshepang:peek, r=steveklabnik | Steve Klabnik | -11/+9 |
| 2016-07-06 | Improve DoubleEndedIterator examples | Guillaume Gomez | -6/+12 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -58/+267 |
| 2016-06-21 | Auto merge of #34155 - ollie27:unzip, r=alexcrichton | bors | -15/+0 |
| 2016-06-19 | Remove first empty line of doc comment | Tobias Bucher | -1/+0 |
| 2016-06-19 | Add `is_empty` function to `ExactSizeIterator` | Tobias Bucher | -2/+27 |