about summary refs log tree commit diff
path: root/library/core/src/iter/traits
AgeCommit message (Expand)AuthorLines
2020-12-30Add Iterator::intersperseJonas Schievink-1/+23
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-10Improve wording of `flatten()` docsCamelid-2/+2
2020-10-26Add lexicographical comparison docRustin-Liu-8/+8
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-12/+6
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-2/+2
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-3/+6
2020-10-12Use intra-doc links for links to module-level docsCamelid-6/+6
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-2/+2
2020-10-01Add tracking issueTim Vermeulen-2/+2
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-16/+90
2020-09-28Rollup merge of #77194 - pickfire:patch-7, r=withoutboatsRalf Jung-0/+2
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-1/+3
2020-09-26Reposition iterator doc alias reduce before inlineIvan Tham-1/+1
2020-09-26Add alias for iterator foldIvan Tham-0/+2
2020-09-20Add advance_by and advance_back_byTim Vermeulen-16/+90
2020-09-18Use intra-doc links in core/src/iter when possibleAlexis Bourget-83/+64
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-8/+8
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-1/+1
2020-09-03Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieubors-0/+14
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-2/+2
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-03pacify tidyThe8472-2/+2
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+14
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-25/+29
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-4/+10
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 #76088 - hbina:add_example, r=LukasKalbertodtTyler Mandry-0/+4
2020-09-01Use intra-doc linksDenis Vasilik-50/+35
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-25/+23
2020-08-30fix broken trait method linksAndy Russell-3/+3
2020-08-29Add more examples to lexicographic cmp on Iterators.Hanif Bin Ariffin-0/+4
2020-08-26apply bootstrap cfgsPietro Albini-2/+2
2020-08-20Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisabors-0/+12
2020-08-19Use min_specialization in libcoreMatthew Jasper-0/+12
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-08-15Doc: String isn't a collectionKornel LesiƄski-5/+4
2020-07-27mv std libs to library/mark-0/+4366