summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Increased partest timeout, since it seems we ar...Philipp Haller2009-11-091-1/+1
| | | | | | Increased partest timeout, since it seems we are hitting it in some hudson configs.
* 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-098-4/+125
| | | | | Fixed #2517
* fixed #2583, patch supplied by huynhjlAdriaan Moors2009-11-091-2/+4
|
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-0810-17/+3
| | | | | Some @experimental cleanups/removals I missed on the last pass.
* Removed remaining invalid tests.Philipp Haller2009-11-088-354/+0
|
* Fixed collections unit test (regression in List...Philipp Haller2009-11-083-30/+30
| | | | | | Fixed collections unit test (regression in ListBuffer.apply) and serialization test.
* Added missing classMartin Odersky2009-11-081-0/+16
|
* Fixes issue #1006 by marking structural method ...Gilles Dubochet2009-11-081-7/+8
| | | | | | Fixes issue #1006 by marking structural method caches as `volatile` (and the array of parameter types as `final`).
* 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-085-54/+135
| | | | | | Tighter type checking rules for structural types that fix issues #967, #1004, #1388, #1494, and #1906.
* Fixed #2503Martin Odersky2009-11-082-4/+8
|
* Fixed #2497Martin Odersky2009-11-0710-25/+28
|
* Fixed build problem in last checkinMartin Odersky2009-11-071-4/+1
|
* Fixed #2414Martin Odersky2009-11-071-2/+7
|
* Fixed #2236Martin Odersky2009-11-071-2/+4
|
* Broke up foldBinOp logic a little bit looking t...Paul Phillips2009-11-071-99/+99
| | | | | | | Broke up foldBinOp logic a little bit looking to reduce the likelihood of inliner pathology. This also knocked about two minutes off my time to build optimised locker.
* Sped up build times by three minutes with a bri...Paul Phillips2009-11-071-4/+5
| | | | | | Sped up build times by three minutes with a brilliant optimization I like to call "comment out offending code."
* Moved a bunch of classes into the newly created...Paul Phillips2009-11-0611-10/+34
| | | | | | Moved a bunch of classes into the newly created scala.math package. Created compatibility aliases in the scala package object.
* Fix for #2525.Paul Phillips2009-11-065-5/+5
|
* - Renames filterMap to partialMapPaul Phillips2009-11-0619-104/+68
| | | | | | - 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-063-0/+37
| | | | | | Fixed initial variable binding for method parameters, that caused the inliner to infer wrong types for tail recursive methods
* added numeric widening and weak conformance.Martin Odersky2009-11-065-236/+208
|
* fix build on windows. fixes #2578Lukas Rytz2009-11-064-7/+15
|
* removed wrong .optimise targetsLukas Rytz2009-11-061-31/+21
|
* fixed obvious bug in JenkinsHashLukas Rytz2009-11-061-1/+1
|
* Replaced immutable.Queue.apply, which should fi...Philipp Haller2009-11-051-11/+7
| | | | | Replaced immutable.Queue.apply, which should fix the build.
* BuildManagerTest no longer throws npe when some...Hubert Plociniczak2009-11-051-2/+10
| | | | | | BuildManagerTest no longer throws npe when some of the files do not exist
* simplified re-ordering packagesLukas Rytz2009-11-056-15/+7
|
* Export more useful packages.Miles Sabin2009-11-041-0/+8
|
* Proposed fix for #2144 plus test case.Paul Phillips2009-11-043-2/+14
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-0469-218/+62
|
* bit missingAntonio Cunei2009-11-042-2/+2
|
* Clarification to scaladoc comments for "sort".Antonio Cunei2009-11-042-6/+6
|
* Fix for #2556Hubert Plociniczak2009-11-041-0/+3
|
* Some tabs I unwittingly let creep in are now sp...Paul Phillips2009-11-041-135/+135
| | | | | Some tabs I unwittingly let creep in are now spaces.
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-046-4/+220
| | | | | | | | 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.
* Deleted Zero, or "Nothing ventured, Nothing gai...Paul Phillips2009-11-042-82/+0
| | | | | Deleted Zero, or "Nothing ventured, Nothing gained."
* Fix and test for #2527Philipp Haller2009-11-033-3/+29
|
* Applied patch for #2524.Philipp Haller2009-11-032-3/+28
|
* Fix and test for #2530.Philipp Haller2009-11-034-1/+111
|
* fixed #2500 (second part)Adriaan Moors2009-11-035-8/+5
| | | | | missed some compile errors because I didn't do a full recompile...
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-0310-36/+28
| | | | | | | | | | 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-029-21/+93
|
* Fixed remove/clear/update issues in BufferWrapp...Ingo Maier2009-11-022-4/+4
| | | | | Fixed remove/clear/update issues in BufferWrapper and layout map.
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-023-30/+232
| | | | | fixed problem with Vector.dropRight, added additional test case
* Vector improvements, now doing a lot less copyi...Tiark Rompf2009-11-021-392/+455
| | | | | | Vector improvements, now doing a lot less copying for single element appends/updates
* Synchronize trunk with local changes:Ingo Maier2009-11-0245-154/+393
| | | | | | | | | | | | | * Fixes for #2452, #2036, #2491 * More comments * Added paint methods * Added convenience methods and constructors * Deprecated UIApplication classes, replaced by SwingApplication classes * Replaced case class inheritance by unapplies * Introduced type aliases for AWT classes in package object * Refactored RichWindow hierarchy * Some minor code cleanup
* Some structural improvements to Either and Opti...Paul Phillips2009-11-012-56/+77
| | | | | | | | | | Some structural improvements to Either and Option which leverage recent awesomeness in constraining type parameters. In Either I was able to define joinLeft and joinRight on the instance rather than on the object, and while I didn't manage that directly with merge, it can at least be accomplished via implicit as endorsed by martin 25/Jun/09 on scala-internals.