| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -12/+18 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -18/+12 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -2/+2 |
| 2021-08-23 | Fix references to `ControlFlow` in docs | Jacob Pratt | -4/+4 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-22 | Auto merge of #88122 - Seppel3210:master, r=dtolnay | bors | -8/+10 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -2/+2 |
| 2021-08-17 | Fix example in `Extend<(A, B)>` impl | Sebastian Widua | -8/+10 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-12 | Rollup merge of #85835 - Seppel3210:master, r=yaahc | Yuki Okushi | -22/+69 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -4/+0 |
| 2021-08-03 | Update library/core/src/iter/traits/collect.rs | Jane Lusby | -1/+1 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -3/+3 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+0 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+7 |
| 2021-07-28 | Documentation improvements | Frank Steffahn | -1/+6 |
| 2021-07-28 | Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce` | Frank Steffahn | -0/+3 |
| 2021-07-28 | Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce | Frank Steffahn | -68/+102 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -19/+76 |
| 2021-07-28 | Improve documentation of TrustedRandomAccess | Frank Steffahn | -14/+30 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -4/+0 |
| 2021-07-23 | Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor | Yuki Okushi | -6/+7 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+93 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+2 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+2 |
| 2021-07-16 | implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] | The8472 | -3/+52 |
| 2021-07-16 | rename specializing trait to ConstSizeIntoIterator | The8472 | -4/+4 |
| 2021-07-16 | Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+1 |
| 2021-07-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -1/+48 |
| 2021-07-14 | Auto merge of #86765 - cuviper:fuse-less-specialized, r=joshtriplett | bors | -188/+66 |
| 2021-07-14 | Correct invariant documentation for `steps_between` | David Thompson | -1/+1 |
| 2021-07-14 | DOC: Add missing arguments to hypothetical code for step_by() | Matthias Geier | -6/+7 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-07-07 | Revert "Add "every" as a doc alias for "all"." | Josh Stone | -1/+0 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+1 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2021-07-05 | Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-se | bors | -0/+1 |
| 2021-06-30 | Make the specialized Fuse still deal with None | Josh Stone | -188/+66 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -50/+0 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-24 | Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnay | Yuki Okushi | -2/+29 |
| 2021-06-22 | Add comments around code where ordering is important due for panic-safety | The8472 | -0/+9 |
| 2021-06-20 | Add documentation/example to Extend impl | Sebastian Widua | -1/+19 |
| 2021-06-19 | fix panic-safety in specialized Zip::next_back | The8472 | -1/+2 |