summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added synchronous version of askStructure, need...Iulian Dragos2011-03-241-0/+8
* Moved Dynamic support to -Xexperimental.Martin Odersky2011-03-241-1/+1
* Three things to make Eclipse more robust agains...Martin Odersky2011-03-243-20/+41
* Added a temporary fix for #4351, but disabled i...Aleksandar Pokopec2011-03-248-84/+253
* Added implicit TaskRunner parameters to scala.c...Philipp Haller2011-03-241-2/+2
* Deprecated unused members in scala.concurrent.Philipp Haller2011-03-245-14/+26
* Moved failing tests to pending after having dia...Martin Odersky2011-03-246-0/+0
* Changed App-using tests to use main() to see if...Paul Phillips2011-03-243-19/+25
* Discovered Range.foreach inlining was broken du...Paul Phillips2011-03-243-33/+20
* Looks like I accidentally committed a test log,...Paul Phillips2011-03-241-2/+0
* Restoring my higher-kinded-Array signature chec...Paul Phillips2011-03-243-1/+9
* Spiced up the signature test infrastructure a b...Paul Phillips2011-03-2311-60/+184
* Fixes #4298. Review by extempore.Martin Odersky2011-03-231-6/+6
* Moving signature tests to pending, because they...Martin Odersky2011-03-234-0/+0
* Simple test case to see whether Java understand...Martin Odersky2011-03-231-0/+16
* Squashing the signature bugs.Martin Odersky2011-03-233-76/+74
* sn.OClone caused checkinit failure when assigne...Miguel Garcia2011-03-231-23/+5
* My early attempts to implement non-integral ran...Paul Phillips2011-03-232-1/+8
* Better signature avoidance. Review by extempore.Martin Odersky2011-03-222-6/+9
* Adding some tests for #3651.Aleksandar Pokopec2011-03-228-58112/+32
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-2237-67/+58176
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-2213-19/+46
* Added test that signatures conform to their era...Martin Odersky2011-03-222-14/+76
* Added headers with copyright messages.Martin Odersky2011-03-2215-3/+61
* closes #4345.Adriaan Moors2011-03-222-1/+8
* closes #4205: quick&dirty fix to force loading ...Adriaan Moors2011-03-223-0/+8
* [scaladoc] Closes #4366. Review by pedrofurla.Kato Kazuyoshi2011-03-226-3/+111
* Not yet learned my lesson about partest and emp...Paul Phillips2011-03-227-25/+31
* Oh the irony, disabling the failing test made t...Paul Phillips2011-03-222-0/+0
* We need a successful build, not sure why this h...Paul Phillips2011-03-213-58111/+0
* [I'm laptop only so there's some chance this wi...Paul Phillips2011-03-2121-148/+180
* removed gplAntonio Cunei2011-03-211-278/+0
* license files.Antonio Cunei2011-03-211-0/+0
* license filesAntonio Cunei2011-03-213-0/+324
* One hundred! One hundred times slower on window...Paul Phillips2011-03-211-1/+1
* [scaladoc] Add a test for #4306.Kato Kazuyoshi2011-03-212-10/+19
* Closes #4202 again, closes #4363.Hubert Plociniczak2011-03-214-4/+22
* [scaladoc] Add a test for #4361.Kato Kazuyoshi2011-03-211-0/+22
* [scaladoc] Add HtmlFactoryTest and reorganize d...Kato Kazuyoshi2011-03-217-8/+120
* The last checkin caused a test to time-out, but...Miguel Garcia2011-03-201-141/+71
* for .NET bootstrapping (more coming).Miguel Garcia2011-03-203-50/+31
* minor fix for -Xmax-classfile-name. no reviewLukas Rytz2011-03-201-1/+1
* Commented #3928 patch.Martin Odersky2011-03-201-0/+4
* Restored erasure warning for isInstanceOf tests.Paul Phillips2011-03-204-1/+9
* Fix for a big bug in lastIndexOfSlice and some ...Paul Phillips2011-03-193-104/+234
* Oh yeah, now I remember why I started with leng...Paul Phillips2011-03-191-0/+1
* Fix for a slice related array view regression.Paul Phillips2011-03-192-2/+11
* I'm going to assume the patch I dropped off fiv...Paul Phillips2011-03-193-1/+17
* Prevent a divergent implicit from terminating i...Paul Phillips2011-03-193-8/+60
* Fix for crasher with Class objects.Paul Phillips2011-03-192-1/+33