summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renamed Vector to IndexedSeqTiark Rompf2009-10-2148-218/+225
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-211-172/+0
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-212-8/+20
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-211-1/+161
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-218-55/+68
* Made Cursor.next tail recursive by making it fi...Paul Phillips2009-10-211-1/+3
* refactoring of TypeVar to set the stage for tcp...Adriaan Moors2009-10-218-149/+256
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-212-1/+7
* Fixed #2429.Martin Odersky2009-10-215-6/+35
* Added some info to a tripping assertion.Paul Phillips2009-10-211-2/+2
* fixed failing testcases due to previous commit ...Adriaan Moors2009-10-214-7/+10
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-2181-167/+304
* Made Platform methods inlineable and allow the ...Iulian Dragos2009-10-212-1/+9
* Fix and test for #2446.Philipp Haller2009-10-213-15/+21
* Implementation of martin's suggested fix for #1...Paul Phillips2009-10-203-6/+28
* Updated remaining test case to reflect the slig...Paul Phillips2009-10-204-22/+26
* Fixes for 66.67% of the tests failing from the ...Paul Phillips2009-10-202-4/+4
* Fix and test case for #2260. Hooray for thePaul Phillips2009-10-204-10/+27
* Some reworking of command line option parsing b...Paul Phillips2009-10-202-62/+61
* Do not use ForkJoinPool when running on IBM J9;...Philipp Haller2009-10-2041-6/+12579
* Ordering delegates Float/Double comparisons to ...Paul Phillips2009-10-201-8/+2
* Relaxing a check for ticket #2486, plus test case.Paul Phillips2009-10-192-5/+20
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-196-47/+150
* A new and better fix for ticket #1373.Paul Phillips2009-10-196-35/+73
* Fix and test for #1674; we aren't supposed to b...Miles Sabin2009-10-195-3/+11
* Repaired some impressively wrong isEmpty logic ...Paul Phillips2009-10-191-3/+3
* Fixing failing test from exhaustiveness patch.Paul Phillips2009-10-181-2/+2
* Made GenericRange covariant.Paul Phillips2009-10-182-22/+41
* Fix for #1687.Paul Phillips2009-10-171-1/+4
* Fix and test cases for ticket #443.Paul Phillips2009-10-175-13/+37
* Fixed a bunch of issues with GenericRange.Paul Phillips2009-10-163-58/+53
* Expanded shadowing warnings to include block st...Paul Phillips2009-10-161-10/+46
* Fixed typo from last commit.Paul Phillips2009-10-161-1/+1
* added isInclusive to Range.Martin Odersky2009-10-162-0/+4
* Fixed new implementation of Range.Martin Odersky2009-10-163-82/+50
* Created -Xstrict-warnings and got the ball roll...Paul Phillips2009-10-162-25/+49
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-1612-137/+304
* Fix for #2467.Paul Phillips2009-10-161-2/+3
* Removed long dead AST Node Sequence.Paul Phillips2009-10-1515-95/+19
* Scaladoc comment position fixes with tests; sca...Miles Sabin2009-10-1412-18/+146
* A hard fought distillation of sequence patterns.Paul Phillips2009-10-142-136/+107
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-143-184/+240
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-142-11/+10
* ++: replaced by ++=:Martin Odersky2009-10-144-15/+16
* Re-enabled optimised nightly buildsIulian Dragos2009-10-141-2/+1
* Fixed stability issues for the optimised build,...Iulian Dragos2009-10-142-8/+8
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-141-2/+3
* You might think someone would eventually weary ...Paul Phillips2009-10-132-20/+63
* Yet more tracing code.Paul Phillips2009-10-135-29/+81
* Yet more code for scrutinizing the pattern matc...Paul Phillips2009-10-137-51/+70