summaryrefslogtreecommitdiff
path: root/src/library/scala/Seq.scala
Commit message (Expand)AuthorAgeFilesLines
* Checking in everything else to fix the build!Sean McDirmid2007-04-031-1/+2
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-301-12/+2
* Revamped scala-doc.Sean McDirmid2007-03-281-20/+11
* Removed implicit use of any java.lang classes f...mihaylov2007-03-261-1/+1
* Removed Iterable.toArray; it conflicts with Bit...Lex Spoon2007-03-241-1/+1
* fixed Seq.toStringLex Spoon2007-03-241-1/+2
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-241-13/+5
* - toString() on large collections now only printsLex Spoon2007-03-231-1/+12
* fixed bugs 910 and 995.Martin Odersky2007-03-121-5/+1
* updated annotations in Scala librarymichelou2007-02-201-3/+5
* matching on arrays via unapplySeqBurak Emir2007-01-251-5/+8
* updated scaladoc comments in scala/Seq.scalamichelou2007-01-151-22/+39
* libBurak Emir2007-01-141-2/+2
* another change to collection librariesMartin Odersky2007-01-041-1/+6
* changed collection librariesMartin Odersky2007-01-041-0/+7
* 1.Martin Odersky2007-01-031-68/+116
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-201-22/+0
* removed CaseClassBurak Emir2006-11-061-0/+3
* Refactored portability supportmihaylov2006-11-011-1/+1
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-0/+2
* exceptionsBurak Emir2006-10-101-1/+1
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-2/+1
* Small refactoring of the collection librarymihaylov2006-09-121-6/+0
* added Seq.isEmpty and changed XML representationBurak Emir2006-09-061-0/+6
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-66/+68
* (no commit message)Martin Odersky2006-07-241-1/+2
* added import for compat stringbuilderBurak Emir2006-07-121-0/+1
* more replacements of StringBuffer to StringBuilderBurak Emir2006-07-111-1/+1
* 1.Martin Odersky2006-03-201-3/+3
* 1. Added a BigInt classMartin Odersky2006-03-141-1/+1
* added a toArray method to Seq.Martin Odersky2006-03-131-6/+9
* (no commit message)Martin Odersky2006-03-101-1/+1
* Code cleanupmihaylov2006-03-091-23/+17
* fix arrays some more.Martin Odersky2006-03-091-8/+25
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-5/+2
* 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/+194