| Age | Commit message (Expand) | Author | Lines |
| 2023-05-23 | Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkov | Dylan DPC | -0/+10 |
| 2023-05-20 | optimize next_chunk impls for Filter and FilterMap | The 8472 | -1/+116 |
| 2023-05-15 | Give better error when collecting into `&[T]` | Chayim Refael Friedman | -0/+10 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -0/+6 |
| 2023-05-08 | Revert "Populate effective visibilities in `rustc_privacy`" | Michael Goulet | -6/+0 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-05-05 | Populate effective visibilities in `rustc_privacy` | Bryanskiy | -0/+6 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -4/+16 |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -4/+16 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -7/+7 |
| 2023-04-25 | simplify TrustedLen impls | Tamir Duberstein | -34/+28 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -5/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+0 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -16/+7 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -27/+9 |
| 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 | -107/+138 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -168/+138 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+111 |
| 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 | -9/+27 |
| 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 |