about summary refs log tree commit diff
path: root/library/core/src/iter/adapters
AgeCommit message (Expand)AuthorLines
2020-10-13Bump the version of rustfmt used in tidyScott McMurray-5/+1
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-24/+24
2020-10-06Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcmbors-12/+64
2020-10-05Implement iter::Chain::{advance_by, advance_back_by}Tim Vermeulen-12/+64
2020-10-02Remove trailing whitespace in iter chain docIvan Tham-1/+1
2020-10-02Add example for iter chain structIvan Tham-0/+11
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-0/+10
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-29/+34
2020-09-20Add advance_by and advance_back_byTim Vermeulen-0/+10
2020-09-16Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievinkTyler Mandry-5/+2
2020-09-16Simplify iter fuse struct docIvan Tham-5/+2
2020-09-15Remove flatten doc intra-doc linksIvan Tham-3/+0
2020-09-14Simplify iter flatten struct docIvan Tham-2/+2
2020-09-13Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievinkJonas Schievink-5/+2
2020-09-13Simplify iter chain struct docIvan Tham-5/+2
2020-09-12Simplify iter zip struct docIvan Tham-5/+2
2020-09-08Capitalize safety commentsFlying-Toast-14/+14
2020-09-07Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morseDylan DPC-1/+1
2020-09-07Rollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPCDylan DPC-5/+5
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-1/+1
2020-09-03Address review comments on `Peekable::next_if`Joshua Nelson-5/+5
2020-09-03please tidyThe8472-6/+5
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+21
2020-09-03pacify tidyThe8472-7/+7
2020-09-03pacify tidyThe8472-67/+79
2020-09-03mark as_inner as unsafe and update commentsThe8472-45/+67
2020-09-03impl TrustedRandomAccess for vec::IntoIterThe8472-1/+3
2020-09-03make tidy happyThe8472-4/+8
2020-09-03support in-place iteration for most adaptersThe8472-0/+136
2020-09-03add in-place iteration for ZipThe8472-1/+24
2020-09-03remove example that relied on non-public traitThe8472-5/+0
2020-09-03fix doc linkThe8472-1/+1
2020-09-03mark SourceIter as unsafe, document invariantsThe8472-16/+50
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-1/+105
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-1/+1
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-19/+19
2020-08-19Use min_specialization in libcoreMatthew Jasper-87/+217
2020-07-27mv std libs to library/mark-0/+4177