summaryrefslogtreecommitdiff
path: root/src/library/scala/Seq.scala
Commit message (Expand)AuthorAgeFilesLines
* Bugfix and tests for #1323.Geoffrey Washburn2008-09-081-20/+52
* Deprecated slice(n).Geoffrey Washburn2008-07-221-1/+2
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-251-0/+3
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-061-5/+1
* fix documentation of lengthCompare methodstepancheg2008-05-291-1/+7
* Implement #886: indexOf, findIndexOfstepancheg2008-05-241-0/+22
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-191-3/+0
* Fixed #863.Iulian Dragos2008-05-091-1/+1
* Fixed #852.Iulian Dragos2008-05-091-0/+3
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-071-2/+10
* Enhancement #623NAME2008-03-181-0/+7
* fixed #617, code cleanupmichelou2008-03-111-67/+72
* Fixed tickets 87 and 117.Martin Odersky2007-11-051-2/+0
* enhancement #20Burak Emir2007-09-011-0/+5
* Fixing indexOf bug.Sean McDirmid2007-08-071-7/+9
* Updated Stream to be the projection of List.Sean McDirmid2007-07-181-47/+48
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-23/+130
* Better return types for List.unapplySeq and Seq...Burak Emir2007-07-061-1/+1
* deprecated &f, .f, requires.Martin Odersky2007-06-051-1/+1
* Updated tests so they would pass.Sean McDirmid2007-05-221-0/+4
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-9/+72
* 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