summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* new starr based on r17810.Paul Phillips2009-05-253-3/+3
|
* Further stability test failures will be fatal a...Antonio Cunei2009-05-144-4/+4
| | | | | | | | | | 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.
* Fixed stability issues.Iulian Dragos2009-05-141-1/+1
|
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-134-4/+4
| | | | | | | | | | | | 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-134-4/+4
|
* The compiler will complain when trying toAntonio Cunei2009-05-124-4/+4
| | | | | | | | | | 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.
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* New StarrIulian Dragos2009-04-293-3/+3
|
* Backward-compatible extension of the signatureAntonio Cunei2009-04-223-3/+3
| | | | | | format, allows for more than 32 bits of flags to be saved by the pickler if so required.
* a new starr, which will hopefully cure nightly'...Paul Phillips2009-04-013-3/+3
| | | | | a new starr, which will hopefully cure nightly's ills.
* Code to support invoke-dynamic for structural t...Iulian Dragos2009-03-301-1/+1
| | | | | | Code to support invoke-dynamic for structural types. Not yet complete, built around the JSR 292 spec of December 2008.
* fixed msil build; currently exclude new collect...Lukas Rytz2009-03-241-1/+1
| | | | | fixed msil build; currently exclude new collection library
* Better inference for implicits; some preparatio...Martin Odersky2009-03-153-3/+3
| | | | | Better inference for implicits; some preparations for new collections.
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-243-3/+3
| | | | | Removed $tag method from ScalaObject and rebuilt starr.
* 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
|