| Age | Commit message (Expand) | Author | Lines |
| 2022-03-26 | Remove mention of HashMap<K, V> not offering iter_mut | dlup | -4/+3 |
| 2022-03-24 | Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc | bors | -0/+9 |
| 2022-03-22 | add perf side effect docs to `Iterator::cloned()` | Andre Bogus | -0/+16 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -0/+9 |
| 2022-03-18 | Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc | Matthias Krüger | -2/+48 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -26/+26 |
| 2022-03-10 | Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcm | Matthias Krüger | -3/+16 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -26/+26 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+5 |
| 2022-03-10 | Let `try_collect` take advantage of `try_fold` overrides | Scott McMurray | -2/+48 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+71 |
| 2022-03-09 | Add tracking issue | fren_gor | -1/+1 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+5 |
| 2022-03-05 | doc: `Iterator::partition` use partial type hints | Gentoli | -3/+3 |
| 2022-03-04 | Add suggested changes to the docs | Jeff | -3/+3 |
| 2022-03-04 | Make use statement visible | Jeff | -1/+1 |
| 2022-03-03 | Document new recommended use of method | Jeff | -3/+16 |
| 2022-03-03 | Doc: Fix use of quote instead of backstick in Adapter::map. | Axel Viala | -1/+1 |
| 2022-02-20 | Add collect_into | fren_gor | -0/+71 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+82 |
| 2022-02-09 | Suggest collecting into `Vec<_>` when collecting into `[_]` | Michael Goulet | -0/+26 |
| 2022-02-07 | Change `ResultShunt` to be generic over `Try` | Scott McMurray | -45/+43 |
| 2022-01-28 | Fix a typo from #92899 | scottmcm | -1/+1 |
| 2022-01-27 | Rollup merge of #92899 - cameron1024:zip-docs, r=dtolnay | Matthias Krüger | -0/+36 |
| 2022-01-27 | Touch up PR 92899 Iterator::zip docs | David Tolnay | -8/+13 |
| 2022-01-27 | mention std::iter::zip in Iterator::zip docs | cameron | -0/+31 |
| 2022-01-19 | Rollup merge of #92630 - steffahn:lift_bounds_on_BuildHasherDefault, r=yaahc | Matthias Krüger | -6/+6 |
| 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 |
| 2022-01-07 | Also change PhantomData parameter of iter::Empty, and future::Pending | Frank Steffahn | -6/+6 |
| 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 |