summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/BitSet.scala
Commit message (Expand)AuthorAgeFilesLines
* BitSet{1,2} conversion (#5127)Ruslan Sennov2016-05-111-5/+7
* SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-171-0/+29
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-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-1/+1
* SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-7/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-291-2/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Whitespace commit.Paul Phillips2012-02-291-1/+1
* 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-8/+41
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* 2nd round of clean ups (see r25285)michelou2011-07-151-3/+1
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-201-2/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-2/+2
* 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-1/+4
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-0/+2
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-1/+5
* more docsMartin Odersky2010-04-091-5/+1
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-1/+1
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-2/+5
* 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-5/+6
* added a few @serializable annotations, added @S...michelou2009-09-081-2/+4
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* cleaned up collection builder frameworkMartin Odersky2009-05-141-5/+6
* changes to maps and setsMartin Odersky2009-05-121-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-15/+29
* massive new collections checkin.Martin Odersky2009-05-081-34/+61
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* added more test cases for class BitSetmichelou2007-03-081-1/+1
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-071-4/+6
* updated annotations in Scala librarymichelou2007-02-201-3/+3
* 1.Martin Odersky2007-01-031-0/+6
* improved comments in scala/collection/*.scalamichelou2006-10-111-3/+3
* modified escapedStringValue and cleaned up comm...michelou2006-10-081-4/+6
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-1/+1
* fixed doc commentBurak Emir2006-09-091-1/+1
* fixed doc commentBurak Emir2006-09-091-3/+3
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-5/+5
* Rearranged header and updated copyright messagemihaylov2006-03-021-1/+4
* Move the implicit BitSet=>Ordered[BitSet] coerc...mihaylov2006-01-261-33/+0
* Complete rewrite:mihaylov2006-01-221-80/+36