about summary refs log tree commit diff
path: root/src/libcore/iter
AgeCommit message (Expand)AuthorLines
2018-07-25Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz-1/+1
2018-07-17Clarify short-circuiting behvaior of Iterator::zip.Corey Farwell-1/+3
2018-07-13Changed implementation of the third field to make LLVM optimize it better.kennytm-25/+25
2018-07-13Upgrade implementation of StepBy<RangeInclusive<_>>.kennytm-3/+5
2018-07-13Change RangeInclusive to a three-field struct.kennytm-70/+30
2018-07-10step_by: leave time of item skip unspecifiedEmerentius-1/+22
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-73/+2
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-13/+7
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-2/+5
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+5
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-7/+73
2018-06-13Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`kennytm-19/+4
2018-06-11stabilize Iterator::flatten in 1.29, fixes #48115.Mazdak Farrokhzad-13/+7
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-20/+8
2018-06-06Revert "Remove TryFrom impls that might become conditionally-infallible with ...Simon Sapin-73/+2
2018-06-02Stabilize Iterator::step_byThayne McCombs-13/+4
2018-06-02Stabilize iterator_repeat_withThayne McCombs-20/+8
2018-05-28Document additional use case for iter::inspectNick Babcock-2/+29
2018-05-20Auto merge of #50234 - cramertj:extend, r=alexcrichtonbors-0/+7
2018-05-20Auto merge of #50719 - frewsxcv:frewsxcv-iterator-zip, r=alexcrichtonbors-2/+1
2018-05-14Add implementation of Extend for ()Taylor Cramer-0/+7
2018-05-14Uncapitalize "You"Matt Kraai-1/+1
2018-05-13Fix incorrect statement about return value for Iterator::zip.Corey Farwell-2/+1
2018-04-29Fix some broken links in docs.Eric Huss-0/+2
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-1/+1
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-1/+1
2018-04-05Correct a few stability attributesOliver Middleton-1/+1
2018-04-04Rollup merge of #49618 - pftbest:fix_warning, r=SimonSapinkennytm-0/+1
2018-04-04Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichtonkennytm-17/+6
2018-04-04Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakiskennytm-0/+1
2018-04-03Fix warning when compilin libcore on 16bit targets.Vadzim Dambrouski-0/+1
2018-04-03Auto merge of #49098 - matklad:find_map, r=KodrAusbors-0/+32
2018-04-02Stabilize iterator_try_fold in 1.27.0Josh Stone-8/+3
2018-04-02Stabilize iter_rfind in 1.27.0Josh Stone-6/+2
2018-04-02Stabilize iter_rfold in 1.27.0Josh Stone-3/+1
2018-04-03Add Iterator::find_mapAleksey Kladov-0/+32
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+9
2018-03-30Add #[must_use] to a few standard library methodsScott McMurray-0/+1
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-2/+72
2018-03-24Fix confusing doc for `scan`Sean Silva-5/+5
2018-03-24Fix incorrect lower boundsPhlosioneer-1/+6
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+4
2018-03-17update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l...Niv Kaminer-1/+1
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-1/+1
2018-03-15unstabilize FusedIterator for Flatten since Flatten is unstableMazdak Farrokhzad-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-8/+4
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-30/+30
2018-03-06Rollup merge of #48590 - tshepang:more-simple, r=frewsxcvkennytm-31/+22
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-30/+30
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-29/+29