| Age | Commit message (Expand) | Author | Lines |
| 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-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+19 |
| 2021-05-27 | Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-se | Guillaume Gomez | -2/+26 |
| 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 | Specialize implementations | Jacob Pratt | -0/+19 |
| 2021-05-26 | Mention float workaround in Iterator::{min,max} | Smitty | -2/+26 |
| 2021-05-25 | Remove Iterator #[rustc_on_unimplemented]s that no longer apply. | Mara Bos | -34/+0 |
| 2021-05-25 | Remove arrays/IntoIterator message from Iterator trait. | Mara Bos | -5/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -3/+2 |
| 2021-05-20 | Rollup merge of #85315 - satylogin:master, r=yaahc | Ralf Jung | -0/+6 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -5/+36 |
| 2021-05-18 | adding algorithm explanation for partition_in_place iter method and bounding ... | Satyarth Agrahari | -0/+4 |
| 2021-05-16 | mark internal inplace_iteration traits as hidden | The8472 | -0/+1 |
| 2021-05-15 | adding time complexity for partition_in_place iter method | Satyarth Agrahari | -0/+2 |
| 2021-05-09 | PR feedback | Scott McMurray | -1/+2 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -9/+9 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -0/+30 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -7/+7 |
| 2021-04-29 | Drop alias `reduce` for `fold` - we have a `reduce` function | Josh Triplett | -1/+0 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+1 |
| 2021-04-24 | Rollup merge of #84489 - amorison:issue-83969-fix, r=yaahc | Yuki Okushi | -0/+5 |
| 2021-04-24 | Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnik | Yuki Okushi | -23/+8 |
| 2021-04-23 | Mention FusedIterator case in Iterator::fuse doc | Adrien Morison | -0/+5 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -3/+4 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+2 |
| 2021-03-26 | update array missing `IntoIterator` msg | lcnr | -2/+2 |
| 2021-03-26 | Stabilize `peekable_peek_mut` | Lukas Lueg | -12/+34 |
| 2021-03-22 | Rollup merge of #83272 - kornelski:takedocs, r=dtolnay | Dylan DPC | -2/+13 |
| 2021-03-20 | Remove redundant second example | Camelid | -28/+0 |
| 2021-03-18 | Expand documentation of Iterator::take and skip | Kornel | -2/+13 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+2 |
| 2021-03-13 | Add `reverse` search alias for Iterator::rev() | Sebastian Widua | -0/+1 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -0/+1 |
| 2021-02-22 | Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrum | bors | -24/+48 |
| 2021-02-17 | Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfackler | Guillaume Gomez | -9/+16 |
| 2021-02-16 | Optimize Iterator::is_sorted_by by using Iterator::all for internal iteration | Giacomo Stevanato | -9/+16 |
| 2021-02-14 | Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc. | Mara Bos | -24/+48 |
| 2021-02-13 | Add basic usage example | Camelid | -0/+15 |
| 2021-02-09 | Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-02-07 | Better line grouping | Camelid | -2/+2 |
| 2021-02-07 | Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytm | Guillaume Gomez | -0/+6 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -3/+1 |
| 2021-02-04 | Improve documentation of Iterator::{fold, reduce}. | Mara Bos | -5/+16 |