summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Set.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-061-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-2/+0
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-0/+3
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-4/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-0/+1
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-0/+2
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-0/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-231-0/+1
* more documentationMartin Odersky2010-04-131-12/+14
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* more @since annotationsstepancheg2009-09-261-0/+2
* Collections refactoring.Martin Odersky2009-09-251-3/+3
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-1/+5
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-15/+0
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-1/+0
* cleaned up collection builder frameworkMartin Odersky2009-05-141-6/+7
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-97/+15
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed tickets 152, 123.Martin Odersky2007-10-261-0/+4
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-021-3/+9
* Changed linked hash set to mutable hash set.Sean McDirmid2007-09-111-2/+2
* removed unchecked warningmichelou2007-09-041-1/+1
* corrected typo in type argument (collection.Set)michelou2007-09-041-2/+2
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-221-2/+23
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-1/+1
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-301-7/+2
* Revamped scala-doc.Sean McDirmid2007-03-281-2/+7
* Removed implicit use of any java.lang classes f...mihaylov2007-03-261-1/+1
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-241-10/+3
* - toString() on large collections now only printsLex Spoon2007-03-231-3/+10
* comment updates for various set and map classes...Lex Spoon2007-03-211-13/+10
* enabled -Xunapply.Martin Odersky2007-01-161-1/+1
* minor changes in collection/*.scalamichelou2007-01-101-15/+22
* changed collection librariesMartin Odersky2007-01-041-1/+1
* 1.Martin Odersky2007-01-031-55/+59
* improved scaladoc comments in List, collection....michelou2006-11-121-12/+18
* fxied bug788Martin Odersky2006-10-261-2/+3
* Small refactoring of the collection librarymihaylov2006-09-121-6/+0
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-8/+8
* (no commit message)Martin Odersky2006-03-101-1/+1
* Small refactoring in some collection classesmihaylov2006-03-031-1/+1
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-6/+6