summaryrefslogtreecommitdiff
path: root/src/library/scala/Stream.scala
Commit message (Expand)AuthorAgeFilesLines
* fixed #499michelou2008-02-251-1/+1
* fixed problems with rangesMartin Odersky2008-02-061-7/+11
* Fixed #153 (thanks to Sean)michelou2007-12-121-16/+21
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-111-10/+3
* Fixed ticket #190.Iulian Dragos2007-11-131-0/+17
* fixed ticket #153michelou2007-10-051-4/+10
* made Stream.length not be recursiveLex Spoon2007-10-041-1/+9
* enhancement #20Burak Emir2007-09-011-0/+9
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-231-3/+2
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-221-2/+3
* minor changesmichelou2007-07-201-4/+2
* Added Stream.Definite toString method to counte...Sean McDirmid2007-07-191-1/+2
* Updated Stream to be the projection of List.Sean McDirmid2007-07-181-9/+24
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-1/+1
* minor changemichelou2007-06-271-1/+1
* updated take/dropmichelou2007-06-271-2/+2
* fixed bug in Stream.copyToArraymihaylov2007-06-261-1/+1
* belongs to 12113.Martin Odersky2007-06-221-1/+1
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-301-44/+44
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-2/+2
* Fxied some svn propertiesmihaylov2007-05-151-1/+1
* Fxied Stream.dropWhile (bug contribution #410)mihaylov2007-03-301-1/+1
* Removed implicit use of any java.lang classes f...mihaylov2007-03-261-1/+0
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-2/+2
* changed tuple syntax to (...)Martin Odersky2007-02-131-3/+3
* Removed the PrintStream version of Stream.printmihaylov2007-02-061-6/+4
* changed pair(...) to {...}Martin Odersky2007-02-051-1/+1
* Added unapply Lex Spoon2007-01-301-16/+25
* 1.Martin Odersky2007-01-251-1/+1
* 1.Martin Odersky2007-01-031-47/+192
* Refactored portability supportmihaylov2006-11-011-1/+1
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-6/+8
* exceptionsBurak Emir2006-10-101-6/+6
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-1/+1
* rewrote handling of Scala comments in DocGenera...michelou2006-10-031-4/+4
* added Seq.isEmpty and changed XML representationBurak Emir2006-09-061-3/+3
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-20/+19
* Fixed a bug in Stream.copyToArray similar to co...mihaylov2006-08-221-1/+1
* Fixed bug contribution #180mihaylov2006-08-221-1/+1
* more replacements of StringBuffer to StringBuilderBurak Emir2006-07-111-4/+5
* Some more changes to fix 605Martin Odersky2006-05-251-58/+92
* added zipWithIndex to several collection classesLex Spoon2006-05-051-0/+23
* (no commit message)Martin Odersky2006-03-101-4/+4
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-3/+3
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-1/+1
* Rearranged header and updated copyright messagemihaylov2006-03-021-2/+5
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+243