summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/HashSet.scala
Commit message (Expand)AuthorAgeFilesLines
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-251-1/+1
|\
| * Addressing warnings.Jason Zaugg2013-01-191-1/+1
* | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-041-1/+1
* | SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docsJames Iry2013-01-041-2/+0
* | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-031-7/+7
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-181-2/+4
|\
| * pull request feedbackPavel Pavlov2012-09-181-3/+3
| * Making public methods of FlatHashTable protectedPavel Pavlov2012-08-291-0/+2
* | Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
|/
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Fixes #4895.Aleksandar Pokopec2011-09-281-0/+2
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-4/+1
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-6/+2
* 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
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-0/+4
* Fixes #3630.Aleksandar Pokopec2010-11-221-0/+3
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-081-4/+21
* 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
* More docs. No review.Aleksandar Pokopec2010-04-101-1/+18
* More fun with -Xmigration.Paul Phillips2010-03-191-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-011-1/+9
* Fixed #2497Martin Odersky2009-11-071-2/+2
* 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-5/+6
* Fixed #2183.Philipp Haller2009-07-281-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-251-2/+2
* cleaned up collection builder frameworkMartin Odersky2009-05-141-7/+7
* changes to maps and setsMartin Odersky2009-05-121-2/+4
* separated mutable and immutable mapsMartin Odersky2009-05-121-4/+4
* 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-11/+25
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* updated annotations in Scala librarymichelou2007-02-201-3/+3
* Fxied bug 909;Martin Odersky2007-01-221-10/+4