about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
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
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/+124
2020-09-03Rollup merge of #76238 - denisvasilik:intra-doc-links-core-iterator, r=jyn514Dylan DPC-40/+35
2020-09-03Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcmDylan DPC-100/+48
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-6/+11
2020-09-02Revert link removal of Some(T)Denis Vasilik-0/+2
2020-09-02Revert link removal ofDenis Vasilik-0/+1
2020-09-02Revert link removalDenis Vasilik-0/+1
2020-09-02Revert module level documentation linkDenis Vasilik-2/+2
2020-09-02Apply suggestions from reviewDenis Vasilik-3/+9
2020-09-01Rollup merge of #76221 - camelid:cleanup-iter-for, r=jyn514Tyler Mandry-1/+1
2020-09-01Rollup merge of #76088 - hbina:add_example, r=LukasKalbertodtTyler Mandry-0/+4
2020-09-01Clean up header in `iter` docs for `for` loopsCamelid-1/+1
2020-09-01Use intra-doc linksDenis Vasilik-50/+35
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-99/+42
2020-08-30fix broken trait method linksAndy Russell-3/+3
2020-08-30revert Some(Item) linkPrabakaran Kumaresshan-0/+1
2020-08-30resolve commentsPrabakaran Kumaresshan-8/+22