summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* More deprecation work.Paul Phillips2009-11-183-4/+4
| | | | | | since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
* Allow implicit modifier on single-parameter fun...Martin Odersky2009-11-171-0/+14
| | | | | | Allow implicit modifier on single-parameter function literals. Fixes and closes #1492.
* Contents of scala.Math moved into scala.math pa...Paul Phillips2009-11-171-7/+0
| | | | | | Contents of scala.Math moved into scala.math package object, and scala.Math deprecated. Also a couple janitorial cleanups.
* Fix and test case for #2636.Paul Phillips2009-11-171-0/+35
|
* test cases in pendingAdriaan Moors2009-11-166-0/+145
|
* another minor change to teh review scriptLukas Rytz2009-11-161-3/+3
|
* review requests can now be created outside a ch...Lukas Rytz2009-11-161-2/+4
| | | | | review requests can now be created outside a checkout
* Tweaked a test which has been regularly failing...Paul Phillips2009-11-152-2/+2
| | | | | | Tweaked a test which has been regularly failing due to heap exhaustion, although what it's supposed to be testing is stack utilization.
* Added benchmarks with results for equality.Martin Odersky2009-11-153-0/+122
|
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-151-0/+17
| | | | | Fixed #2848 and #2630; Improvements in equality speed
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-0/+20
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* Fixes #1477 by requiring that abstract types wi...Martin Odersky2009-11-136-0/+51
| | | | | | Fixes #1477 by requiring that abstract types with non-volatile upper bounds cannot be overridden by volatile types.
* updates to review scriptLukas Rytz2009-11-136-2/+1216
|
* review board sciptLukas Rytz2009-11-132-0/+2582
|
* updated plugin-multiple-rafter plugins.jarAntonio Cunei2009-11-131-1/+1
|
* fixed #1236Adriaan Moors2009-11-131-0/+14
| | | | | another Symbol::tpe bites the dust (should'be been tpeHK)
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-121-0/+36
| | | | | | | | Bringing BigInt and BigDecimal into the club of things which can be equal to one another and which will have the same hashCode. Fixed some old and some new bugs associated with equality. Note: not fully optimized.
* Merge branch 'ticket/2594'Adriaan Moors2009-11-122-0/+18
|
* fixed #2454Adriaan Moors2009-11-122-0/+51
|
* avoid illegal forward references by moving synt...Lukas Rytz2009-11-121-0/+3
| | | | | | avoid illegal forward references by moving synthetics to the beginning of the statement-list. fixes #2489
* fix #2488.Lukas Rytz2009-11-124-27/+29
|
* fixed #2470.Lukas Rytz2009-11-125-0/+24
|
* This test for Queue passes at my computer.Aleksandar Pokopec2009-11-111-0/+297
|
* Mutable list test - passes.Aleksandar Pokopec2009-11-101-0/+126
|
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-103-1/+11
| | | | | | added CanBuild type alias in package object scala.collection.generic added breakout to scala.collection test for breakout
* test for #2591Adriaan Moors2009-11-101-0/+15
|
* fixed #2511.Lukas Rytz2009-11-102-0/+31
|
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-091-0/+28
| | | | | | | | | | | | | | | | Breaks down the hash function in BoxesRunTime by type so we can do as much as possible at compile time. Documents various trouble points I've identified with trying to get the hashCodes aligned. Test case exercises the hashCode functions. Deleted all the code associated with previous equality adventures. Don't worry, I can put anything back if it turns out we have to change course again, but for now it's noise. Also, gives return types to the box and unbox methods which are added to the primitive companions, so e.g. Int.box(5) now returns a j.l.Integer instead of an Object.
* added `locally' to Predef.Martin Odersky2009-11-092-0/+22
| | | | | | added overloaded hashes to Predef. some small changes.
* Moved (non-regression) actor-receive-sender tes...Philipp Haller2009-11-092-0/+0
| | | | | | Moved (non-regression) actor-receive-sender test to pending for bug fixing.
* Fixed #2504Martin Odersky2009-11-096-0/+114
| | | | | Fixed #2517
* Removed remaining invalid tests.Philipp Haller2009-11-088-354/+0
|
* Fixed collections unit test (regression in List...Philipp Haller2009-11-082-29/+25
| | | | | | Fixed collections unit test (regression in ListBuffer.apply) and serialization test.
* Updates check file for bug 2144 which output wa...Gilles Dubochet2009-11-081-2/+2
| | | | | Updates check file for bug 2144 which output was modified by r19442.
* Tighter type checking rules for structural type...Gilles Dubochet2009-11-082-39/+60
| | | | | | Tighter type checking rules for structural types that fix issues #967, #1004, #1388, #1494, and #1906.
* Fixed #2497Martin Odersky2009-11-071-1/+1
|
* - Renames filterMap to partialMapPaul Phillips2009-11-061-8/+8
| | | | | | - Renames GenericRange to NumericRange - Removes most @experimental annotations
* Moved disabled tests back into their original p...Antonio Cunei2009-11-0617-1/+1
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* Fixed initial variable binding for method param...Iulian Dragos2009-11-062-0/+31
| | | | | | Fixed initial variable binding for method parameters, that caused the inliner to infer wrong types for tail recursive methods
* Proposed fix for #2144 plus test case.Paul Phillips2009-11-042-0/+7
|
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-042-0/+18
| | | | | | | | Scala implementation of fancier hashCode algorithm. At the moment it isn't used unless you supply -Yjenkins-hashCodes to scalac. Without the flag, the supplied test case generates 12559 unique hashCodes among 90000 case class instances; with the flag it generates 89999.
* Fix and test for #2527Philipp Haller2009-11-032-0/+21
|
* Applied patch for #2524.Philipp Haller2009-11-031-0/+10
|
* Fix and test for #2530.Philipp Haller2009-11-032-0/+107
|
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-031-0/+6
| | | | | | | | | | fixed #2500: refactoring collections so that a `collection.{Map|SortedMap|SortedSet}` can be built from the corresponding collection (thus, do not require the immutable one) pulling up newBuilder method from Immutable*Factory to *Factory, and inheriting *Factory in scala.collection companion objects, instead of the Immutable*Factory this way, you can, e.g., build a collection.Map from a collection.Map (instead of requiring an immutable.Map)
* Fixed #2545.Martin Odersky2009-11-021-0/+10
|
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-022-0/+205
| | | | | fixed problem with Vector.dropRight, added additional test case
* separated Vector impl from IndexedSeqTiark Rompf2009-10-304-3/+15
|
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-302-0/+29
| | | | | | fixed 2544, reimplemented SeqLike.indexWhere, segmentLength and lengthCompare in terms of iterators instead of foreach and breaks
* Fix for #1909Hubert Plociniczak2009-10-285-8/+11
|