summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Also reverted r17803 (msil build script)Antonio Cunei2009-05-271-2/+2
|
* Reverted r17792, which caused unexpected Window...Antonio Cunei2009-05-271-160/+137
| | | | | | Reverted r17792, which caused unexpected Windows build failures in certain configurations.
* Reverted bogus fix.Miles Sabin2009-05-271-2/+0
|
* Reset the tree as well ...Miles Sabin2009-05-271-0/+2
|
* Not quite complete reintegration of a handful o...Paul Phillips2009-05-2711-108/+78
| | | | | | | | Not quite complete reintegration of a handful of collection classes, but they compile quietly and keep to themselves (of course that's always what the neighbors say after some loner goes on a rampage, so it's not the innocuous description it once was.)
* Moved the script related classes from scala.col...Paul Phillips2009-05-265-57/+50
| | | | | | Moved the script related classes from scala.collection.mutable to scala.collection.script and reintegrated the Scriptable trait.
* Not sure why the disabled test did not get comm...Martin Odersky2009-05-262-8/+1
| | | | | Not sure why the disabled test did not get committed last time.
* removed deprecated files; more changes to repl.Martin Odersky2009-05-269-221/+27
|
* disabled to failing tests for now.Martin Odersky2009-05-262-0/+8
|
* Dummies to please our MSIL overlords.Paul Phillips2009-05-263-0/+3
|
* new test repl for interactive mode; bug fixesMartin Odersky2009-05-266-86/+98
|
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-2617-408/+539
| | | | | | | | | | | | | | | | | | A big yet interim patch emerging from my attempts to centralize common classloader-related code. As it turns out, not that much of the patch is directly associated with that. Most of it is cleanup in the neighborhoods I was visiting, but there are a few new library files about which I'm open to feedback: scala/util/control/Exception - lots of exception handling code. scala/net/Utility - what would be the first file in scala.net.*, more code to follow if that sounds like a good package idea. scala/util/ScalaClassLoader - mostly convenience methods right now, more sophistication to come Also, this adds a :jar command to the repl which adds a jar to your classpath and replays the session.
* Fixed #1794.Philipp Haller2009-05-261-23/+13
|
* fixed build problemMartin Odersky2009-05-261-2/+5
|
* added Synthetic Positions; refactored interacti...Martin Odersky2009-05-2610-133/+253
| | | | | added Synthetic Positions; refactored interactive.Global
* moved internal exception out of a syncvar catchMartin Odersky2009-05-261-1/+1
|
* SyncVars now return Either with a ThrowableMartin Odersky2009-05-262-97/+98
|
* Export new packages; minor updates to interactive.Miles Sabin2009-05-263-16/+21
|
* new starr based on r17810.Paul Phillips2009-05-253-3/+3
|
* added missing file; hope we are done now!Martin Odersky2009-05-251-0/+20
|
* rest of collections check-inMartin Odersky2009-05-252-3/+3
|
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-259-200/+191
| | | | | | added SynchronizedMap; changed Set.put to Set.add, implemented LinkedHashMap/Set more efficiently.
* new presentation compiler designMartin Odersky2009-05-259-173/+421
|
* Modified UniqueTypes not to interfere with thei...Paul Phillips2009-05-251-7/+4
| | | | | | Modified UniqueTypes not to interfere with their hashCode. Should fix the random build failures involving missing keys (once it's in starr.)
* Case classes use product prefix instead of clas...Iulian Dragos2009-05-251-1/+1
| | | | | | Case classes use product prefix instead of class name when computing hash codes. (see #1332).
* Removed obsolete isDetached flag from Actor trait.Philipp Haller2009-05-242-6/+11
|
* Added SimpleExecutorScheduler which does not te...Philipp Haller2009-05-244-4/+112
| | | | | Added SimpleExecutorScheduler which does not terminate automatically.
* Implemented #2012.Philipp Haller2009-05-2412-241/+246
|
* Fixed #1999.Philipp Haller2009-05-247-29/+90
|
* Fixed partest build problem.Philipp Haller2009-05-245-26/+67
|
* Fix to msil build script to use unifed scalac t...Josh Suereth2009-05-221-2/+2
| | | | | Fix to msil build script to use unifed scalac task throughout build
* Unbreak the build.Miles Sabin2009-05-221-1/+2
|
* some documentation; statistics wrt implicits; n...Martin Odersky2009-05-2213-119/+339
| | | | | some documentation; statistics wrt implicits; new presentation compiler
* new presentation compiler GlobalMartin Odersky2009-05-221-0/+243
|
* Added JDK 5 Executor-based schedulers.Philipp Haller2009-05-226-23/+134
|
* Make sure the symbol for the implementation cla...Miles Sabin2009-05-211-0/+1
| | | | | | Make sure the symbol for the implementation class of a trait has an associated source file.
* Fix and test for #1360 - when passing a sequenc...Paul Phillips2009-05-215-9/+31
| | | | | | Fix and test for #1360 - when passing a sequence to java varargs, call .toArray on it if it is not already an array.
* Fixed output directories for inner classes.Iulian Dragos2009-05-212-16/+20
|
* sabbus fix to only use scalac ant taskJosh Suereth2009-05-211-137/+160
|
* KMP implementation for StringBuilder and test c...Paul Phillips2009-05-202-69/+97
| | | | | | KMP implementation for StringBuilder and test case. Repaired long-standing infinite loop in lastIndexOf.
* Added java.lang.String's other format variant t...Paul Phillips2009-05-201-0/+17
| | | | | | | | | Added java.lang.String's other format variant to RichString. At a glance this may appear to create a conflict because format takes (args: Any*), but since there is no format specifier for a Locale object, the first argument being one such unambiguously means the second variant. i18n or bust!
* Unreasonably satisfying patch which sets immuta...Paul Phillips2009-05-2018-345/+89
| | | | | | Unreasonably satisfying patch which sets immutable final val inIDE = false and then performs dead code elimination (human style.)
* Replaced ExitActorException with SuspendActorEx...Philipp Haller2009-05-202-22/+2
| | | | | Replaced ExitActorException with SuspendActorException.
* Fixed NPE when restarting Scheduler.Philipp Haller2009-05-201-4/+4
|
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-2024-23/+49
| | | | | Updated neg check files to the new output of r17773
* Fixed #2000.Philipp Haller2009-05-201-4/+8
|
* more debugging code for teh NoSuchElementExceptionLukas Rytz2009-05-203-24/+37
|
* Added :silent feature to disable automatic toSt...Paul Phillips2009-05-192-7/+10
| | | | | Added :silent feature to disable automatic toString calls in repl.
* Added support for AbstractFile subclasses other...Miles Sabin2009-05-191-13/+16
| | | | | | Added support for AbstractFile subclasses other than PlainFile and ZipArchive#FileEntry.
* small modifications to collections.Martin Odersky2009-05-1925-1386/+1239
|