| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | replace placeholder version | Boxy | -3/+3 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -20/+13 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -4/+4 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -9/+3 |
| 2024-07-26 | Fix docs | harryscholes | -1/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -4/+4 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -15/+107 |
| 2024-06-13 | Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm | León Orell Valerian Liehr | -10/+11 |
| 2024-06-13 | Simplify `try_*` on `Iterator` | Slanterns | -10/+11 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -1/+2 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -1/+1 |
| 2024-04-29 | Add diagnostic item for std::iter::Iterator::enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -3/+6 |
| 2024-04-14 | Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnay | bors | -0/+33 |
| 2024-04-07 | Fix typo in library/core/src/iter/traits/iterator.rs | Gabriel Dolberg | -1/+1 |
| 2024-04-03 | Add docs for `FromIterator<(AE, BE)> for (A, B)` | Maybe Waffle | -0/+19 |
| 2024-04-03 | Implement `FromIterator<(AE, BE)>` for `(impl Default+Extend<AE>, impl Defaul... | Maybe Waffle | -0/+14 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+1 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -0/+1 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -9/+0 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -24/+45 |
| 2024-02-22 | Fix example. | Markus Reiter | -3/+4 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -13/+13 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -13/+13 |
| 2024-02-12 | iterator.rs: remove "Basic usage" text | Tshepang Mbambo | -40/+0 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -13/+13 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -13/+13 |
| 2024-01-05 | Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin... | martha | -6/+13 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -1/+29 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -1/+1 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+4 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -1/+29 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -1/+159 |
| 2023-08-05 | Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472 | bors | -0/+124 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -4/+4 |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -1/+1 |
| 2023-05-15 | Give better error when collecting into `&[T]` | Chayim Refael Friedman | -0/+10 |
| 2023-05-04 | Optimize `Iterator` implementation for `&mut impl Iterator + Sized` | Benoît du Garreau | -0/+124 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -3/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -2/+1 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -19/+5 |