summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixed msil library: exception in TypeBuilder no...Lukas Rytz2009-01-191-1/+1
| | | | | fixed msil library: exception in TypeBuilder now contains a message
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-3/+3
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* One more thing: a 1.4 compatible jar.Iulian Dragos2008-12-111-1/+1
|
* Added experimental invoke dynamic support (JSR2...Iulian Dragos2008-12-111-1/+1
| | | | | Added experimental invoke dynamic support (JSR292).
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-253-3/+3
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Built a new STARR for those people that want to...Geoffrey Washburn2008-11-193-3/+3
| | | | | | Built a new STARR for those people that want to bootstrap with JDKs that have broken jar files (see #1380).
* merged work from maven2 branch into trunkLukas Rytz2008-10-311-0/+1
|
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-303-3/+3
| | | | | | updated ScalacFork ant task to accept arbitry arguments forwarded to the forked jvm.
* updating version number and starr to 2.7.2.RC4Antonio Cunei2008-10-273-3/+3
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-133-3/+3
|
* updating version number and starr to 2.7.2.RC2Antonio Cunei2008-09-193-3/+3
|
* new starr with more robust handling of recursiv...Martin Odersky2008-09-103-3/+3
| | | | | | new starr with more robust handling of recursive dependencies in glb. Needed for next iteration of collection classes.
* Added ScalaCheck runtime deps.Philipp Haller2008-09-092-0/+2
|
* updating version number and starr to 2.7.2.RC2Lukas Rytz2008-09-083-3/+3
|
* New STARR that fixes builds with -optimise.Iulian Dragos2008-09-083-3/+3
|
* 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
* updated starr to 2.7.2.RC1Lukas Rytz2008-08-203-3/+3
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-194-4/+3
| | | | | | | | | Added "scalacfork" ant task and enabled it to build locker and quick. Removed sabbus.jar (sabbus ant tasks are included in scala-compiler.jar for some time now) Made serializable, cloneable, SerialVersionUID, BeanProperty static annotations Fixed the Pickler not to crash on repeated annotations
* Fixing #1189.Lukas Rytz2008-08-181-1/+1
|
* New STARR to include the previous commit (fixin...Iulian Dragos2008-07-183-3/+3
| | | | | | New STARR to include the previous commit (fixing random crashes in the jvm backend).
* 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
|
* Now encoded glyphs in identifiers that are not ...Geoffrey Washburn2008-07-093-3/+3
| | | | | | Now encoded glyphs in identifiers that are not valid for Java/JVM. New STARR built with this encoding.
* early initialization fixes.Martin Odersky2008-07-093-3/+3
| | | | | | | fix: interface methods read by JavaParser are now deferred. fix: List extends Product. fixes to Java : _* that make it possible to compile ObjectRunner without warnings. NEW STARR
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-203-3/+3
| | | | | new STARR which implements pre-initialized fields correctly.
* New STARR should fix vararg warnings?Geoffrey Washburn2008-06-103-3/+3
|
* 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)
* fixed #681jeberle2008-05-201-0/+0
| | | | | | | Changes in the Comparator.cs, called when using "==". And recompiled scalaruntime.dll. Perhaps the code can be better (simplifying the condition), but it works.
* use the new msil.jar librarylorch2008-05-201-1/+1
|
* Removed outdated "ant-contrib" library and poin...Gilles Dubochet2008-05-161-1/+0
| | | | | | Removed outdated "ant-contrib" library and pointed all references to the new version.
* build scala librairie for dotnet framework....jeberle2008-05-071-0/+1
|
* updating starr to 2.7.1.finalLukas Rytz2008-05-073-3/+3
|
* updated STARR to 2.7.1.RC2 (2nd time due to 2nd...Lukas Rytz2008-04-233-3/+3
| | | | | | updated STARR to 2.7.1.RC2 (2nd time due to 2nd release. includes fix for #779)
* 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
* updating starr to 2.7.1.RC2Lukas Rytz2008-04-213-3/+3
|
* updating STARR to 2.7.1.RC1Lukas Rytz2008-04-143-3/+3
|
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-1/+1
| | | | | | Added a simple target to build a JVM 1.4 version of the Scala compiler and library.
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-093-1/+3
| | | | | | | | Refactored SuperSabbus' targets to be finer grained and permit better dependency management (with JVM 1.4 and MSIL support in mind). First effort of refactoring the classpath handling: tools are run with the scala library on the classpath, not on the bootclasspath.
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-091-1/+1
| | | | | | SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows.
* updated STARR to 2.7.0-finalLukas Rytz2008-03-073-3/+3
|
* First step towards a faster commit build.Gilles Dubochet2008-02-291-0/+1
| | | | | | | | 1. Added new Ant tasks to build the compiler in a memory-efficient way. 2. Modified Partest to make it more extensible and added an Ant task to run it. 3. Created a SuperSABBUS build file (beta) using these new tasks.
* updated STARR to Scala 2.7.0-RC3michelou2008-02-293-3/+3
|
* updated STARR to Scala 2.7.0-finalmichelou2008-02-283-3/+3
|
* Updated STARR to 2.7.0-RC2michelou2008-02-143-3/+3
|
* Updated STARR to 2.7.0-RC1michelou2008-02-073-3/+3
|
* Inner classes follow their enclosing class to s...NAME2008-01-311-1/+1
| | | | | | Inner classes follow their enclosing class to satisfy the Eclipse Java compiler
* reverted STARR to r13589michelou2008-01-211-1/+1
|
* removed files which were added by accidentMartin Odersky2008-01-191-1/+0
|
* getting rid of deprecated warningsMartin Odersky2008-01-191-0/+1
|