summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* More proper fix for #2379 (single-threaded acto...Philipp Haller2009-09-242-75/+32
| | | | | More proper fix for #2379 (single-threaded actors done right!).
* Fixed #2359.Philipp Haller2009-09-249-44/+94
|
* moved sortWith from Iterable to Sequence (becau...Martin Odersky2009-09-246-47/+58
| | | | | | | | moved sortWith from Iterable to Sequence (becaus eit does not make sense for sets or maps). Fixed problem interfacing with Java Array[T] parameters. Made manifests compile under 1.5 by avoiding multi-dimensional Array.newInstance.
* pack200 ant task will be used for better compre...Lukas Rytz2009-09-242-0/+186
| | | | | pack200 ant task will be used for better compression of sbaz packages
* Fix for partest so all the javaopts files would...Paul Phillips2009-09-231-3/+11
| | | | | | Fix for partest so all the javaopts files wouldn't be ignored when running tests. With that in hand, fixed #2379.
* The results of examining many instances of !!! ...Paul Phillips2009-09-2316-50/+11
| | | | | | | | | The results of examining many instances of !!! and seeing what I can do about rendering them less exclamatory. It is not completely out of the realm of possibility that I have calmed down something which would best have remained excited, but I am endeavoring to be more "daring" (in the words of the BAFL.)
* Created a copy method for Elem like the one whi...Paul Phillips2009-09-231-9/+18
| | | | | | | Created a copy method for Elem like the one which would be generated for it if a) it were still a case class and b) it didn't have a Node* argument, which apparently suppresses the generation of the copy method.
* Fix and test case for #2377.Paul Phillips2009-09-231-3/+23
|
* Fixed #2381.Martin Odersky2009-09-235-20/+50
|
* Some more XML reworking.Paul Phillips2009-09-232-59/+39
|
* Proxy.equals catches null case (fix for #2366)Ingo Maier2009-09-231-1/+3
|
* Removed redundant method isValueType.Paul Phillips2009-09-233-11/+5
|
* Removed StringVector and all uses thereof.Paul Phillips2009-09-235-235/+10
|
* Fix for #2374.Paul Phillips2009-09-231-20/+14
|
* Fix for #2364, and another XML rewrite.Paul Phillips2009-09-232-87/+52
|
* drop svn:executable from *.scalastepancheg2009-09-2315-0/+0
|
* Some duplication elimination in partest.Paul Phillips2009-09-221-86/+36
|
* Support code I need for certain equality strate...Paul Phillips2009-09-223-11/+228
| | | | | | Support code I need for certain equality strategies; it's not called by anything in the mainline as yet.
* Really fixing the build now.Philipp Haller2009-09-223-3/+3
|
* Fixed build.Philipp Haller2009-09-223-3/+3
|
* Finished re-integrating mutable collections.Philipp Haller2009-09-227-52/+73
|
* fixed doArgs (Settings.scala) and loadFrom (Plu...michelou2009-09-2212-65/+84
| | | | | fixed doArgs (Settings.scala) and loadFrom (Plugin.scala)
* improved patch from james matlikLukas Rytz2009-09-221-0/+13
|
* Attempt at fix for lift crash on 2.7.6Martin Odersky2009-09-221-18/+29
|
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-2231-148/+243
| | | | | | | Attempting to widen the field of possibilities for equality, a proof by construction that a large codebase doesn't need to perform equality checks between different primitives types if it is not so inclined.
* Various tweaks to give us relief from those fil...Paul Phillips2009-09-227-9/+24
| | | | | | | Various tweaks to give us relief from those files which are endlessly recompiled by ant (mostly, whenever there is a source file which does not generate a class of the same name.)
* Removed 150,000 unnecessary boxings. InterestingPaul Phillips2009-09-211-4/+4
| | | | | things you find when you log all equality tests.
* SABBUS now builds FJBG, which sources are now p...Gilles Dubochet2009-09-2128-0/+6173
| | | | | SABBUS now builds FJBG, which sources are now part of the Scala module.
* Changed vt-warning workaround to enable the set...Paul Phillips2009-09-211-0/+3
| | | | | | Changed vt-warning workaround to enable the setting in the doc settings object, so anything using it will get the fix.
* Re-enabled the self-type check which was breaki...Paul Phillips2009-09-211-16/+13
| | | | | | | Re-enabled the self-type check which was breaking the overall build in favor of disabling the check only when running scaladoc. This still requires attention!
* new arrays are done.Martin Odersky2009-09-2141-896/+738
|
* Attention drawn toward MarkupParsers, I found I...Paul Phillips2009-09-211-327/+260
| | | | | | Attention drawn toward MarkupParsers, I found I could not look away. Mostly finished giving it a nice veneer of sanity.
* Fix for #2354, and made the surrounding XML par...Paul Phillips2009-09-191-118/+89
| | | | | | Fix for #2354, and made the surrounding XML parsing code slightly less likely to blind innocents who come across it.
* Working around a mysterious bug which was expos...Paul Phillips2009-09-191-1/+14
| | | | | Working around a mysterious bug which was exposed in r17461.
* Exposed a bunch of java 5 Character methods thr...Paul Phillips2009-09-181-4/+35
| | | | | | Exposed a bunch of java 5 Character methods through RichChar, and deprecated a couple in favor of less irritating names.
* Fixed the crash in the optimizer for nested exc...Iulian Dragos2009-09-1811-43/+38
| | | | | | Fixed the crash in the optimizer for nested exception handlers that apear as arguments to methods.
* Physically moved ForkJoinPool to scala.concurrent.Philipp Haller2009-09-179-0/+0
|
* new starr, with some changes to varargs handling.Martin Odersky2009-09-1722-123/+181
|
* The first working scalacheck test! Now Arbitrar...Paul Phillips2009-09-162-22/+28
| | | | | | The first working scalacheck test! Now Arbitrary is working for us instead of our nemesis Capt. Entropy.
* Cleaning code: removed unused methods, type lit...Gilles Dubochet2009-09-165-21/+14
| | | | | Cleaning code: removed unused methods, type literals are a bit simpler.
* Temporarily disabled the check which is breakin...Paul Phillips2009-09-161-13/+16
| | | | | Temporarily disabled the check which is breaking the build.
* Fix and test case for #2081.Paul Phillips2009-09-151-10/+24
|
* fixed headers/comments/svn props, made some pro...michelou2009-09-1588-400/+830
| | | | | | fixed headers/comments/svn props, made some progress with serializable classes
* Workaround for by-name/implicit/default clash d...Paul Phillips2009-09-141-3/+14
| | | | | Workaround for by-name/implicit/default clash described in #2290.
* Proposed (ideally destined for improvement and/...Paul Phillips2009-09-141-1/+3
| | | | | | Proposed (ideally destined for improvement and/or generalization) fix for #2323.
* Added -Ynewarrays option which generates new ar...Martin Odersky2009-09-134-40/+91
| | | | | | Added -Ynewarrays option which generates new array scheme. This is necessary for a clean bootstrap.
* Preparing for array switchoverMartin Odersky2009-09-1218-316/+916
|
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-1123-927/+1301
| | | | | | | | Resurrected the former contents of scala.io in their new home, scala.tools.nsc.io, and equipped them with fake beards and handlebar moustaches. Also restored the reverted bits of the compiler which had been taking advantage of them.
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-116-16/+11
| | | | | | | Made canEqual abstract in Product and only inserted into case classes if no concrete implementation is inherited. Restored the disabled canEquals usages in collections.
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-1127-101/+132
| | | | | | | | | | Split TaskRunner into FutureTaskRunner and TaskRunner. FutureTaskRunner has an abstract Future[T] type member and inherits an abstract Task[T] type member from TaskRunner. Implicit conversions enable tasks and futures to be treated as parameter-less functions. This allows TaskRunners to be used by actor schedulers without creating lots of wrapper objects.