summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Iterator.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-091-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-35/+38
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-2/+1
* One of the blips in the performance charts seem...Paul Phillips2011-04-201-4/+3
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-0/+2
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-13/+13
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Emptiness check in swing, closes #1578 no review.Paul Phillips2011-03-311-1/+0
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-3/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-1/+4
* A patch for views. Most relevant change:Paul Phillips2011-03-111-1/+2
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-17/+21
* Merge branch 'work'Aleksandar Pokopec2011-01-261-0/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixes #4054.Aleksandar Pokopec2011-01-101-0/+11
* Towards a replay framework for the presentation...Martin Odersky2011-01-041-2/+2
* The partest hangs are back in force.Paul Phillips2010-12-281-1/+1
* A selection of collections additions from the l...Paul Phillips2010-12-041-16/+43
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-44/+4
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-011-0/+3
* Fix for sliding boundary condition.Paul Phillips2010-05-181-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Fixed bug in Iterator.iterate which would lead ...Paul Phillips2010-04-281-1/+7
* Added size hints to builders where possible wit...Paul Phillips2010-04-271-2/+1
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-3/+3
* Fix and test for Iterator corner case.Paul Phillips2010-04-081-2/+5
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-7/+7
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-296/+37
* Renamed partialMap to collect.Paul Phillips2010-03-241-9/+6
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-0/+5