summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SeqLike.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-6/+0
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-42/+22
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-7/+7
* Fix for a big bug in lastIndexOfSlice and some ...Paul Phillips2011-03-191-104/+112
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-1/+4
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-1/+5
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-201-12/+121
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added doc commentMartin Odersky2011-01-161-0/+6
* This commit is about not calling .length or .si...Paul Phillips2010-12-201-2/+3
* A selection of collections additions from the l...Paul Phillips2010-12-041-0/+19
* Changed Seq#distinct to use a mutable hashset r...Paul Phillips2010-09-201-3/+3
* Brought the files in scala.collection.interface...Paul Phillips2010-09-061-0/+1
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-101-0/+2
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-241-2/+22
* Updated documentationMartin Odersky2010-04-091-6/+5
* More cleanups in docs. Review by odersky.Aleksandar Pokopec2010-04-081-2/+2
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-3/+3
* Some typos in collections. Review by odersky.Aleksandar Pokopec2010-04-081-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-6/+6
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-2/+2
* More fun with -Xmigration.Paul Phillips2010-03-191-9/+1
* Spring cleaning of collection libraries.Martin Odersky2010-03-191-2/+3
* closes #3082, review by rytzMartin Odersky2010-02-261-2/+2
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-041-1/+1
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-031-1/+1
* It was pointed out that sorted and the 1-arg ve...Paul Phillips2010-02-021-36/+22
* Took a swing at sorting out sorting.Paul Phillips2010-02-021-0/+13
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-3/+3
* Fix for #2927. No review.Paul Phillips2010-01-201-6/+9
* more docs. noreview.Martin Odersky2009-12-151-1/+0
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-8/+16
* allowed $super variables in doc comment; some m...Martin Odersky2009-12-111-45/+136
* refined doc comments generation; refactored cod...Martin Odersky2009-12-101-102/+116
* new doc comment generation, including some new ...Martin Odersky2009-12-071-98/+227
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* undeprecated containsSlice.Martin Odersky2009-11-261-7/+6
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+7
* More deprecation work.Paul Phillips2009-11-181-7/+0
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-121-9/+0
* Promotes reverseMap out of List into SeqLike as...Paul Phillips2009-11-111-4/+19
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-091-2/+2
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-2/+2
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-081-1/+0
* bit missingAntonio Cunei2009-11-041-1/+1
* Clarification to scaladoc comments for "sort".Antonio Cunei2009-11-041-3/+3
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-301-26/+15