Scala commits

RevisionAuthorDateDescription
16036(diff)odersky05 Sep 2008 10:34:25

refined volatile checking

16035(diff)washburn05 Sep 2008 10:25:05

Added support for -Yrecursion compiler flag.
Added two tests involving this flag.

16034(diff)odersky05 Sep 2008 09:33:01

updated test

16033(diff)odersky05 Sep 2008 09:07:08

fixed problem with volatile types. hopefully plugin will build now.

16030(diff)rytz05 Sep 2008 03:53:59

applied fix for #1306

16028(diff)rytz05 Sep 2008 03:40:11

applied fix for #1294

16026(diff)dragos04 Sep 2008 13:41:10

Fixed #1249.

16025(diff)odersky04 Sep 2008 13:05:28

disabled volatile checks because eclipse plugin build breaks.

16024(diff)odersky04 Sep 2008 12:33:51

now checking for volatile types. parameterless type classes are now deprecated.

16022(diff)phaller04 Sep 2008 10:45:18

Fixed problem running plugin tests.

16021(diff)michelou04 Sep 2008 10:32:20

removed useless annotation

16020(diff)DRMacIver04 Sep 2008 10:28:09

And forgot to commit check file for the t0508 test. Sorry.

16017(diff)DRMacIver04 Sep 2008 09:54:09

Fixed RefChecks to not replace unapplies with constructors (ticket 0508). Moved test for this from pending to main tests.