summaryrefslogtreecommitdiff
path: root/test/files/run/streams.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-281-0/+14
| | | | | | | The lengthCompare method in LinearSeqOptimized was looking one step further than it needed to in order to give the correct result, which was creating some unwanted side effects related to Streams.
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-021-0/+6
| | | | | | | Changed Stream implementation to use tail recursive calls directly, instead of tail-recursive local functions. This has better GC behavior, see ticket #692.
* fixed some tests for jvm-1.5Martin Odersky2007-12-191-2/+2
|
* updated STARR for Java genericsmichelou2007-12-181-2/+2
|
* #153 still not fixed..michelou2007-12-141-2/+2
|
* Fixed #153 (thanks to Sean)michelou2007-12-121-2/+2
|
* added final modifier, commented out test for #153michelou2007-12-121-2/+2
|
* added length test to run/stream.scalamichelou2007-10-081-0/+1
|
* fixed ticket #153michelou2007-10-051-0/+1
|
* updated take/dropmichelou2007-06-271-0/+17