about summary refs log tree commit diff
path: root/src/libcore/iter/iterator.rs
AgeCommit message (Expand)AuthorLines
2019-01-22Move core::iter iterator.rs to traits moduleClar Fon-2738/+0
2019-01-17Compare pairs with `slice::windows`Kevin Leimkuhler-1/+4
2019-01-17Improve documentation and slice implKevin Leimkuhler-2/+6
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-0/+2
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-20/+16
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+84
2019-01-14Simplify 'product' factorial exampletimvisee-1/+1
2019-01-13Change #[must_use] message of IteratorTaiki Endo-1/+1
2019-01-13Add #[must_use] message to Iterator and FutureTaiki Endo-1/+1
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-1/+30
2018-12-26Add a tracking issue for Iterator::copiedKonrad Borowski-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=CentrilMazdak Farrokhzad-1/+1
2018-12-23Merge branch 'master' into copiedKonrad Borowski-2/+3
2018-12-17Fix grammar in compiler error for array iteratorsMatthew Russell-1/+1
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-05Add unstable Iterator::copied()Konrad Borowski-1/+30
2018-11-27Add missing doc linkGuillaume Gomez-1/+2
2018-11-26Add missing link in docsGuillaume Gomez-1/+1
2018-11-20fix more linksSteve Klabnik-3/+3
2018-10-26Remove unnecessary mut in iterator.find_map documentation example, Relates to...Méven Car-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-1/+1
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-1/+1
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-10step_by: leave time of item skip unspecifiedEmerentius-1/+22
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-7/+1
2018-06-13Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`kennytm-2/+2
2018-06-11stabilize Iterator::flatten in 1.29, fixes #48115.Mazdak Farrokhzad-7/+1
2018-06-02Stabilize Iterator::step_byThayne McCombs-4/+1
2018-05-28Document additional use case for iter::inspectNick Babcock-2/+29
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-04Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichtonkennytm-5/+2
2018-04-04Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakiskennytm-0/+1
2018-04-02Stabilize iterator_try_fold in 1.27.0Josh Stone-5/+2
2018-04-03Add Iterator::find_mapAleksey Kladov-0/+32
2018-03-30Add #[must_use] to a few standard library methodsScott McMurray-0/+1
2018-03-24Fix confusing doc for `scan`Sean Silva-5/+5
2018-03-06Rollup merge of #48590 - tshepang:more-simple, r=frewsxcvkennytm-31/+22
2018-02-28doc: no need for the referencesTshepang Lekhonkhobe-31/+22