summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/BitSet.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+3
* SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-131-2/+4
* SI-7770 mutable.BitSet.toImmutable isn't immutableDenton Cockburn2015-01-071-0/+3
* SI-8910 BitSet sometimes uses exponential memory.Alissa Rao2014-10-151-4/+4
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-3/+9
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-071-2/+3
* SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-111-1/+50
* 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
* 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/+3
* Improved BitSet implementationsStefan Zeiger2011-12-011-3/+16
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* 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-0/+4
* docs. no reviewAleksandar Pokopec2010-04-101-1/+27
* more docsMartin Odersky2010-04-091-4/+0
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-7/+9
* Updated copyright notices to 2010Antonio Cunei2009-12-071-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-7/+7
* added a few @serializable annotations, added @S...michelou2009-09-081-4/+17
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* More efficient 'clear' method.Iulian Dragos2009-05-291-0/+3
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-251-4/+4
* cleaned up collection builder frameworkMartin Odersky2009-05-141-5/+6
* changes to maps and setsMartin Odersky2009-05-121-2/+5
* separated mutable and immutable mapsMartin Odersky2009-05-121-14/+36
* massive new collections checkin.Martin Odersky2009-05-081-82/+32
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-011-2/+2
* updated annotations in Scala librarymichelou2007-02-201-2/+2
* Fxied bug 909;Martin Odersky2007-01-221-1/+1
* improved output of inherited members in DocGene...michelou2006-11-151-7/+15
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-1/+1
* removed leading/trailing tabs/blanks in collect...michelou2006-10-041-26/+26
* Fixed bug contrib #170mihaylov2006-07-201-0/+1
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-1/+1
* Rearranged header and updated copyright messagemihaylov2006-03-021-1/+4
* Added a deep-copy clone methodmihaylov2006-01-261-0/+6
* - improved efficiencymihaylov2006-01-251-13/+20
* Complete rewrite:mihaylov2006-01-221-61/+48
* (no commit message)Martin Odersky2006-01-201-3/+4
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+87