summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* copying of field annotations can now be control...Lukas Rytz2009-09-259-13/+99
| | | | | | | | copying of field annotations can now be controlled, annotate the annotation class (works with type aliases). Names & location of the meta-annotations field/getter/setter/beanGetter/beanSetter to be discussed.
* Initial build files for 1.5 build.Philipp Haller2009-09-252-0/+549
|
* This patch represents breaking out bits of code...Paul Phillips2009-09-2410-230/+256
| | | | | | | | This patch represents breaking out bits of code generation related to equality so that I can log what they're doing and easily alter them; to that end there is some code generation refactoring and a couple minor XML issues that came up.
* Equality logging keeps taking me inside XML fil...Paul Phillips2009-09-241-90/+39
| | | | | | Equality logging keeps taking me inside XML files which cannot be left as they are. Eventually I will run out of files.
* Tightened access modifiers in Reactor and Actor...Philipp Haller2009-09-243-16/+16
| | | | | | Tightened access modifiers in Reactor and Actor, so that fewer methods are user-visible (showing up in scaladoc).
* Introduced actors package object to deprecate a...Philipp Haller2009-09-2420-180/+134
| | | | | | | | | | | Introduced actors package object to deprecate a number of classes. Made ForkJoinScheduler more configurable and let it read ThreadPoolConfig. Clean-ups in TerminationMonitor and ActorGC. Removed DefaultExecutorScheduler. Made DelegatingScheduler and ExecutorScheduler private. Deprecated MessageQueue and MessageQueueElement, so that we can later make them private. Deprecated a number of methods in IScheduler. Tightened access modifiers in Reactor.
* fix #2390Lukas Rytz2009-09-242-3/+6
|
* fix for #2382Lukas Rytz2009-09-242-7/+15
|
* Removed another dead file.Gilles Dubochet2009-09-242-84/+1
|
* Removed dead code, some useless Id tags removed.Gilles Dubochet2009-09-247-437/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-24667-2118/+2027
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* fixed #2290 and #2325Lukas Rytz2009-09-249-58/+87
|
* Moved SingleThreadedScheduler from scheduler ba...Philipp Haller2009-09-241-0/+0
| | | | | | Moved SingleThreadedScheduler from scheduler back to actors where it used to be in 2.7.x.
* Fixed boundedbuffer actor example (new arrays).Philipp Haller2009-09-241-1/+1
|
* More proper fix for #2379 (single-threaded acto...Philipp Haller2009-09-243-76/+36
| | | | | More proper fix for #2379 (single-threaded actors done right!).
* Fixed #2359.Philipp Haller2009-09-2411-44/+120
|
* 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
* Taking a stab at the cause of some nightly fail...Paul Phillips2009-09-241-1/+0
| | | | | Taking a stab at the cause of some nightly failures.
* Test case for #1309 (fixed in Array rewrite.)Paul Phillips2009-09-231-0/+7
|
* 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-233-3/+43
|
* 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-233-1/+16
|
* 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-222-88/+38
|
* Rather surprisingly, after all the commotion ab...Antonio Cunei2009-09-222-0/+13
| | | | | | Rather surprisingly, after all the commotion about 2.7.6 and the pickler fix, there was still no test for the corresponding ticket(s). Now added.
* 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
|
* fix for a nightly build problemLukas Rytz2009-09-221-1/+5
|
* 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.
* 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
| | | | | SABBUS now builds FJBG, which sources are now part of the Scala module.
* Changed vt-warning workaround to enable the set...Paul Phillips2009-09-212-2/+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-212-16/+15
| | | | | | | 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-2173-984/+821
|