summaryrefslogtreecommitdiff
path: root/lib/msil.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* removed code for parsing old pickle format.Lukas Rytz2009-06-031-1/+1
|
* Further stability test failures will be fatal a...Antonio Cunei2009-05-141-1/+1
| | | | | | | | | | Further stability test failures will be fatal again. New (deterministic) starr included: any further "key not found" errors will be reproducible. Warnings will be printed when linking old classfiles.
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-131-1/+1
| | | | | | | | | | | | Modified version number detection, so that until we have a new starr both 4 and 5 are acceptable (without warnings). Restored stability test so that it does complain if differences are found; however, a failed stability test is still non-fatal for the time being.
* New starr based on r17717.Paul Phillips2009-05-131-1/+1
|
* The compiler will complain when trying toAntonio Cunei2009-05-121-1/+1
| | | | | | | | | | compile against binaries created prior to this revision, which are however still transitionally accepted. That is done in preparation for future 2.8 releases, which will be binary incompatible. Includes new starr, aligned with r17713.
* fixed msil build; currently exclude new collect...Lukas Rytz2009-03-241-1/+1
| | | | | fixed msil build; currently exclude new collection library
* fixed msil library: exception in TypeBuilder no...Lukas Rytz2009-01-191-1/+1
| | | | | fixed msil library: exception in TypeBuilder now contains a message
* Seperate compilation (Part 2 of 2): scalaclorch2008-07-141-1/+1
| | | | | Validated by Lukas Rytz
* re-compiled msil.jar, should fix the msil nightlyLukas Rytz2008-07-121-1/+1
|
* make library work for resident compilation lorch2008-05-311-1/+1
|
* recompiled msil.jar (fix problem: NoSuchMethodE...lorch2008-05-241-1/+1
| | | | | | | recompiled msil.jar (fix problem: NoSuchMethodError: scala.runtime.StringAdd.$plus(Ljava/lang/String;)Ljava/lang/String introduced with r15166)
* use the new msil.jar librarylorch2008-05-201-1/+1
|
* Fixed #521: MSIL should support separate compil...lorch2008-04-221-1/+1
| | | | | | | | | Fixed #521: MSIL should support separate compilation - The output directory must be specified by "-d" (default: ".") There is - a new switch -Xkeep-msil-files (default: false). This switch must be - explicitly enabled if you want to keep the generated .msil files
* Merged the dotnet-scala branchmihaylov2007-02-061-1/+1
|
* (no commit message)Iulian Dragos2006-03-161-0/+1
|
* Remove files that were not required for compila...Gilles Dubochet2006-03-031-1/+0
| | | | | | Remove files that were not required for compilation. Clean ignore patterns.
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+1
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.