| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2021-05-26 | Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum | bors | -0/+4 |
| 2021-05-26 | Make Range implementation safe | Jacob Pratt | -29/+22 |
| 2021-05-26 | Limit `TrustedLen` impls to core types | Jacob Pratt | -6/+21 |
| 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 | Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung | bors | -0/+6 |
| 2021-05-20 | Rollup merge of #85315 - satylogin:master, r=yaahc | Ralf Jung | -0/+6 |
| 2021-05-19 | remove InPlaceIterable marker from Peekable due to unsoundness | The8472 | -4/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -63/+117 |
| 2021-05-18 | Rollup merge of #85338 - lopopolo:core-iter-repeat-gh-81292, r=joshtriplett | Guillaume Gomez | -0/+35 |
| 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/+2 |
| 2021-05-15 | Implement more Iterator methods on core::iter::Repeat | Ryan Lopopolo | -0/+35 |
| 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-09 | Fix `Step` feature flag, make tidy lint more useful to find things like this | ltdk | -2/+2 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -88/+88 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -1/+54 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -86/+86 |
| 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 #83990 - the8472:take-trusted-len, r=dtolnay | Yuki Okushi | -1/+22 |
| 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-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+1 |
| 2021-04-08 | add TrustedRandomAccess specialization to vec::extend | The8472 | -0/+4 |
| 2021-04-08 | implement TrustedRandomAccess for Take iterator adapter | The8472 | -1/+22 |
| 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 | -5/+65 |
| 2021-04-06 | Update library/core/src/iter/adapters/peekable.rs | lukaslueg | -1/+1 |