| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | add Rev::into_inner | Jeremy Smart | -0/+19 |
| 2025-07-20 | Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee | Guillaume Gomez | -5/+4 |
| 2025-07-19 | Rollup merge of #141076 - the8472:fix-zip-panic-safety2, r=workingjubilee | Matthias Krüger | -41/+33 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -4/+4 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -1/+1 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -1/+0 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -1/+2 |
| 2025-06-26 | Rollup merge of #143067 - GrigorenkoPV:142269, r=workingjubilee | Michael Goulet | -3/+3 |
| 2025-06-26 | Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35 | Michael Goulet | -1/+10 |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-23 | Rollup merge of #140985 - zachs18:fuse-default-some, r=tgross35 | Jubilee | -1/+23 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+1 |
| 2025-06-18 | Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does. | Zachary S | -1/+23 |
| 2025-06-15 | small iter.intersperse.fold() optimization | The 8472 | -1/+10 |
| 2025-06-13 | 100% safe implementation of RepeatN | Soveu | -118/+43 |
| 2025-06-07 | Fix usage of `bootstrap` in core | Urgau | -4/+1 |
| 2025-06-05 | fix Zip unsoundness (again) | The 8472 | -41/+33 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+34 |
| 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-06 | Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubilee | Stuart Cook | -0/+1 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+1 |
| 2025-05-01 | Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub... | Guillaume Gomez | -0/+18 |
| 2025-04-27 | Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-19 | added doctest for Enumerate::next_index | Jonathan Gruner | -0/+21 |
| 2025-04-19 | add next_index to Enumerate | Jonathan Gruner | -0/+12 |
| 2025-04-13 | docs: Add example to `Iterator::take` with `by_ref` | Diego Ongaro | -0/+18 |
| 2025-04-13 | Avoid unused clones in Cloned<I> and Copied<I> | Thalia Archibald | -20/+163 |
| 2025-04-06 | doc changes | izarma | -6/+6 |
| 2025-03-30 | use `diagnostic::on_unimplemented` instead | mejrs | -2/+2 |
| 2025-03-28 | fix docs for `Peekable::next_if{_eq}` | Yotam Ofek | -3/+3 |
| 2025-03-23 | Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-Simulacrum | Michael Goulet | -55/+0 |
| 2025-03-22 | core: optimize `RepeatN` | joboet | -4/+55 |
| 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) | -8/+8 |
| 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-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -2/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -8/+8 |
| 2025-03-06 | Rollup merge of #135895 - hkBst:patch-15, r=joboet | Michael Goulet | -5/+11 |
| 2025-03-02 | Document workings of successors more clearly | Marijn Schouten | -5/+11 |
| 2025-02-18 | Fix typo in hidden internal docs of `TrustedRandomAccess` | Frank Steffahn | -4/+4 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |