summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed problem with volatile types.Martin Odersky2008-09-053-8/+51
|
* applied fix for #1306Lukas Rytz2008-09-051-1/+2
|
* applied fix for #1294Lukas Rytz2008-09-051-5/+6
|
* Fixed #1249.Iulian Dragos2008-09-045-4/+14
|
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-044-36/+14
| | | | | disabled volatile checks because eclipse plugin build breaks.
* now checking for volatile types.Martin Odersky2008-09-0415-42/+190
|
* Fixed problem running plugin tests.Philipp Haller2008-09-041-47/+6
|
* removed useless annotationmichelou2008-09-041-1/+0
|
* And forgot to commit check file for the t0508 t...David MacIver2008-09-041-0/+1
| | | | | And forgot to commit check file for the t0508 test. Sorry.
* Fixed RefChecks to not replace unapplies with c...David MacIver2008-09-042-3/+5
| | | | | | Fixed RefChecks to not replace unapplies with constructors (ticket 0508). Moved test for this from pending to main tests.
* Enables test dirs for neg tests.Philipp Haller2008-09-042-2/+30
|
* applied fix for #1206Lukas Rytz2008-09-041-7/+7
|
* @deprecated taglorch2008-09-041-1/+1
|
* More bugs from tickets added to pending.David MacIver2008-09-032-0/+52
|
* Adding two submitted test cases to pending.David MacIver2008-09-032-0/+14
|
* Forgot to make the message in the ICode checker...Geoffrey Washburn2008-09-031-1/+2
| | | | | | Forgot to make the message in the ICode checker only appear if -verbose is used.
* Phases now have a checkable flag, used by the n...Geoffrey Washburn2008-09-038-8/+25
| | | | | Phases now have a checkable flag, used by the new -Ycheck:all option.
* Fixed #1290.Lukas Rytz2008-09-021-17/+53
| | | | | | - 'ant locker.clean build' - 'ant newstarrwin'
* Adds support for .flags file containing scalac ...Philipp Haller2008-09-025-13/+39
| | | | | | Adds support for .flags file containing scalac options. Supports running individual test dirs. Handles empty test dirs properly.
* removed leading tabs and blanksmichelou2008-09-021-26/+31
|
* fixing FastScalac ant taskLukas Rytz2008-09-021-2/+2
|
* fixed #1267Lukas Rytz2008-09-021-18/+23
|
* Fixes #1312.Philipp Haller2008-09-011-13/+8
|
* Adds check for latest jar/properties file to se...Philipp Haller2008-09-013-37/+75
| | | | | | | Adds check for latest jar/properties file to select which build to run. Fixes problem running quick build. Enables test directories for all categories.
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-018-8/+50
| | | | | | Fixed #1315, outer instances are passed implicitly. Reorganized nested classes tests.
* updated documentation of scalac ant taskLukas Rytz2008-09-011-4/+9
|
* Small change to the code generated by the inter...Geoffrey Washburn2008-09-011-4/+3
| | | | | | | Small change to the code generated by the interperter not to call toString on the result twice. Probably not much of a concern in terms of efficiency, but useful if toString is effectful.
* Fixing bug #1217Sean McDirmid2008-09-011-1/+1
|
* fixing urllorch2008-09-011-1/+1
|
* Forgot to catch NumberFormatExceptions in IntSe...Geoffrey Washburn2008-08-311-2/+8
| | | | | Forgot to catch NumberFormatExceptions in IntSetting.
* Fixed spellingAntonio Cunei2008-08-315-6/+6
|
* Added support for Integer Settings.Geoffrey Washburn2008-08-311-0/+54
|
* Adding null pointer check to checkDead to fix b...Sean McDirmid2008-08-311-1/+1
| | | | | Adding null pointer check to checkDead to fix bug report #1302.
* Fix for #1204, demoting match error to error lo...Sean McDirmid2008-08-311-0/+2
| | | | | Fix for #1204, demoting match error to error log message.
* Enabled test directories also for run, jvm and ...Philipp Haller2008-08-293-26/+31
| | | | | | Enabled test directories also for run, jvm and jvm5 categories. Fixed problem with Java compilation.
* disable inner.scala test.Antonio Cunei2008-08-291-0/+0
|
* Fixed #1280, #1289Martin Odersky2008-08-284-13/+29
|
* Fixed #1271.Iulian Dragos2008-08-281-3/+14
|
* Added test files for #1297Philipp Haller2008-08-282-0/+14
|
* Applied patch for #1297Philipp Haller2008-08-281-0/+20
|
* Unrolled wrong commit and the real fix for #989.Iulian Dragos2008-08-282-7/+4
|
* Removed rogue slashAntonio Cunei2008-08-281-1/+1
|
* Fixed #998.Iulian Dragos2008-08-271-3/+6
|
* Added support for multi-file tests.Philipp Haller2008-08-276-84/+168
|
* minor test add-onmichelou2008-08-262-0/+4
|
* Iterator: document that this iterator behavior ...stepancheg2008-08-261-0/+4
| | | | | | Iterator: document that this iterator behavior is undefined after takeWhile and dropWhile invocation (#1246)
* Fixed serialization of enumsmichelou2008-08-265-37/+123
|
* New STARR based on rev 15931 that should fix th...Iulian Dragos2008-08-263-3/+3
| | | | | New STARR based on rev 15931 that should fix the Windows build
* Fixed NPE on Windows, needs a new starr to fix ...Iulian Dragos2008-08-261-1/+3
| | | | | Fixed NPE on Windows, needs a new starr to fix the build on Windows.
* Fixed problem with implicits in type safe cons ...Martin Odersky2008-08-251-2/+13
| | | | | Fixed problem with implicits in type safe cons example.