summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix and test case for #2512, plus lots of time ...Paul Phillips2009-10-259-16/+43
* Fixed isCoDefinedWith by undoing previous changes.Iulian Dragos2009-10-241-1/+2
* Added scalac.args.quickonly to build.xml, becau...Paul Phillips2009-10-231-9/+14
* Reorg of number parsing to use more direct logic.Paul Phillips2009-10-232-41/+51
* Parser fix involving backquoted identifiers (#2...Paul Phillips2009-10-232-7/+30
* fixed #2428 for good.Martin Odersky2009-10-238-22/+37
* The last patch to work around #1909 caught one ...Paul Phillips2009-10-225-4/+20
* Made sortBy unexperimental.Paul Phillips2009-10-222-9/+7
* Tickets #1909 and #2508 involve code which comp...Paul Phillips2009-10-224-0/+19
* new starr that does type constructor inferenceAdriaan Moors2009-10-223-3/+3
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-2214-100/+273
* Added (a variation on) jorge ortiz's sortBy to ...Paul Phillips2009-10-223-4/+33
* Specialized works with Unit and handles correct...Iulian Dragos2009-10-224-45/+95
* A pending test for #2087, and a script test whichPaul Phillips2009-10-229-0/+16
* fixed breakage caused by r19219 -- sorry!Adriaan Moors2009-10-221-1/+1
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-222-7/+1
* Removed erroneous return type comment in scalad...Donna Malayeri2009-10-221-1/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-2225-102/+28
* Another warning for -Xstrict-warnings.Paul Phillips2009-10-224-7/+30
* Added -Ytailrecommend option.Paul Phillips2009-10-212-6/+25
* built new starr and fixed test casesTiark Rompf2009-10-2110-17/+18
* 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