| Age | Commit message (Expand) | Author | Lines |
| 2019-11-22 | follow the convention in this file to use third-person singular verbs | Guanqun Lu | -2/+2 |
| 2019-11-13 | Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC | Yuki Okushi | -3/+4 |
| 2019-11-06 | Add future incompatibility lint for `array.into_iter()` | Lukas Kalbertodt | -0/+1 |
| 2019-11-04 | Improve wording in the documentation of `Iterator::count()`. | Artur Kovacs | -4/+4 |
| 2019-11-04 | Fixed trailing whitespace. | Artur Kovacs | -1/+1 |
| 2019-11-04 | Fix documentation for `Iterator::count()`. | Artur Kovacs | -2/+3 |
| 2019-10-28 | doc: introduce `once` in `iter::chain` document | Lzu Tao | -3/+18 |
| 2019-10-20 | Remove leading :: from paths in doc examples | Mikko Rantanen | -1/+1 |
| 2019-10-01 | replace try_for_each with try_fold to generate less code | Andreas Jonson | -13/+14 |
| 2019-09-24 | Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-09-14 | Simplify Iterator::{min_by, max_by} using cmp::{min_by, max_by} | Tim Vermeulen | -31/+17 |
| 2019-09-09 | document the unstable iter_order_by library feature | Ashley Mannix | -3/+3 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -6/+103 |
| 2019-09-05 | Add missing code examples on Iterator trait | Guillaume Gomez | -0/+80 |
| 2019-08-15 | Fix typo in DoubleEndedIterator::nth_back doc | Jens Hausdorf | -1/+1 |
| 2019-08-12 | Reduce genericity in Iterator::last | Josh Stone | -1/+6 |
| 2019-08-12 | Explicitly test Iterator::position overflows | Josh Stone | -3/+2 |
| 2019-08-12 | Explicitly test Iterator::count overflows | Josh Stone | -4/+3 |
| 2019-08-12 | Use if-let in is_sorted_by | Josh Stone | -3/+2 |
| 2019-08-12 | Reduce the genericity of closures in the iterator traits | Josh Stone | -80/+194 |
| 2019-08-09 | Don't use associated type bounds in docs until it is stable | Ilija Tovilo | -3/+2 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+2 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+2 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -5/+5 |
| 2019-07-27 | Refactoring use commun code between option, result and accum | Stargateur | -135/+1 |
| 2019-07-10 | Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcm | Mazdak Farrokhzad | -3/+1 |
| 2019-07-09 | Use fold in Iterator::last | Chris Gregory | -3/+1 |
| 2019-07-09 | Tracking issue 62544 for iter_is_partitioned | Josh Stone | -1/+1 |
| 2019-07-09 | Tracking issue 62543 for iter_partition_in_place | Josh Stone | -1/+1 |
| 2019-07-09 | Return the true count from partition_in_place | Josh Stone | -6/+35 |
| 2019-07-09 | Rename partition_mut to partition_in_place | Josh Stone | -8/+8 |
| 2019-07-09 | Capitalize example comment | Josh Stone | -1/+1 |
| 2019-07-09 | Add Iterator::partition_mut() and is_partitioned() | Josh Stone | -0/+71 |
| 2019-07-08 | Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcm | bors | -3/+3 |
| 2019-07-07 | Only call the closure parameter of Iterator::is_sorted_by_key once per item | Tim Vermeulen | -3/+3 |
| 2019-06-28 | doc(libcore) Fix CS | Ivan Enderlin | -1/+1 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -2/+2 |
| 2019-06-10 | Use `for_each` in `Iterator::partition` | Josh Stone | -2/+2 |
| 2019-05-30 | Stabilize iter_nth_back feature | Lzu Tao | -4/+1 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+110 |
| 2019-05-28 | Bump Sum and Product for Option<T> to 1.37 | David Tolnay | -2/+2 |
| 2019-05-28 | Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-05-27 | Updated the Iterator docs with information about overriding methods. | Christian | -0/+1 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -16/+16 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -3/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -6/+6 |
| 2019-04-02 | Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcm | Mazdak Farrokhzad | -98/+14 |
| 2019-03-20 | Add improved doc example for Sum<Option<T>> | John Downey | -8/+5 |
| 2019-03-19 | Update stable attribute to be since 1.35.0 | Mazdak Farrokhzad | -2/+2 |