| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-17 | Document associativity of iterator folds. | Karl Meakin | -2/+29 |
| 2021-06-17 | Rollup merge of #86389 - kpreid:sum, r=scottmcm | Yuki Okushi | -10/+8 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+7 |
| 2021-06-16 | Make `sum()` and `product()` hyperlinks refer to `Iterator` methods. | Kevin Reid | -10/+8 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -0/+41 |
| 2021-06-14 | Mention nested unzip in its documentation | Sebastian Widua | -0/+8 |
| 2021-06-12 | Merge branch 'master' of https://github.com/rust-lang/rust | Sebastian Widua | -24/+3 |
| 2021-06-10 | Rollup merge of #86111 - spookyvision:master, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+1 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-07 | fix off by one | Anatol Ulrich | -1/+1 |
| 2021-06-03 | Revert "implement TrustedRandomAccess for Take iterator adapter" | The8472 | -22/+1 |
| 2021-06-01 | Fix typo in internal documentation for `TrustedRandomAccess` | Frank Steffahn | -1/+1 |
| 2021-05-30 | Rewrite Iterator::unzip in terms of (A, B)::extend | Sebastian Widua | -22/+3 |
| 2021-05-30 | Implement Extend<(A, B)> for (impl Extend<A>, impl Extend<B>) | Sebastian Widua | -0/+40 |
| 2021-05-30 | Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrum | bors | -4/+0 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -108/+381 |
| 2021-05-27 | Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-se | Guillaume Gomez | -2/+26 |
| 2021-05-27 | Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum" | The8472 | -4/+0 |
| 2021-05-27 | Rollup merge of #85689 - m-ou-se:array-intoiter-3, r=estebank | Dylan DPC | -34/+0 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -6/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -105/+376 |
| 2021-05-26 | Mention float workaround in Iterator::{min,max} | Smitty | -2/+26 |