| Age | Commit message (Expand) | Author | Lines |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -7/+16 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -2/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-02-28 | relax bounds on iterator adapter Default impls | The 8472 | -25/+6 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+59 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+71 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+76 |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -0/+2 |
| 2023-02-17 | Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcm | Matthias Krüger | -2/+20 |
| 2023-02-16 | rustdoc: Update the description to include PartialOrd elements | yancy | -2/+20 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -13/+80 |
| 2023-02-13 | Rollup merge of #107962 - scottmcm:why-not-exact, r=Mark-Simulacrum | Dylan DPC | -0/+21 |
| 2023-02-12 | Add a doc note about why `Chain` is not `ExactSizeIterator` | Scott McMurray | -0/+21 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -1/+0 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -13/+80 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -22/+9 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+2 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+76 |
| 2023-01-27 | Remove `ControlFlow::{BREAK, CONTINUE}` | Scott McMurray | -15/+15 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -2/+2 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm | Matthias Krüger | -4/+19 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -1/+0 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+5 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | Relocate changes | Fabian Hintringer | -12/+12 |
| 2023-01-08 | Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay | Michael Goulet | -2/+22 |
| 2023-01-07 | Don't derive Debug for `OnceWith` & `RepeatWith` | Sky | -2/+22 |
| 2023-01-07 | Change to immutable borrow when cloning element of RepeatN | Folyd | -1/+1 |
| 2023-01-04 | Link to Option/Result for `Iterator::sum/product` | clubby789 | -0/+6 |
| 2022-12-30 | Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se | Matthias Krüger | -6/+11 |
| 2022-12-28 | Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-28 | Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors | fee1-dead | -6/+1 |
| 2022-12-27 | Fix a formatting error | RetroSeven | -1/+1 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -0/+1 |
| 2022-12-26 | Iterator::find: link to Iterator::position in docs for discoverability | Maja Kądziołka | -0/+3 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -0/+1 |
| 2022-12-13 | Add result example + rewording | Fabian Hintringer | -4/+8 |
| 2022-12-10 | libcore: make result of iter::from_generator Clone | Xiretza | -0/+1 |
| 2022-12-10 | libcore: make result type of iter::from_generator concrete | Xiretza | -4/+18 |
| 2022-12-08 | Add `rustc_on_unimplemented` to `Sum` and `Product` trait. | Nixon Enraght-Moony | -0/+8 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-28 | Add example for iterator_flatten | Fabian Hintringer | -0/+8 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -1/+37 |
| 2022-11-18 | Hide the items while waiting for the ACP | Scott McMurray | -10/+4 |