about summary refs log tree commit diff
path: root/src/libcore/iter
AgeCommit message (Expand)AuthorLines
2019-07-10Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcmMazdak Farrokhzad-3/+1
2019-07-09Use fold in Iterator::lastChris Gregory-3/+1
2019-07-09Tracking issue 62544 for iter_is_partitionedJosh Stone-1/+1
2019-07-09Tracking issue 62543 for iter_partition_in_placeJosh Stone-1/+1
2019-07-09Return the true count from partition_in_placeJosh Stone-6/+35
2019-07-09Rename partition_mut to partition_in_placeJosh Stone-8/+8
2019-07-09Capitalize example commentJosh Stone-1/+1
2019-07-09Add Iterator::partition_mut() and is_partitioned()Josh Stone-0/+71
2019-07-08Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcmbors-3/+3
2019-07-07Only call the closure parameter of Iterator::is_sorted_by_key once per itemTim Vermeulen-3/+3
2019-06-28doc(libcore) Fix CSIvan Enderlin-1/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-2/+2
2019-06-20Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcmMazdak Farrokhzad-0/+14
2019-06-12Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAusMazdak Farrokhzad-0/+41
2019-06-10Use `for_each` in `Iterator::partition`Josh Stone-2/+2
2019-06-09implement nth_back for RangeInclusiveAdrian Friedli-0/+28
2019-06-08implement nth_back for RangeAdrian Friedli-0/+13
2019-05-30Stabilize iter_nth_back featureLzu Tao-4/+1
2019-05-29Add custom nth_back for SkipAndrea Corradi-0/+14
2019-05-29Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcmMazdak Farrokhzad-0/+35
2019-05-29Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnayMazdak Farrokhzad-0/+110
2019-05-28Bump Sum and Product for Option<T> to 1.37David Tolnay-2/+2
2019-05-28Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-SimulacrumMazdak Farrokhzad-0/+6
2019-05-27Updated the Iterator docs with information about overriding methods.Christian-0/+6
2019-05-25Add Step::sub_usizeTim Vermeulen-0/+35
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-5/+0
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-16/+16
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+5
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-10/+9
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+5
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-13/+12
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+26
2019-04-19libcore: deny more...Mazdak Farrokhzad-13/+12
2019-04-18libcore => 2018Taiki Endo-26/+30
2019-04-16implement nth_back for EnumerateAdrian Friedli-0/+10
2019-04-16implement nth_back for FuseAdrian Friedli-0/+16
2019-04-02Rollup merge of #59444 - cuviper:steps_between, r=scottmcmMazdak Farrokhzad-51/+10
2019-04-02Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcmMazdak Farrokhzad-98/+14
2019-03-29Fix OnceWith docstring.Geoffry Song-2/+2
2019-03-26impl TrustedLen for 128-bit ranges tooJosh Stone-2/+2
2019-03-26Implement useful steps_between for all integersJosh Stone-49/+8
2019-03-20Add improved doc example for Sum<Option<T>>John Downey-8/+5
2019-03-19Update stable attribute to be since 1.35.0Mazdak Farrokhzad-2/+2
2019-03-18Simplify Iterator::{lt, gt}Tim Vermeulen-8/+2
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-3/+3
2019-03-17Forward Iterator::{ne, lt, le, gt, ge} to Iterator::{eq, partial_cmp}Tim Vermeulen-96/+18
2019-03-16Rollup merge of #59185 - lukaslueg:patch-2, r=cramertjkennytm-4/+2
2019-03-16Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centrilkennytm-2/+2
2019-03-14Update sources.rslukaslueg-4/+2