summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Set.scala
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements for Map4 to HashMap nad Set4 to HashSet transitionsRory Graves2017-03-041-1/+1
* Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-301-0/+1
* SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-171-1/+8
* Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-37/+37
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-5/+29
* Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-181-10/+6
* SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-241-6/+10
* More overrides for SetNJason Zaugg2014-02-011-0/+46
* SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-141-2/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+8
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+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-2/+2
* 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-5/+5
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-10/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+4
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-4/+3
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-0/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-1/+4
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Make scala.collection.immutable.Set1, .Set2, Se...Donna Malayeri2011-01-111-4/+4
* Overrides immutable.{ Map, Set, Seq } to return...Paul Phillips2010-12-031-0/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-12/+11
* 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-1/+1
* Docs. no reviewAleksandar Pokopec2010-04-131-14/+9
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+3
* - new immutable HashMap implementation based on...Tiark Rompf2010-03-071-2/+12
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* updated/extended serialization tests michelou2009-11-201-4/+4
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-3/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-6/+7
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-1/+0
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-9/+12
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-5/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-6/+11
* cleaned up collection builder frameworkMartin Odersky2009-05-141-10/+114
* 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-167/+13
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* fixed broken build and remove some warningsmichelou2008-01-181-8/+12
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-181-3/+3