summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for a nightly build problemLukas Rytz2009-09-221-1/+5
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-2231-148/+243
* Various tweaks to give us relief from those fil...Paul Phillips2009-09-227-9/+24
* Removed 150,000 unnecessary boxings. InterestingPaul Phillips2009-09-211-4/+4
* Altered replacelocker target to replace locker.Paul Phillips2009-09-211-1/+1
* SABBUS now builds FJBG, which sources are now p...Gilles Dubochet2009-09-2129-27/+6268
* Changed vt-warning workaround to enable the set...Paul Phillips2009-09-212-2/+3
* Re-enabled the self-type check which was breaki...Paul Phillips2009-09-212-16/+15
* new arrays are done.Martin Odersky2009-09-2173-984/+821
* Attention drawn toward MarkupParsers, I found I...Paul Phillips2009-09-211-327/+260
* Fix for #2354, and made the surrounding XML par...Paul Phillips2009-09-191-118/+89
* Working around a mysterious bug which was expos...Paul Phillips2009-09-191-1/+14
* Exposed a bunch of java 5 Character methods thr...Paul Phillips2009-09-181-4/+35
* Fixed the crash in the optimizer for nested exc...Iulian Dragos2009-09-1811-43/+38
* Physically moved ForkJoinPool to scala.concurrent.Philipp Haller2009-09-179-0/+0
* new starr, with some changes to varargs handling.Martin Odersky2009-09-1725-126/+184
* Not sure why my jars are being viewed somewhere...Paul Phillips2009-09-173-2/+4
* An enhanced scalacheck with new powers (includi...Paul Phillips2009-09-163-2/+39
* Added some more scalacheck tests to list, incid...Paul Phillips2009-09-161-1/+15
* The first working scalacheck test! Now Arbitrar...Paul Phillips2009-09-166-34/+36
* Cleaning code: removed unused methods, type lit...Gilles Dubochet2009-09-165-21/+14
* Temporarily disabled the check which is breakin...Paul Phillips2009-09-161-13/+16
* New and possibly even working scalacheck jar.Paul Phillips2009-09-163-1/+2
* Fix and test case for #2081.Paul Phillips2009-09-152-10/+35
* fixed headers/comments/svn props, made some pro...michelou2009-09-1591-531/+1080
* Workaround for by-name/implicit/default clash d...Paul Phillips2009-09-141-3/+14
* Proposed (ideally destined for improvement and/...Paul Phillips2009-09-141-1/+3
* Added -Ynewarrays option which generates new ar...Martin Odersky2009-09-134-40/+91
* Preparing for array switchoverMartin Odersky2009-09-1218-316/+916
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-1123-927/+1301
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-118-18/+17
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-1127-101/+132
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-1112-72/+20
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-115-7/+11
* Fixed #2201 (slight rewrite of paulp's patch at...Adriaan Moors2009-09-114-10/+41
* fix #2268Lukas Rytz2009-09-114-2/+21
* Make sure that last fix is only applied in inte...Miles Sabin2009-09-101-7/+14
* making nightly non-optimi(s|z)ed for nowLukas Rytz2009-09-101-1/+1
* Missing files from last checkinMartin Odersky2009-09-102-6/+2
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-1078-2386/+3228
* Try harder to preserve type information in inco...Miles Sabin2009-09-101-0/+7
* partest now also uses -optimise to compile testsLukas Rytz2009-09-101-3/+6
* made my changes actually work :)Lukas Rytz2009-09-101-2/+2
* - support optimised build with "build.optimise"...Lukas Rytz2009-09-104-359/+65
* Unbreaking the plugin.Paul Phillips2009-09-092-1/+4
* Generalized -Xdisable-assertions into an annota...Paul Phillips2009-09-096-30/+123
* Applied patch fixing #2306.Miles Sabin2009-09-091-5/+20
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-0920-136/+67
* If a ControlException propagates to the top of ...Miles Sabin2009-09-091-7/+11
* added a few @serializable annotations, added @S...michelou2009-09-0813-185/+228