about summary refs log tree commit diff
path: root/src/libcore/tests/iter.rs
AgeCommit message (Expand)AuthorLines
2019-03-26Test the size_hint of empty ranges tooJosh Stone-0/+12
2019-03-26Implement useful steps_between for all integersJosh Stone-0/+49
2019-03-16Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytmkennytm-2/+0
2019-03-12Add tests to ensure that Iterator::min and Iterator::max are stableTim Vermeulen-0/+28
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-2/+0
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-3/+21
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-2/+0
2019-02-13review or fix miri failures in iter, slice, cell, timeRalf Jung-6/+2
2019-02-13mark failures expected due to panicsRalf Jung-2/+2
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-09Fix exhaustion of inclusive range try_fold and try_rfoldMatthieu M-3/+21
2019-02-07disable tests in MiriRalf Jung-0/+8
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+13
2019-01-14Remove unnecessary mutStjepan Glavina-1/+1
2019-01-14Fix failing testStjepan Glavina-6/+7
2019-01-13Add core::iter::once_withStjepan Glavina-0/+17
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-0/+17
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Merge branch 'master' into copiedKonrad Borowski-0/+48
2018-12-20Add DoubleEndedIterator::nth_backClar Fon-0/+27
2018-12-17Remove `<Cycle as Iterator>::try_fold` overrideShotaro Yamada-0/+2
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+2
2018-12-05Add a test for cloned side effectsKonrad Borowski-0/+17
2018-12-05Add tests for Iterator::copied()Konrad Borowski-0/+17
2018-11-20Add std::iter::successorsSimon Sapin-0/+11
2018-11-19fix testАртём Павлов [Artyom Pavlov]-1/+1
2018-11-18testsАртём Павлов [Artyom Pavlov]-0/+10
2018-11-18revertАртём Павлов [Artyom Pavlov]-5/+2
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-1/+1
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-0/+8
2018-06-02Stabilize iterator_repeat_withThayne McCombs-12/+0
2018-04-03Add Iterator::find_mapAleksey Kladov-0/+27
2018-03-01Add a Zip::nth test for side effectsScott McMurray-0/+20
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+17
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-2/+106
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-0/+2
2018-02-14Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichtonkennytm-0/+45
2018-02-12core::iter::repeat_with: fix tests some moreMazdak Farrokhzad-5/+5
2018-02-12core::iter::repeat_with: fix testsMazdak Farrokhzad-1/+2
2018-02-12add core::iter::repeat_withMazdak Farrokhzad-0/+44
2018-02-09Use is_empty in range iteration exhaustion testsScott McMurray-9/+52
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-2/+2
2018-02-08Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnaybors-0/+19
2018-02-07Simplify RangeInclusive::next[_back]Scott McMurray-0/+19
2018-02-07Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-0/+43
2018-02-07Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichtonkennytm-0/+20
2018-02-04Override try_[r]fold for RangeInclusiveScott McMurray-0/+20
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+43
2018-01-19Handle Overflowoberien-0/+44
2018-01-19Unit Testsoberien-0/+18