summaryrefslogtreecommitdiff
path: root/lib/scala-library-src.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
...
* Backward-compatible extension of the signatureAntonio Cunei2009-04-221-1/+1
| | | | | | 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-011-1/+1
| | | | | a new starr, which will hopefully cure nightly's ills.
* Better inference for implicits; some preparatio...Martin Odersky2009-03-151-1/+1
| | | | | Better inference for implicits; some preparations for new collections.
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-241-1/+1
| | | | | Removed $tag method from ScalaObject and rebuilt starr.
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-1/+1
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-251-1/+1
| | | | | | | | 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-191-1/+1
| | | | | | Built a new STARR for those people that want to bootstrap with JDKs that have broken jar files (see #1380).
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-301-1/+1
| | | | | | 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-271-1/+1
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-131-1/+1
|
* updating version number and starr to 2.7.2.RC2Antonio Cunei2008-09-191-1/+1
|
* new starr with more robust handling of recursiv...Martin Odersky2008-09-101-1/+1
| | | | | | new starr with more robust handling of recursive dependencies in glb. Needed for next iteration of collection classes.
* updating version number and starr to 2.7.2.RC2Lukas Rytz2008-09-081-1/+1
|
* New STARR that fixes builds with -optimise.Iulian Dragos2008-09-081-1/+1
|
* New STARR based on rev 15931 that should fix th...Iulian Dragos2008-08-261-1/+1
| | | | | New STARR based on rev 15931 that should fix the Windows build
* updated starr to 2.7.2.RC1Lukas Rytz2008-08-201-1/+1
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-191-1/+1
| | | | | | | | | 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
* New STARR to include the previous commit (fixin...Iulian Dragos2008-07-181-1/+1
| | | | | | New STARR to include the previous commit (fixing random crashes in the jvm backend).
* Now encoded glyphs in identifiers that are not ...Geoffrey Washburn2008-07-091-1/+1
| | | | | | Now encoded glyphs in identifiers that are not valid for Java/JVM. New STARR built with this encoding.
* early initialization fixes.Martin Odersky2008-07-091-1/+1
| | | | | | | 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-201-1/+1
| | | | | new STARR which implements pre-initialized fields correctly.
* New STARR should fix vararg warnings?Geoffrey Washburn2008-06-101-1/+1
|
* updating starr to 2.7.1.finalLukas Rytz2008-05-071-1/+1
|
* updated STARR to 2.7.1.RC2 (2nd time due to 2nd...Lukas Rytz2008-04-231-1/+1
| | | | | | updated STARR to 2.7.1.RC2 (2nd time due to 2nd release. includes fix for #779)
* updating starr to 2.7.1.RC2Lukas Rytz2008-04-211-1/+1
|
* updating STARR to 2.7.1.RC1Lukas Rytz2008-04-141-1/+1
|
* updated STARR to 2.7.0-finalLukas Rytz2008-03-071-1/+1
|
* updated STARR to Scala 2.7.0-RC3michelou2008-02-291-1/+1
|
* updated STARR to Scala 2.7.0-finalmichelou2008-02-281-1/+1
|
* Updated STARR to 2.7.0-RC2michelou2008-02-141-1/+1
|
* Updated STARR to 2.7.0-RC1michelou2008-02-071-1/+1
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-191-1/+1
| | | | | dual mode (generics or not) version of compiler and libraries
* updated STARR for Java genericsmichelou2007-12-181-1/+1
|
* updated STARR to Scala 2.6.1-RC2michelou2007-12-141-1/+1
|
* updated STARR to Scala 2.6.1-RC1michelou2007-12-031-1/+1
|
* Updated STARR to Scala 2.6.0-finalmichelou2007-09-111-1/+1
|
* Updated STARR to Scala 2.6.0-RC3michelou2007-09-051-1/+1
|
* added Ant attribute 'failonerror'michelou2007-08-271-1/+1
|
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-231-1/+1
|
* Updated STARR to Scala-2.6.0-RC1michelou2007-07-271-1/+1
|
* New STARR which supports lazy values.Iulian Dragos2007-06-291-1/+1
|
* Updated STARR to Scala 2.5.1-finalmichelou2007-06-131-1/+1
|
* Updated STARR to Scala-2.5.1-RC1michelou2007-06-051-1/+1
|
* Updated *-src.jar to Scala 2.5.0-RC2michelou2007-05-111-1/+1
|
* added library sources for Eclipse pluginmichelou2007-05-081-0/+1