| Age | Commit message (Expand) | Author | Lines |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -9/+0 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -24/+45 |
| 2024-02-22 | Fix example. | Markus Reiter | -3/+4 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -13/+13 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -13/+13 |
| 2024-02-12 | iterator.rs: remove "Basic usage" text | Tshepang Mbambo | -40/+0 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -13/+13 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -13/+13 |
| 2024-01-05 | Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin... | martha | -6/+13 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -1/+29 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -1/+1 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+4 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -1/+29 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -1/+159 |
| 2023-08-05 | Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472 | bors | -0/+124 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -4/+4 |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -1/+1 |
| 2023-05-15 | Give better error when collecting into `&[T]` | Chayim Refael Friedman | -0/+10 |
| 2023-05-04 | Optimize `Iterator` implementation for `&mut impl Iterator + Sized` | Benoît du Garreau | -0/+124 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -3/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -2/+1 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -19/+5 |
| 2023-04-01 | Improve grammar of Iterator.partition_in_place | Shawn M Moore | -2/+2 |
| 2023-03-27 | update documentation | The 8472 | -8/+10 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -18/+22 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -24/+32 |
| 2023-03-21 | Rollup merge of #106434 - clubby789:document-sum-result, r=the8472 | nils | -4/+42 |
| 2023-03-20 | Add example for `Option::product` and `Result::product` | clubby789 | -4/+36 |
| 2023-03-20 | Rollup merge of #109337 - frengor:collect_into_doc, r=scottmcm | Matthias Krüger | -4/+4 |
| 2023-03-19 | Improve collect_into documentation | fren_gor | -4/+4 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -5/+19 |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -1/+2 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -1/+1 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -1/+1 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -0/+1 |
| 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/+1 |
| 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 | -0/+39 |
| 2023-02-12 | Add a doc note about why `Chain` is not `ExactSizeIterator` | Scott McMurray | -0/+21 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -0/+39 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+76 |