summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use JAVA_HOME for finding javac.Philipp Haller2008-10-171-2/+11
|
* fix List.dropRight scaladocstepancheg2008-10-161-1/+1
|
* added patch of #1335Lukas Rytz2008-10-161-9/+12
|
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-162-0/+61
| | | | | copying 'scala.testing.Show' from 2.7.2 branch to trunk
* . scala.swing api is now included in the main apiLukas Rytz2008-10-162-34/+10
| | | | | | . the downloadable scala-api.tgz is now called scala-devel-docs.tgz, and contains the same files as the correspondent sbaz package
* Use different exit code by default.Philipp Haller2008-10-151-1/+1
|
* Improved error reporting when running external ...Philipp Haller2008-10-151-3/+13
| | | | | Improved error reporting when running external programs such as javac.
* Partial fix for ticket #41.Antonio Cunei2008-10-151-7/+7
| | | | | | | | | If the fsc server is already running, multiple concurrent compilation attempts will now succeed. However, if no fsc server is running, all of the clients will try to launch one at the same time, with somewhat unpleasant results.
* this-types are never volatile.Martin Odersky2008-10-151-0/+1
|
* Removed unnecessary "getHostName()", see ticket...Antonio Cunei2008-10-151-2/+2
| | | | | Removed unnecessary "getHostName()", see ticket #1366
* Tightened volatile checking.Martin Odersky2008-10-159-16/+54
|
* Fix for #1421Antonio Cunei2008-10-151-1/+1
|
* Fix for #296Antonio Cunei2008-10-154-23/+41
| | | | | | | | | | | The handling of informative messages in CompileServer and in Main was duplicated, and the two copies slowly diverged over time. The code has now been refactored, cleaned up, and made more general. The FakePos(fsc) message was due to a missing override def toString. Both problems are fixed.
* Moved test for #1409 from pending to pos.Philipp Haller2008-10-133-0/+0
|
* Re-enabled multi-file tests for ant pos tests.Philipp Haller2008-10-131-4/+16
|
* Moved failing test t0699 to pending.Philipp Haller2008-10-132-0/+0
|
* Fixed build.Philipp Haller2008-10-131-18/+10
|
* ant task for partest now supports multi-file te...Philipp Haller2008-10-131-10/+18
| | | | | ant task for partest now supports multi-file tests.
* fix, as suggested in #1418Antonio Cunei2008-10-131-5/+5
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-135-5/+5
|
* Reverted removal of TreeSet to fix stability.Geoffrey Washburn2008-10-115-10/+68
|
* fix 1106 (Windows issue)michelou2008-10-111-4/+10
|
* Fix for #1408.Antonio Cunei2008-10-101-5/+1
| | | | | | | The additional validation performed by the fsc ant task was unnecessary (validation is performed by the actual fsc anyway). In adddition, it was rejecting valid arguments.
* Added test for #453Geoffrey Washburn2008-10-091-0/+6
|
* added test case for t1409Martin Odersky2008-10-093-0/+11
|
* attempt at fixing t1409Martin Odersky2008-10-091-8/+19
|
* Merged in fix from branch.Miles Sabin2008-10-091-1/+1
|
* Fix for #547 and #1404.Geoffrey Washburn2008-10-083-1/+17
|
* Moved successful tests from pending.Geoffrey Washburn2008-10-0813-0/+0
|
* Moved brittle timeout test to pending.Geoffrey Washburn2008-10-012-0/+0
|
* Test for #1391.Geoffrey Washburn2008-10-011-0/+43
|
* Needed parens because the precendence wasn't wo...Geoffrey Washburn2008-10-011-2/+2
| | | | | Needed parens because the precendence wasn't working out correctly.
* Eliminating unnecessary data structures.Geoffrey Washburn2008-10-0110-301/+13
|
* fixed problem with plugin build caused by assig...Martin Odersky2008-10-011-1/+1
| | | | | | fixed problem with plugin build caused by assigning null to EmptyTree.tpe
* Fixed #1367Iulian Dragos2008-09-302-2/+2
|
* removed leading tabsmichelou2008-09-301-36/+35
|
* Added test for #1390.Philipp Haller2008-09-292-0/+34
|
* Replaced TimerThread with java.util.Timer.Philipp Haller2008-09-296-153/+24
|
* Fixed #1263, and some cosmetic changesMartin Odersky2008-09-287-29/+103
|
* Fix for ticket #1301Antonio Cunei2008-09-271-2/+36
|
* Fixed #1382Iulian Dragos2008-09-251-2/+2
|
* added META-INF folder to sources tarballLukas Rytz2008-09-251-1/+0
|
* Fixed #1178Martin Odersky2008-09-241-0/+3
|
* updating version number and starr to 2.7.2.RC2Antonio Cunei2008-09-193-3/+3
|
* Boot class path and ext dirs are now set proper...Philipp Haller2008-09-184-10/+28
| | | | | | | Boot class path and ext dirs are now set properly when creating compilers to be tested. partest runner script now reads PARTEST_DEBUG env. var (setting it to true enables debug output).
* build prints more detailed java versionLukas Rytz2008-09-182-2/+2
|
* print jvm version in fourfournightly targetLukas Rytz2008-09-171-0/+1
|
* Fixed java version for enums.jarIulian Dragos2008-09-171-1/+1
|
* Fixed spelling of partest scalac and java options.Philipp Haller2008-09-171-1/+1
|
* Fixed java options.Philipp Haller2008-09-173-1/+3
|