| Age | Commit message (Expand) | Author | Lines |
| 2024-01-25 | use checked_add for upper bound | Yuri Astrakhan | -2/+2 |
| 2024-01-25 | Update library/core/src/iter/adapters/intersperse.rs | Yuri Astrakhan | -2/+2 |
| 2024-01-25 | fmt | Yuri Astrakhan | -1/+8 |
| 2024-01-25 | Postpone .next() call until iteration | Yuri Astrakhan | -29/+49 |
| 2024-01-25 | Boost intersperse(_with) performance | Yuri Astrakhan | -52/+74 |
| 2024-01-22 | Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgr | bors | -2/+0 |
| 2024-01-21 | Rollup merge of #120045 - scottmcm:unhide-repeat-n, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -12/+105 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -13/+13 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -13/+13 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -0/+16 |
| 2024-01-16 | Un-hide `iter::repeat_n` | Scott McMurray | -2/+0 |
| 2024-01-10 | Implement in-place iteratation markers for iter::{Copied, Cloned} | The8472 | -4/+45 |
| 2024-01-10 | implement TrustedRandomAccess and TrustedLen for Skip | The8472 | -1/+51 |
| 2024-01-10 | implement TrustedLen for StepBy | The8472 | -7/+9 |
| 2024-01-05 | Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin... | martha | -6/+13 |
| 2023-12-10 | remove redundant imports | surechen | -9/+8 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -40/+316 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -2/+4 |
| 2023-11-18 | Update based on petrochenkov's review | George Bateman | -3/+4 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -1/+2 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -5/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+2 |
| 2023-11-03 | library: use `copied` instead of manual `map` | DaniPopes | -1/+1 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-20 | Fix stage0 core tests | Oli Scherer | -1/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -21/+21 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -9/+9 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+4 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -0/+90 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -0/+90 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+4 |
| 2023-10-06 | Rollup merge of #115588 - tifv:fix-comment-successors, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+4 |
| 2023-09-17 | Auto merge of #113748 - clarfonthey:ip-step, r=dtolnay | bors | -1/+66 |
| 2023-09-16 | Specialize count for range iterators | ltdk | -0/+20 |
| 2023-09-16 | impl Step for IP addresses | ltdk | -1/+66 |
| 2023-09-05 | fix a comment in std::iter::successors | July Tikhonov | -1/+1 |
| 2023-09-03 | support in-place collecting additional FlatMap shapes | The 8472 | -15/+59 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -40/+272 |
| 2023-09-02 | Auto merge of #115273 - the8472:take-fold, r=cuviper | bors | -19/+82 |
| 2023-08-28 | reduce indirection in for_each specialization | The 8472 | -7/+6 |
| 2023-08-27 | Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iterators | The 8472 | -19/+83 |
| 2023-08-14 | Implement Step for AsciiChar | ltdk | -1/+44 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -1/+458 |
| 2023-08-05 | Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472 | bors | -0/+130 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -6/+1 |