about summary refs log tree commit diff
path: root/src/libcore/iter/traits
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-4366/+0
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-1/+1
2020-07-17Rollup merge of #74428 - tshepang:better-filter-map-doc, r=jonas-schievinkManish Goregaokar-4/+2
2020-07-17Intra-doc for iter Sum and Product traitsLzu Tao-6/+6
2020-07-17Intra-doc for DoubleEndIteratorLzu Tao-4/+2
2020-07-17Intra doc for iter marker traitsLzu Tao-6/+4
2020-07-17Use intra-doc link on Iterator pageLzu Tao-56/+21
2020-07-17docs: better demonstrate that None values are skipped as many times as neededTshepang Lekhonkhobe-4/+2
2020-07-16Revert "Remove spotlight usage"Manish Goregaokar-0/+1
2020-07-09libstd/libcore: fix various typosAndy Russell-1/+1
2020-07-05Fix spacing in Iterator fold docIvan Tham-2/+2
2020-06-19Refactor `try_find` a littleJosh Stone-11/+18
2020-06-14Fix iterator copied() documentation example codeSteve Heindel-2/+2
2020-05-29Add extend_one tracking issue 72631Josh Stone-2/+2
2020-05-29Use a canonical name for extend_reserve(additional)Josh Stone-1/+3
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-5/+24
2020-05-29Clarify the documentation of takeAlexis Bourget-0/+11
2020-05-26Add remark regarding DoubleEndedIteratorphilipp-0/+26
2020-05-18Tweak `partition`, `unzip`, `try_find`.Nicholas Nethercote-7/+7
2020-05-18Make `fold` standalone.Nicholas Nethercote-13/+20
2020-05-16Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviperDylan DPC-1/+1
2020-05-13Change `Iterator::nth` to use `self.next()` in a `while` loop.Nicholas Nethercote-1/+1
2020-04-26Use min_specialization in liballocMatthew Jasper-0/+2
2020-04-16Dogfood or_patterns in the standard libraryJosh Stone-2/+2
2020-04-03Replace float module consts with assoc consts in documentationLinus Färnstrand-3/+3
2020-04-03Replace max/min_value() with MAX/MIN assoc constsLinus Färnstrand-1/+1
2020-03-27remove unused importdylan_DPC-1/+0
2020-03-27simplify testdylan_DPC-4/+1
2020-03-26fix docsdylan_DPC-2/+5
2020-03-26Add fold_selfNathan West-16/+40
2020-03-22Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa...bors-10/+11
2020-03-21slightly change the `Iterator::map_while` docsWaffle-14/+4
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-1/+0
2020-03-03Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnikYuki Okushi-1/+3
2020-03-02Apply suggestions from code reviewLeSeulArtichaut-2/+3
2020-02-27docs: note that find(f) is equivalent to filter(f).next() in the iterator docs.Matthias Krüger-0/+4
2020-02-27Remove spotlight usageGuillaume Gomez-1/+0
2020-02-24adjuste doc of `map_while`Waffle-10/+6
2020-02-16Improve documentation on iteratorsLeSeulArtichaut-1/+2
2020-02-04Remove `finished` flag from `MapWhile`Waffle-0/+15
2020-01-28Fill tracking issue for `iter_map_while` featureWaffle-1/+1
2020-01-28Add `Iterator::map_while` method and corresponding `MapWhile` adapterWaffle-1/+101
2020-01-08Use matches macro in libcore and libstdIgor Aleksanov-8/+2
2020-01-06Use Self instead of $typeLzu Tao-8/+8
2020-01-02Add Iterator::try_findMOZGIII-0/+37
2019-12-24x.py fmt after previous deignoreMark Rousskov-145/+257
2019-12-22Format the worldMark Rousskov-8/+8
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-6/+6
2019-12-03Tweak wording of `collect()` on bad target typeEsteban Küber-2/+2
2019-11-26Format libcore with rustfmtDavid Tolnay-14/+20