summaryrefslogtreecommitdiff
path: root/test/files/run/bitsets.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved BitSet implementationsStefan Zeiger2011-12-011-0/+85
| | | | | | | | | | | | | | - Mutable and immutable BitSets now extend SortedSet, using a fixed Ordering.Int and an efficient bit mask based rangeImpl() - fromArray methods in both implementations are deprecated in favor of new fromBitMask and fromBitMaskNoCopy methods - New toBitMask method for converting bit sets back to Array[Long] bit masks - immutable.BitSet uses a more efficient Builder, based on mutable.BitSet (closes SI-4647) - Delete scala.tools.nsc.util.BitSet (not used anywhere) Review by @odersky
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-7/+7
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Organized disabled directory so it works with p...Paul Phillips2009-05-091-0/+78
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* massive new collections checkin.Martin Odersky2009-05-081-78/+0
|
* Got rid of warningsSean McDirmid2007-03-301-7/+7
|
* fixed check file for run/bitsets.scalamichelou2007-03-081-0/+4
|
* added more test cases for class BitSetmichelou2007-03-081-15/+59
|
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-071-0/+30
fixed 2 bugs in classs BitSet and added scaladoc comment methods isInstanceOf and synchronized