summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Endless exploration of exception handling synta...Paul Phillips2009-05-293-41/+58
| | | | | Endless exploration of exception handling syntax continues.
* Exception handling approaching platonic ideal.Paul Phillips2009-05-292-52/+52
|
* Continuing to refine exception composition.Paul Phillips2009-05-292-50/+66
|
* first attempt at command completion; more fiddl...Martin Odersky2009-05-295-46/+106
| | | | | first attempt at command completion; more fiddling with positions
* Fix for #2024.Paul Phillips2009-05-291-1/+1
|
* fixed failing test affecting bug1960.Martin Odersky2009-05-291-1/+1
|
* Added long-running memory-leak test for Actor.Philipp Haller2009-05-291-0/+39
|
* Decreased memory consumption of test for #1801.Philipp Haller2009-05-292-6/+1
|
* rest of last commitMartin Odersky2009-05-294-10/+16
|
* Added method to remove compilation units when t...Miles Sabin2009-05-291-0/+3
| | | | | Added method to remove compilation units when they become uninteresting.
* Implemented #2009.Philipp Haller2009-05-292-110/+186
|
* minor twiddling with position.Martin Odersky2009-05-295-28/+109
|
* More efficient 'clear' method.Iulian Dragos2009-05-291-0/+3
|
* Refactored the existing dependency tracker and ...Iulian Dragos2009-05-2912-140/+478
| | | | | | Refactored the existing dependency tracker and added a 'build manager' interface for IDE use.
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-2923-233/+123
| | | | | | Riffing off the removal of the cldc library, removed forCLDC and its special cases. Not as much fun as removing inIDE, but still fun.
* Fixed "scala.util.Random" in MSIL library.Gilles Dubochet2009-05-291-11/+14
|
* "scala.Random" has been deprecated since 2.7.2 ...Gilles Dubochet2009-05-292-102/+0
| | | | | | "scala.Random" has been deprecated since 2.7.2 (replaced by "scala.util.Random"), and will not be part of 2.8.
* Removed CLDC library, since we've stopper suppo...Gilles Dubochet2009-05-2930-4719/+0
| | | | | Removed CLDC library, since we've stopper supporting CLDC.
* Added test for SchedulerAdapter.Philipp Haller2009-05-282-0/+47
|
* Re-enabled SchedulerAdapter.Philipp Haller2009-05-281-1/+30
|
* Improved SimpleExecutorScheduler with non-leaki...Philipp Haller2009-05-285-60/+160
| | | | | Improved SimpleExecutorScheduler with non-leaking termination monitor.
* 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.