summaryrefslogtreecommitdiff
path: root/test/files/run/streams.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-281-0/+20
| | | | | | | 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.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* new arrays are done.Martin Odersky2009-09-211-2/+2
|
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-021-0/+14
| | | | | | | Changed Stream implementation to use tail recursive calls directly, instead of tail-recursive local functions. This has better GC behavior, see ticket #692.
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* updated STARR for Java genericsmichelou2007-12-181-1/+1
|
* #153 still not fixed..michelou2007-12-141-1/+1
|
* Fixed #153 (thanks to Sean)michelou2007-12-121-1/+1
|
* added final modifier, commented out test for #153michelou2007-12-121-1/+1
|
* added length test to run/stream.scalamichelou2007-10-081-1/+4
|
* fixed ticket #153michelou2007-10-051-0/+5
|
* updated take/dropmichelou2007-06-271-0/+24