| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Document purpose of closure in from_fn.rs more clearly | Marijn Schouten | -2/+2 |
| 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 |
| 2024-09-09 | `RepeatN`: use MaybeUninit | Deadbeef | -15/+45 |
| 2024-09-06 | fix doc comments for Peekable::next_if(_eq) | glowcoil | -2/+2 |
| 2024-09-03 | replace placeholder version | Boxy | -16/+16 |
| 2024-08-21 | Rollup merge of #129321 - krtab:float_sum, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -2/+2 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -12/+10 |
| 2023-01-16 | Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith> | Michal Nazarewicz | -0/+57 |
| 2024-08-01 | Implement `UncheckedIterator` directly for `RepeatN` | Scott McMurray | -13/+20 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -165/+129 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -7/+7 |
| 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 | -7/+7 |
| 2024-07-14 | doc: Suggest `str::repeat` over `iter::repeat().take().collect()` | tesuji | -0/+4 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -15/+107 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-06-25 | add comments explaining optimizations for Filter::next_chunk | The 8472 | -1/+3 |
| 2024-06-25 | fix Drop items getting leaked in Filter::next_chunk | The 8472 | -45/+43 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -5/+6 |
| 2024-06-19 | core: implement `UncheckedIterator` for `RepeatN` | joboet | -1/+3 |
| 2024-06-13 | Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm | León Orell Valerian Liehr | -10/+11 |