about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-10/+10
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-7/+11
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-10/+10
2021-12-23Switch all libraries to the 2021 editionDeadbeef-10/+0
2021-12-15Rollup merge of #91916 - steffahn:fix-typos, r=dtolnayMatthias Krüger-3/+3
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-4/+3
2021-12-14Stabilize iter::zip.PFPoitras-4/+3
2021-12-14Fix a bunch of typosFrank Steffahn-3/+3
2021-12-13[ReviewFix] LinguisticsJonas Berlin-1/+1
2021-12-13Iterator::cycle() — document empty iterator special caseJonas Berlin-1/+2
2021-12-09Improve std::iter::zip example.Andrew Banchich-6/+14
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+80
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-12/+32
2021-11-30Add `drop_while` as doc alias to `Iterator::skip_while`Ashok Gautham Jadatharan-0/+1
2021-11-27Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgrbors-2/+4
2021-11-27Rollup merge of #83791 - the8472:relax-zip-side-effect-guarantee, r=dtolnayMatthias Krüger-2/+4
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-22/+17
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-10-20Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitorYuki Okushi-6/+2
2021-10-19Tiny tweak to Iterator::unzip() doc comment example.moxian-3/+3
2021-10-11inline next() on &mut Iterator implThe8472-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+18
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-67/+58
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-67/+58
2021-09-30fix issues pointed out in reviewThe8472-8/+30
2021-09-30from review: code stylethe8472-3/+3
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-3/+271
2021-09-28Optimize is_sorted for Range and RangeInclusiveMatt Brubeck-0/+10
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-1/+2
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-6/+3
2021-09-25Apply 16 commits (squashed)Frank Steffahn-6/+3
2021-09-24consistent big O notationr00ster91-1/+2
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-9/+6
2021-09-14Document the closure arguments for `reduce`.Dan Zwell-3/+4
2021-09-09remove unnecessary bound on Zip specialization implThe8472-6/+2
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-18/+12
2021-08-25Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514Léo Lanteri Thauvin-4/+4
2021-08-25Rollup merge of #88223 - scottmcm:fix-alias, r=yaahcLéo Lanteri Thauvin-2/+2
2021-08-23Fix references to `ControlFlow` in docsJacob Pratt-4/+4
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-2/+2
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-22Auto merge of #88122 - Seppel3210:master, r=dtolnaybors-8/+10
2021-08-21Remove the `TryV2` aliasScott McMurray-2/+2
2021-08-17Fix example in `Extend<(A, B)>` implSebastian Widua-8/+10
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-08-12Rollup merge of #85835 - Seppel3210:master, r=yaahcYuki Okushi-22/+69
2021-08-11Weaken guarantee around advancing underlying iterators in zipThe8472-2/+4
2021-08-07Fix intra doc link in hidden doc of Iterator::__iterator_get_uncheckedFrank Steffahn-1/+1
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-4/+0