summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* more work on the interactive mode.Martin Odersky2009-05-288-54/+78
|
* Patched up failing test case.Paul Phillips2009-05-281-1/+1
|
* Further development of the Numeric and Ordering...Paul Phillips2009-05-2811-387/+90
| | | | | | | Further development of the Numeric and Ordering traits. Replaced Predef implicits from everything => Ordered with a single implicit from Ordering => Ordered.
* Added a sequence shuffling method to scala.util...Paul Phillips2009-05-281-1/+30
| | | | | Added a sequence shuffling method to scala.util.Random.
* Fixed #2010 by scheduling waitingFor check.Philipp Haller2009-05-282-53/+71
|
* checking in forgotten fileMartin Odersky2009-05-281-0/+205
|
* More precise local variable rangesIulian Dragos2009-05-281-2/+2
|
* fixed package objects for MSILLukas Rytz2009-05-281-0/+4
|
* more work on rangepositions.Martin Odersky2009-05-2834-162/+133
|
* Implements feature request #2008.Gilles Dubochet2009-05-282-3/+23
|
* fix for #1660.Lukas Rytz2009-05-282-2/+3
|
* Now for real: added OutputChannelActor.Philipp Haller2009-05-283-1/+229
|
* Simpler log message for daemon actor test.Philipp Haller2009-05-282-5/+5
|
* Added test for OutputChannelActor.Philipp Haller2009-05-282-0/+85
|
* Added OutputChannelActor.Philipp Haller2009-05-286-123/+45
|
* The classics never go out of style: reintegrate...Paul Phillips2009-05-282-73/+36
| | | | | The classics never go out of style: reintegrated immutable.Queue.
* Added test for Actor.exceptionHandler.Philipp Haller2009-05-272-0/+58
|
* Added exceptionHandler method.Philipp Haller2009-05-272-4/+11
|
* Added test for #2000.Philipp Haller2009-05-277-2/+95
|
* Commented instance vars of Actor trait and comp...Philipp Haller2009-05-272-31/+58
| | | | | | Commented instance vars of Actor trait and completed some scaladocs. Renamed sessions to senders.
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-2713-34/+2
| | | | | Deprecated "elements" method moved to "Iterable" were it belongs.
* Reintegrated PriorityQueue.Paul Phillips2009-05-276-60/+77
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-27245-685/+747
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Added interpreter binding for "lastException" w...Paul Phillips2009-05-271-1/+5
| | | | | | | Added interpreter binding for "lastException" which caches the last thrown exception. So you can say e.g. lastException.printStackTrace whenever you like.
* Put exception unwrapping back in interpreter as...Paul Phillips2009-05-271-1/+7
| | | | | | Put exception unwrapping back in interpreter as it wasn't actually working.
* Fixed problem that spurious caused exhaustivene...Martin Odersky2009-05-2712-46/+160
| | | | | | Fixed problem that spurious caused exhaustiveness warning for RefChecks. Enriched positions and worked on the interactive compiler.
* Added tests for #2015.Philipp Haller2009-05-276-0/+51
|
* Implemented #2015.Philipp Haller2009-05-275-6/+57
|
* Moved actorgc_leak test to pending, because it ...Philipp Haller2009-05-272-0/+0
| | | | | Moved actorgc_leak test to pending, because it fails (only) on Windows.
* Added test case for #1801.Philipp Haller2009-05-272-0/+42
|
* Logic error in Traversable; fixes #2002.Paul Phillips2009-05-271-1/+1
|
* 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
|