summaryrefslogtreecommitdiff
path: root/test/files/run/streams.check
Commit message (Collapse)AuthorAgeFilesLines
* 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