summaryrefslogtreecommitdiff
path: root/lib/msil.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* The rest of the inline classes.Paul Phillips2012-03-141-1/+1
| | | | | | | | | Have you often thought that programming is just like the movie 'Hackers', only with less rollerblading? Now that we have @inline skates, that last caveat can be retired. It's just like the movie 'Hackers'. Signed-off-by: Zero Cool
* Restored msil.Paul Phillips2012-02-041-1/+1
|
* [MSIL] finer-grain debugging (steps one sub-exp...Miguel Garcia2011-04-201-1/+1
| | | | | [MSIL] finer-grain debugging (steps one sub-expression at time).
* [MSIL] handling of volatile fields.Miguel Garcia2011-04-081-1/+1
|
* msil.jar updated with changeset 24614Miguel Garcia2011-03-281-1/+1
|
* Improvements forMSIL: Miguel Garcia2010-11-181-1/+1
| | | | | | | | | | (1) the Scala types in ch.epfl.lamp.compiler.msil.emit now use Scala collections instead of Java's, (2) a few bug fixes regarding metadata parsing, (3) GenMSIL emits output useful for IDE debugging, (4) TypeParser now enters symbols for generics in case the assemblies being linked sport them, (5) a few fixes for bytecode verif in GenMSIL. review by rytz
* for MSIL: now based on the latest ch.epfl.lamp....Miguel Garcia2010-09-011-1/+1
| | | | | for MSIL: now based on the latest ch.epfl.lamp.compiler.msil sources.
* for MSIL: Miguel Garcia2010-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (a) The bytecode that Scala.NET emitted had a tough time in passing peverify due to valuetypes (aka structs) and their related managed-pointer types. With these changes (details in [1] and [2]) external APIs exposing valuetypes can be used, yet the extra step of supporting defining valuetypes in Scala programs has been left for later. Supporting the unsigned integral valuetypes (used, among others, by IKVM) is also pending. (b) A very first step towards generics can be found in TypeParser.parseClass, for the time being commented out (search for the label "TODO CLR generics"). It's commented out because without CLRManifests codegen won't work as expected. Details in [3]. review by rytz Refs: [1] http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2010Q3/Bootstr apping3.pdf [2] http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2010Q3/Bootstr apping4.pdf [3] http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2010Q2/SigToTy pe.pdf
* for MSIL: Previous changesets were applied more...Miguel Garcia2010-08-131-1/+1
| | | | | | | | | | for MSIL: Previous changesets were applied more-or-less incrementally to scala-msil, this changeset brings them all together to scala trunk. Next stop will be supporting CLR valuetypes (another big one). Afterwards (once emitted .NET bytecode passes peverify) changesets will become more manageable in size. Well, no, there's generics coming. But believe me, soon MSIL changesets will get smaller in size.
* new msil.jar to make msil build. noreview.Lukas Rytz2010-05-121-1/+1
|
* fix msil build (nested classes in particular).Lukas Rytz2010-02-081-1/+1
|
* fix several issues in .net backend / type parsing.Lukas Rytz2010-01-221-1/+1
|
* rebuilt msil.jar to fix msil build. no reviewLukas Rytz2009-12-181-1/+1
|
* fix msil code generation for exception handlers.Lukas Rytz2009-12-011-1/+1
|
* re-compiled msil.jar (scala.Math / scala.math b...Lukas Rytz2009-11-251-1/+1
| | | | | re-compiled msil.jar (scala.Math / scala.math business)
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-1/+1
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* recompiled msil.jar, it refered to scala.Math$Lukas Rytz2009-11-181-1/+1
|
* new classpaths.Lukas Rytz2009-10-261-1/+1
|
* 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.