| Age | Commit message (Expand) | Author | Lines |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -3/+3 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -3/+2 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -1/+1 |
| 2021-12-09 | Improve std::iter::zip example. | Andrew Banchich | -6/+14 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -16/+17 |
| 2021-10-20 | Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor | Yuki Okushi | -6/+2 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -7/+7 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -67/+58 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -67/+58 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -8/+30 |
| 2021-09-30 | from review: code style | the8472 | -3/+3 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+177 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -4/+4 |
| 2021-09-09 | remove unnecessary bound on Zip specialization impl | The8472 | -6/+2 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -7/+7 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 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 | -65/+99 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -17/+66 |
| 2021-07-28 | Improve documentation of TrustedRandomAccess | Frank Steffahn | -14/+30 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+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-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -1/+48 |
| 2021-06-30 | Make the specialized Fuse still deal with None | Josh Stone | -188/+66 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -23/+0 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-22 | Add comments around code where ordering is important due for panic-safety | The8472 | -0/+9 |
| 2021-06-19 | fix panic-safety in specialized Zip::next_back | The8472 | -1/+2 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+6 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+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-27 | Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum" | The8472 | -4/+0 |
| 2021-05-26 | Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum | bors | -0/+4 |
| 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 | -56/+79 |
| 2021-05-16 | mark internal inplace_iteration traits as hidden | The8472 | -0/+1 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -76/+76 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -1/+24 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -76/+76 |
| 2021-04-24 | Rollup merge of #83990 - the8472:take-trusted-len, r=dtolnay | Yuki Okushi | -1/+22 |
| 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-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -2/+59 |
| 2021-04-06 | Update library/core/src/iter/adapters/peekable.rs | lukaslueg | -1/+1 |
| 2021-04-04 | Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472 | Dylan DPC | -0/+23 |
| 2021-03-27 | Add the tracking issue for `#![feature(iter_zip)]` | Josh Stone | -2/+2 |