about summary refs log tree commit diff
path: root/src/libcore/iter
AgeCommit message (Expand)AuthorLines
2018-11-13Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmasterkennytm-1/+1
2018-11-12Document optimizations enabled by FusedIteratorSimon Sapin-1/+1
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-1/+1
2018-11-10constify parts of libcore.Mazdak Farrokhzad-2/+2
2018-10-26Remove unnecessary mut in iterator.find_map documentation example, Relates to...Méven Car-1/+1
2018-10-17Auto merge of #54946 - estebank:iterator, r=varkorbors-1/+62
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-1/+1
2018-10-11Reword Range*/[Range*]: Iterator E0277 messagesEsteban Küber-6/+22
2018-10-11review commentsEsteban Küber-4/+28
2018-10-09fix tidyEsteban Küber-2/+4
2018-10-09Reword `rustc_on_unimplemented` errors for `Iterator`Esteban Küber-1/+20
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-4/+4
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-2/+10
2018-08-25Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAusbors-4/+1
2018-08-15Fix since of Iterator::flatten to be a proper semverAleksey Kladov-7/+7
2018-08-15Stablize Iterator::find_mapAleksey Kladov-4/+1
2018-08-04Remove redundant field names in structsljedrz-9/+9
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