summaryrefslogtreecommitdiff
path: root/src/library/scala/Stream.scala
Commit message (Expand)AuthorAgeFilesLines
* 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