summaryrefslogtreecommitdiff
path: root/src/library/scala/Iterator.scala
Commit message (Expand)AuthorAgeFilesLines
* massive new collections checkin.Martin Odersky2009-05-081-778/+0
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-161-8/+21
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Iterator: document that this iterator behavior ...stepancheg2008-08-261-0/+4
* generating java generics signaturesMartin Odersky2008-07-251-1/+0
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-211-0/+16
* Change iterator "next" method signatures from "...stepancheg2008-06-141-4/+4
* Iterator.collect method (#916)stepancheg2008-05-271-1/+11
* Implement #886: indexOf, findIndexOfstepancheg2008-05-241-0/+42
* Fixed mkString methodIulian Dragos2008-05-191-1/+1
* Added explicit return type in take (see #879)Iulian Dragos2008-05-131-1/+1
* Added no-arg mkString, see issue #869Iulian Dragos2008-05-131-0/+9
* Changed signature on reduceLeft/Right per ticke...Geoffrey Washburn2008-04-041-2/+2
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-021-0/+8
* Changed the toString of Iterator to have the wo...Lex Spoon2008-02-181-1/+1
* fixed #429michelou2008-02-181-22/+32
* fixed problems with rangesMartin Odersky2008-02-061-12/+20
* Fixed #327, #332NAME2008-02-051-3/+3
* fixed t0392; un-deprecated Iterator.fromArray (...Martin Odersky2008-01-211-8/+6
* fixed broken build and remove some warningsmichelou2008-01-181-2/+2
* Removed recursion from predicated iterator fill...Sean McDirmid2007-11-241-10/+11
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-221-5/+5
* Updated Stream to be the projection of List.Sean McDirmid2007-07-181-3/+10
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-7/+11
* removed primitive type aliases from the standar...michelou2007-06-081-2/+2
* Added by method to Range, made range configurable.Sean McDirmid2007-05-221-4/+1
* Reverted Range, documented unusual behavior. Sean McDirmid2007-05-221-9/+10
* Updated tests so they would pass.Sean McDirmid2007-05-221-4/+5
* fixing bug in iterator, i thinkSean McDirmid2007-05-211-1/+3
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-58/+63
* added scala.Range and test casesmichelou2007-05-011-50/+37
* removed warningsmichelou2007-04-131-25/+32
* Fixed Iterator.drop (contribution #415)mihaylov2007-03-311-1/+1
* fixed bugs 948/971;Martin Odersky2007-03-051-17/+17
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-6/+6
* updated annotations in Scala librarymichelou2007-02-201-3/+4
* changed tuple syntax to (...)Martin Odersky2007-02-131-6/+6
* small fixes to newline behavior.Martin Odersky2007-02-121-6/+7
* changed pair(...) to {...}Martin Odersky2007-02-051-6/+6
* matching: + exhaustivity check, warningsBurak Emir2007-02-021-0/+39
* another change to collection librariesMartin Odersky2007-01-041-0/+9
* 1.Martin Odersky2007-01-031-48/+102
* Iterator.mkStringBurak Emir2006-12-221-0/+6
* updated scaladoc comments in scala/Iterator.scalamichelou2006-11-131-61/+102
* removed CaseClassBurak Emir2006-11-061-3/+6
* Refactored portability supportmihaylov2006-11-011-1/+0
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-11/+12
* exceptionsBurak Emir2006-10-101-11/+11
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-172/+187
* added zipWithIndex to several collection classesLex Spoon2006-05-051-0/+19