summaryrefslogtreecommitdiff
path: root/src/library/scalax/collection/immutable/Stream.scala
Commit message (Collapse)AuthorAgeFilesLines
* massive new collections checkin.Martin Odersky2009-05-081-794/+0
|
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-161-0/+2
| | | | | | | | | | | | They are located in package scala.annotation. Also in this patch: * numerous test cases for both annotations * addition of @tailrec and @switch in a few strategic locations * fixes for critical section NewScanners methods which were not being compiled into switches, immediately proving the value of @switch * tail recursive implementations for Iterator.{ dropWhile, drop} and List.dropWhile tagged with @tailrec, closing bug #1376
* new version of collection librariesMartin Odersky2009-02-131-3/+4
|
* added support for Strings, arrays, sets.Martin Odersky2009-02-051-1/+2
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* updates to scalax collections and standard libr...Martin Odersky2008-12-091-0/+790
updates to scalax collections and standard library classes.