summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-166-27/+28
| | | | | | Removed outdated "ant-contrib" library and pointed all references to the new version.
* Removing dead code. Change reviewed by Gilles.Geoffrey Washburn2008-05-161-14/+0
|
* SupperSabbus Four runs its tests in a VM with 5...Gilles Dubochet2008-05-161-2/+2
| | | | | SupperSabbus Four runs its tests in a VM with 512 MB of heap space.
* Fixed NPE in partestPhilipp Haller2008-05-151-1/+2
|
* Documented flatten, see #909Iulian Dragos2008-05-141-0/+8
|
* 1. ConsoleReporter stops after 100 error messages.Martin Odersky2008-05-145-16/+60
| | | | | | 2. Outer field from an inner class is now suppressed if it is not referenced. Reviewed by: Gilles
* 1. Removed StdNames.EQEQ, plecae by StdNames.EQMartin Odersky2008-05-136-11/+22
| | | | | | 2. Changed priority of assignment operators to be the same as = 3. Changed complexity measure for implicit divergence detection.
* Rolled back unintented committed files.Iulian Dragos2008-05-133-9/+17
|
* Added explicit return type in take (see #879)Iulian Dragos2008-05-134-18/+10
|
* moved target "dist.latest" before "latest.doc"michelou2008-05-131-7/+7
|
* Added no-arg mkString, see issue #869Iulian Dragos2008-05-131-0/+9
|
* Remove virtual classes code from the "stable" t...Geoffrey Washburn2008-05-132-480/+0
| | | | | Remove virtual classes code from the "stable" trunk.
* Removed nullness check from trunk.Geoffrey Washburn2008-05-131-3/+0
|
* Fixed #870Miles Sabin2008-05-131-1/+1
|
* Three small Interpreter improvements:Lex Spoon2008-05-111-8/+18
| | | | | | | | | - include jars from -Ycodebase on the classpath to run interpreted - make isettings a lazy val, because it is used during logging, and initialization of the class can require logging if an error happens - updated the class comment to mention bind() as one of the main public methods of the class
* Fixed #875Miles Sabin2008-05-111-0/+3
|
* fixed msilnightly targetLukas Rytz2008-05-101-1/+1
|
* Fixed #873 by adding in a missing case to resol...Derek Chen-Beker2008-05-101-1/+4
| | | | | Fixed #873 by adding in a missing case to resolveType.
* Made “Manifests” serializable.Gilles Dubochet2008-05-091-1/+1
|
* Added “fourfour” targets to SuperSabbus for tes...Gilles Dubochet2008-05-0913-2001/+49
| | | | | | Added “fourfour” targets to SuperSabbus for testing JVM 1.4 builds with a 1.4 JVM. Removed obsolete build files.
* changed copying of .net / jvm14 libraries.Lukas Rytz2008-05-094-18/+60
|
* Added config options to partest Ant taskPhilipp Haller2008-05-092-2/+8
|
* Fixed typo (#868).Iulian Dragos2008-05-091-2/+2
|
* Fixed #863.Iulian Dragos2008-05-091-1/+1
|
* Fixed #852.Iulian Dragos2008-05-094-3/+6
|
* Fixed #855.Iulian Dragos2008-05-091-3/+17
|
* added proper msil packagingLukas Rytz2008-05-094-43/+117
|
* Fixed #859Miles Sabin2008-05-091-1/+1
|
* just fixes the check-in build. cleaning up later.Lukas Rytz2008-05-091-2/+2
|
* added msil distribution to supersabbusLukas Rytz2008-05-093-43/+53
|
* removed some needless linespradel2008-05-081-5/+0
|
* fixed some minor problems with partest.Lukas Rytz2008-05-083-7/+48
|
* added todo list to msil.xmlLukas Rytz2008-05-081-0/+6
|
* updated msil build script. now similar to four.xmlLukas Rytz2008-05-082-74/+119
|
* partest now interprets scalac options passed in...Philipp Haller2008-05-075-72/+113
| | | | | | | | partest now interprets scalac options passed in property scalatest.scalac_opts. The compiler/lib build to test can now be specified using the property scalatest.build. Added a partest option for running on JVM 1.4 (--four).
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-077-28/+28
| | | | | | | | - updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
* Option asserts that its argument is not null.Geoffrey Washburn2008-05-071-0/+3
|
* build scala librairie for dotnet framework....jeberle2008-05-072-5/+9
|
* Removing original copy of SuperSABBUS.Geoffrey Washburn2008-05-071-1080/+0
|
* build.xml move to build-old.xmlGeoffrey Washburn2008-05-072-1817/+2897
| | | | | | | sabbus.xml copied (using svn's smart copy) to build.xml I'll delete sabbus.xml once all scripts have been updated.
* Updated partest to work with SuperSabbusLukas Rytz2008-05-071-7/+7
|
* adding dotnet into the pack.xmljeberle2008-05-071-1/+16
|
* updating starr to 2.7.1.finalLukas Rytz2008-05-074-4/+4
|
* changed directory structure of manpagesLukas Rytz2008-05-066-0/+0
|
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-061-2/+2
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-063-36/+234
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* added the dotnet version of Manifest.scalajeberle2008-05-061-0/+127
|
* added msil target to superSabbus (don't forget ...jeberle2008-05-063-37/+52
| | | | | | added msil target to superSabbus (don't forget to set the .properties file)
* Ported fix for #845 to trunkPhilipp Haller2008-05-051-5/+15
|
* The interpreter no longer generates class files...Lex Spoon2008-05-058-41/+200
| | | | | | The interpreter no longer generates class files to disk. It instead uses an in-memory virtual directory.