summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Iterator.scala
Commit message (Expand)AuthorAgeFilesLines
* Nuance doc for slidingSom Snytt2017-02-071-24/+35
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* Merge commit 'b9a16c4' into 2.12.xJason Zaugg2016-11-081-13/+10
|\
| * SI-9913 Tighten bolts on span iteratorSom Snytt2016-09-061-13/+10
| * SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-1/+1
| * SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-1/+2
* | Replace JoinIterator & improve ConcatIteratorStefan Zeiger2016-03-111-44/+46
* | Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-6/+45
|\|
| * SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-9/+7
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\|
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-59/+162
|\|
| * Performance optimization - Iterator span, collect, dropWhileRex Kerr2015-08-071-35/+138
| * Performance optimization - Iterator flatMap, find, indexWhere, indexOfRex Kerr2015-08-071-24/+24
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-20/+12
|\|
| * SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12
| * SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-17/+12
* | SI-8627 Two-argument indexOf does not work for IteratorRui Gonçalves2015-04-041-2/+37
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-3/+3
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-3/+3
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+8
|\|
| * SI-8835 Iterator tests can be junitSom Snytt2014-11-111-2/+2
| * SI-8835 Fix implementation of Iterator drop to remove quadratic behaviorErik Erlandson2014-10-211-1/+8
* | SI-7128 copyToArray(xs, 0, 0) should not failRex Kerr2015-01-081-2/+1
* | SI-8835 Lazier slice for IteratorSom Snytt2014-11-131-22/+61
|/
* SI-8474 Inconsistent behavior of patch methodRex Kerr2014-08-241-11/+29
* SI-8475 GroupedIterator is also lazy when paddedSom Snytt2014-05-271-6/+7
* SI-8475 Fix off by one in GroupedIterator when StreamingJean-Remi Desjardins2014-05-091-1/+3
* SI-8428 Refactor ConcatIteratorJason Zaugg2014-03-241-5/+5
* SI-8428 Fix regression in iterator concatenationJason Zaugg2014-03-201-1/+1
* SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-061-1/+1
* Iterator.++ no longer blows the stack.Paul Phillips2013-03-261-18/+36
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* Merge branch 2.10.1 into masterAdriaan Moors2013-02-271-1/+1
|\
| * SI-7128 Fix regression in copyToArray for empty arraysJason Zaugg2013-02-141-1/+1
| * Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-041-2/+3
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-9/+9
* | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-201-2/+4
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-2/+0
|/
* Merge pull request #1308 from soc/SI-4478Josh Suereth2012-09-171-1/+1
|\
| * SI-4478 Replaces wrt with (hopefully) slightly improved wording.Simon Ochsenreither2012-09-151-1/+1
* | More relative path elimination.Paul Phillips2012-09-151-1/+2
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-7/+0
* Rename copyTo to build based on consensus of 3Josh Suereth2012-06-181-2/+2
* Fixes from review.Josh Suereth2012-06-181-2/+2
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+10