summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/HashSet.scala
Commit message (Expand)AuthorAgeFilesLines
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-3/+3
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+1
* Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-181-7/+0
* Fix many typos in docs and commentsmpociecha2014-12-141-3/+3
* SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-241-0/+7
* SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-141-6/+5
* SI-6253 HashSet should implement unionRüdiger Klaehn2014-01-161-14/+511
* Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-151-0/+121
|\
| * SI-6196 - Set should implement filterRüdiger Klaehn2014-01-151-0/+121
* | Merge pull request #3366 from Ichoran/issue/6457Adriaan Moors2014-01-151-2/+2
|\ \ | |/ |/|
| * SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-141-2/+2
* | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-151-1/+120
|\ \ | |/ |/|
| * Improved documentation of HashTrieSet internalsRüdiger Klaehn2014-01-141-0/+36
| * Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-141-1/+84
* | Removes TODO comments that are no longer applicableRüdiger Klaehn2014-01-041-6/+0
* | Remove commented out code from HashSet and HashMapRüdiger Klaehn2013-12-271-20/+2
|/
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Improve efficiency of updatedRuediger Klaehn2012-08-181-10/+29
* Merge pull request #1105 from rklaehn/SI-6197Josh Suereth2012-08-111-1/+6
|\
| * Only create a HashTrieSet if necessary.Ruediger Klaehn2012-08-091-1/+6
* | Create a HashSet1 in case ks1 contains just one entryRuediger Klaehn2012-08-091-3/+5
|/
* Fix doc about specialized subclasses of c.i.HashMap/HashSet.Simon Ochsenreither2012-07-111-2/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-3/+3
* Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-3/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Fixes #4398.Aleksandar Pokopec2011-07-111-6/+10
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-151-30/+10
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-5/+4
* And extempore's original plan carries the day: ...Paul Phillips2011-03-061-1/+1
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-151-1/+0
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-141-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-2/+2
* Closes #3984 by the most arduous and indirect r...Paul Phillips2011-01-091-149/+24
* I'm wandering around trunk looking for slowness.Paul Phillips2010-12-201-1/+0
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-4/+5
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-091-8/+19
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-3/+3
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-0/+5
* Iteration bug in TrieIterator.Paul Phillips2010-11-091-2/+2
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-201-8/+18
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-051-58/+130
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-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-1/+1