| Age | Commit message (Expand) | Author | Lines |
| 2025-03-30 | use `diagnostic::on_unimplemented` instead | mejrs | -2/+2 |
| 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 |
| 2025-02-09 | Rename field in OnceWith from gen to make | Michael Goulet | -7/+7 |
| 2025-02-08 | Document `Sum::sum` returns additive identities for `[]` | Jaken Herman | -1/+6 |
| 2025-02-05 | Fix link in from_fn.rs | Marijn Schouten | -1/+1 |
| 2025-01-26 | Document purpose of closure in from_fn.rs more clearly | Marijn Schouten | -2/+2 |
| 2025-01-25 | Remove unused trait BoundedSize | Mu001999 | -55/+0 |
| 2025-01-18 | re-export `core::iter::FromCoroutine` | joseLuís | -4/+4 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -3/+1 |
| 2025-01-08 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-01-05 | Clarified the documentation on core::iter::from_fn and core::iter::successors | ranger-ross | -0/+3 |
| 2025-01-04 | do not in-place-iterate over flatmap/flatten | The 8472 | -32/+2 |
| 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 | -4/+5 |
| 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-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -62/+66 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -62/+66 |
| 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-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-10-18 | remove outdated documentation for `repeat_n` | AnthonyMikh | -3/+1 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -1/+1 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -2/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -32/+32 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -15/+45 |
| 2024-09-14 | Rollup merge of #130053 - glowcoil:next_if-docs, r=jhpratt | Stuart Cook | -2/+2 |