summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Iterator.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* Performance optimization - Iterator span, collect, dropWhileRex Kerr2015-08-071-35/+138
* Performance optimization - Iterator flatMap, find, indexWhere, indexOfRex Kerr2015-08-071-24/+24
* SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12
* SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-17/+12
* Fix many typos in docs and commentsmpociecha2014-12-141-3/+3
* 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-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
* Corrects links in API documentationHeather Miller2012-05-161-1/+1
* Fixes SI-5328. Iterator.patched failed when from=0.Josh Suereth2012-05-081-1/+2
* Put corresponds on Iterator.Paul Phillips2012-05-041-0/+18
* Refactor OnceCanBuildFrom to check the collection type.Aleksandar Prokopec2012-05-011-1/+2
* Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-011-0/+8
* fix memory leak in Iterator.++David Andrzejewski2012-04-061-1/+3
* Adapted usecases to full signature displayVlad Ureche2012-03-201-2/+12
* Migration message and version cleanupSimon Ochsenreither2011-12-071-10/+7
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-2/+5
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-28/+31
* Big improvements to the documentation of collec...Heather Miller2011-10-091-7/+163
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-128/+0
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-8/+7
* Get rid of structural type in Iterator.scalaGrzegorz Kossakowski2011-07-131-1/+9