about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2020-10-26Add lexicographical comparison docRustin-Liu-8/+8
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-17/+11
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-34/+30
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-3/+6
2020-10-13Bump the version of rustfmt used in tidyScott McMurray-5/+1
2020-10-12Use intra-doc links for links to module-level docsCamelid-8/+8
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-30/+30
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-02Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomezJonas Schievink-0/+11
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-01Add tracking issueTim Vermeulen-2/+2
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-16/+100
2020-09-28Rollup merge of #77194 - pickfire:patch-7, r=withoutboatsRalf Jung-0/+2
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-30/+37
2020-09-26Reposition iterator doc alias reduce before inlineIvan Tham-1/+1
2020-09-26Add alias for iterator foldIvan Tham-0/+2
2020-09-20use iter:: before free functionsAlexis Bourget-2/+6
2020-09-20Add advance_by and advance_back_byTim Vermeulen-16/+100
2020-09-18Fix broken linkAlexis Bourget-1/+1
2020-09-18Use intra-doc links in core/src/iter when possibleAlexis Bourget-132/+91
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 #76338 - euclio:intra-link-iterator, r=jyn514Dylan DPC-13/+13
2020-09-07Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morseDylan DPC-9/+9
2020-09-07Rollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPCDylan DPC-5/+5
2020-09-05Improve the documentation of `filter()` and `filter_map()`.Edd Barrett-18/+8
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-7/+7
2020-09-04add some intra-doc links to `Iterator`Andy Russell-13/+13
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-2/+2
2020-09-03Address review comments on `Peekable::next_if`Joshua Nelson-5/+5
2020-09-03Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieubors-4/+378
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-2/+2
2020-09-03please tidyThe8472-6/+5
2020-09-03get things to work under min_specialization by leaning more heavily on #[rust...The8472-1/+0
2020-09-03apply required min_specialization attributesThe8472-0/+1
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+21
2020-09-03pacify tidyThe8472-7/+7
2020-09-03pacify tidyThe8472-71/+84
2020-09-03mark as_inner as unsafe and update commentsThe8472-45/+67
2020-09-03impl TrustedRandomAccess for vec::IntoIterThe8472-2/+6
2020-09-03make tidy happyThe8472-4/+8
2020-09-03support in-place iteration for most adaptersThe8472-0/+136