summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-219-26/+269
* Made Replyable more general.Philipp Haller2009-07-216-10/+33
* Enabled future-type message sends for reactors.Philipp Haller2009-07-215-9/+64
* Added test for scala.actors.ReplyReactor.Philipp Haller2009-07-212-0/+32
* Moved scheduler source files into new scheduler...Philipp Haller2009-07-2113-0/+0
* Added regression test for #2147.Philipp Haller2009-07-212-0/+10
* Moved new scheduler classes into package scala....Philipp Haller2009-07-2118-16/+25
* Renamed outputchannelactor test to reactor.Philipp Haller2009-07-212-0/+0
* Made daemon-actor-termination test deterministic.Philipp Haller2009-07-211-5/+14
* fixed TreePrinter for annotationsLukas Rytz2009-07-211-1/+4
* The creation of scala.collection.mutable.Iterab...Paul Phillips2009-07-207-12/+12
* Fix and test case for #2168.Paul Phillips2009-07-203-1/+9
* Re-enabled snapshot for new ForkJoinPool.Philipp Haller2009-07-2012-1086/+165
* fixed #2163Adriaan Moors2009-07-193-1/+15
* Test case for bug #1466, which was mysteriously...Paul Phillips2009-07-181-0/+11
* Added test case for #1764 to the test case for ...Paul Phillips2009-07-182-1/+9
* Fix and test case for #1373.Paul Phillips2009-07-182-2/+24
* Fix and post/neg test cases for #1878.Paul Phillips2009-07-184-0/+33
* Removed some identical code from the collection...Paul Phillips2009-07-185-37/+12
* Removed Vector's indexOfSeq method in favor of ...Paul Phillips2009-07-171-7/+0
* syncPaul Phillips2009-07-171-6/+6
* idea project files changedilyas2009-07-179-49/+44
* Now that there's a KMP implementation in Seq, r...Paul Phillips2009-07-173-83/+17
* Fixed build.Philipp Haller2009-07-171-1/+1
* Updated to newest revision of ForkJoinPool.Philipp Haller2009-07-1714-125/+275
* Fix for failing test t1323.Paul Phillips2009-07-171-1/+1
* A start on a more comprehensive test suite for ...Paul Phillips2009-07-175-16/+221
* scala> Vector(1,2,3) startsWith List("I am a Su...Paul Phillips2009-07-161-1/+4
* scala> immutable.Vector(1,2,3) endsWith immutab...Paul Phillips2009-07-162-13/+16
* scala> List(1,2,3) endsWith List(2, "I AM GOZER...Paul Phillips2009-07-161-5/+9
* Fixed the same bug as in r18328, but in equals.Paul Phillips2009-07-161-1/+4
* Scalac was failing if the path to the distributionAntonio Cunei2009-07-163-3/+3
* Fixed logic error reported in #2159.Paul Phillips2009-07-161-1/+4
* Altered some invocations of Array.copy to use c...Paul Phillips2009-07-165-18/+19
* Fixed memory leak in remote actors.Philipp Haller2009-07-162-33/+34
* small improvements concerning positions and com...Martin Odersky2009-07-164-10/+25
* New starr based on r18322, to better take advan...Paul Phillips2009-07-163-3/+3
* Two small performance fixes which shaved 40 sec...Paul Phillips2009-07-162-3/+3
* Fix and test case for #1141.Paul Phillips2009-07-153-33/+47
* minor changes (Scala comments)michelou2009-07-154-28/+78
* Added ControlException marker trait and update ...Miles Sabin2009-07-1511-21/+76
* Fix and test case for #1110.Paul Phillips2009-07-152-1/+19
* Fix for a RangePosition overlap bug with guards...Miles Sabin2009-07-142-2/+3
* Removed the accurately labelled combinatorold.Paul Phillips2009-07-1410-1523/+0
* Faster offsetToLineMartin Odersky2009-07-141-0/+28
* Enhanced repl based debugger to use manifests a...Paul Phillips2009-07-143-7/+39
* made streams and views more lazy by always skip...Martin Odersky2009-07-143-26/+50
* Fixed a couple of position bugs; made validatio...Miles Sabin2009-07-144-34/+57
* Added -Yide-debug option to exercise the intera...Miles Sabin2009-07-143-5/+35
* Reverted last change.Miles Sabin2009-07-131-9/+2