| Age | Commit message (Expand) | Author | Lines |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -10/+10 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -7/+11 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -10/+10 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -10/+0 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -3/+3 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -4/+3 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -4/+3 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -3/+3 |
| 2021-12-13 | [ReviewFix] Linguistics | Jonas Berlin | -1/+1 |
| 2021-12-13 | Iterator::cycle() — document empty iterator special case | Jonas Berlin | -1/+2 |
| 2021-12-09 | Improve std::iter::zip example. | Andrew Banchich | -6/+14 |
| 2021-12-04 | Add a `try_reduce` method to the Iterator trait | kit | -0/+80 |
| 2021-12-02 | Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try | Scott McMurray | -12/+32 |
| 2021-11-30 | Add `drop_while` as doc alias to `Iterator::skip_while` | Ashok Gautham Jadatharan | -0/+1 |
| 2021-11-27 | Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgr | bors | -2/+4 |
| 2021-11-27 | Rollup merge of #83791 - the8472:relax-zip-side-effect-guarantee, r=dtolnay | Matthias Krüger | -2/+4 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -22/+17 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-20 | Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor | Yuki Okushi | -6/+2 |
| 2021-10-19 | Tiny tweak to Iterator::unzip() doc comment example. | moxian | -3/+3 |
| 2021-10-11 | inline next() on &mut Iterator impl | The8472 | -0/+1 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -12/+18 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -67/+58 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -67/+58 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -8/+30 |
| 2021-09-30 | from review: code style | the8472 | -3/+3 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -3/+271 |
| 2021-09-28 | Optimize is_sorted for Range and RangeInclusive | Matt Brubeck | -0/+10 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+2 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -6/+3 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -6/+3 |
| 2021-09-24 | consistent big O notation | r00ster91 | -1/+2 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -9/+6 |
| 2021-09-14 | Document the closure arguments for `reduce`. | Dan Zwell | -3/+4 |
| 2021-09-09 | remove unnecessary bound on Zip specialization impl | The8472 | -6/+2 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -18/+12 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -2/+2 |
| 2021-08-23 | Fix references to `ControlFlow` in docs | Jacob Pratt | -4/+4 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-22 | Auto merge of #88122 - Seppel3210:master, r=dtolnay | bors | -8/+10 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -2/+2 |
| 2021-08-17 | Fix example in `Extend<(A, B)>` impl | Sebastian Widua | -8/+10 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-12 | Rollup merge of #85835 - Seppel3210:master, r=yaahc | Yuki Okushi | -22/+69 |
| 2021-08-11 | Weaken guarantee around advancing underlying iterators in zip | The8472 | -2/+4 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -4/+0 |