summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/HashSet.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-1/+1
* closes #3241 and improves serialization of hash...Tiark Rompf2010-04-131-54/+33
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-7/+15
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-5/+4
* new immutable.HashSet. review by community.Tiark Rompf2010-03-151-108/+313
* Fix and test case for #408. Review by community.Paul Phillips2010-01-181-6/+9
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Initialization order fix to ijuma's serializati...Paul Phillips2009-12-021-2/+2
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-011-6/+16
* More world-shaking deprecation work.Paul Phillips2009-11-201-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+2
* Collections refactoring.Martin Odersky2009-09-251-6/+6
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-11/+17
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-3/+3
* cleaned up collection builder frameworkMartin Odersky2009-05-141-7/+7
* changes to maps and setsMartin Odersky2009-05-121-2/+2