summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/HashSet.scala
Commit message (Expand)AuthorAgeFilesLines
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-171-1/+6
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-3/+3
|\
| * 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
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-0/+1
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-7/+0
|\|
| * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-181-7/+0
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-3/+3
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-3/+3
* | SI-8765 immutable.HashSet exposes internal updated0 methodRex Kerr2014-11-241-15/+15
|/
* 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