| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -4/+4 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -1/+0 |
| 2025-05-25 | Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt | bors | -5/+31 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -20/+17 |
| 2025-05-16 | Implement `advance_by` via `try_fold` for `Sized` iterators | Benoît du Garreau | -5/+31 |
| 2025-05-06 | Rollup merge of #136183 - hkBst:patch-25, r=Amanieu | Guillaume Gomez | -230/+225 |
| 2025-05-06 | Update iterator.rs to use arrays by value | Marijn Schouten | -230/+225 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+1 |
| 2025-04-13 | docs: Add example to `Iterator::take` with `by_ref` | Diego Ongaro | -0/+18 |
| 2025-04-06 | doc changes | izarma | -5/+5 |
| 2025-03-30 | use `diagnostic::on_unimplemented` instead | mejrs | -2/+2 |
| 2025-03-19 | use then | bendn | -5/+1 |
| 2025-03-16 | Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-03-11 | Rollup merge of #135987 - hkBst:patch-20, r=joboet | Jakub Beránek | -3/+15 |
| 2025-03-10 | debug-assert that the size_hint is well-formed in `collect` | Scott McMurray | -0/+9 |
| 2025-03-09 | Clarify iterator by_ref docs | Marijn Schouten | -3/+15 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -6/+6 |
| 2025-02-08 | Document `Sum::sum` returns additive identities for `[]` | Jaken Herman | -1/+6 |
| 2025-01-08 | update version placeholders | Pietro Albini | -1/+1 |
| 2024-12-26 | Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-Simulacrum | Jacob Pratt | -0/+1 |
| 2024-12-26 | Impl FromIterator for tuples with arity 1-12 | Sebastian Hahn | -33/+35 |
| 2024-12-26 | Fix formatting | Sebastian Hahn | -19/+19 |
| 2024-12-26 | docs: update code example for Iterator#rposition | wtlin1228 | -0/+1 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -3/+3 |
| 2024-12-14 | Correct spelling of CURRENT_RUSTC_VERSION | Sebastian Hahn | -7/+56 |
| 2024-12-06 | Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnay | Matthias Krüger | -110/+129 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -2/+2 |
| 2024-10-31 | Don't impl Extend for 13-tuples | Sebastian Hahn | -1/+0 |
| 2024-10-30 | Remove do_not_const_check from Iterator methods | Michael Goulet | -76/+0 |
| 2024-10-26 | Simplify documentation for Extend impl for tuples | Sebastian Hahn | -14/+6 |
| 2024-10-26 | Add Extend impls for tuples of arity 1 through 12 | Sebastian Hahn | -110/+138 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+0 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -4/+4 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-03 | 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 |