summaryrefslogtreecommitdiff
path: root/lib/fjbg.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* Scala signature is generated as an annotation (...Gilles Dubochet2010-03-231-1/+1
| | | | | | | | | | | | | Scala signature is generated as an annotation (that is accessible through Java reflection). - compiler generates all pickled Scala signatures as annotations to class files. - compiler can read class files with signature as annotations or old-style signatures as attributes. - Scalap has also been updated to new signatures (contributed by Ilya Sergey: thanks a lot). - FJBG updated to allow entering constant pool strings as byte arrays. - ByteCodecs decode method returns the length of the decoded array. Review by ilyas. Already mostly reviewed by odersky.
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-1/+1
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* Fixed stability issues.Iulian Dragos2009-05-141-1/+1
|
* 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.
* 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).
* 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
* Fixed ticket #232Iulian Dragos2007-11-141-1/+1
|
* Recompiled fjbg.jar for java 1.4Iulian Dragos2007-06-111-1/+1
|
* Added patch to allow definition of native metho...Iulian Dragos2007-06-091-1/+1
| | | | | | Added patch to allow definition of native methods in Scala (contribution from Stepan Koltsov)
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-161-1/+1
| | | | | Fixed many bugs in icodeReader and added basic blocks.
* Updated jars to target java 1.4 and work on 1.4...Iulian Dragos2006-08-241-1/+1
| | | | | Updated jars to target java 1.4 and work on 1.4 VMs
* Fixed bug #680 and #455 (duplicates) by carryin...Iulian Dragos2006-08-221-1/+1
| | | | | | Fixed bug #680 and #455 (duplicates) by carrying more typing context to the backend for method calls.
* Added InnerClasses attribute in classfilesIulian Dragos2006-08-151-1/+1
|
* Fixed bug #634mihaylov2006-06-201-1/+1
|
* Added support for emitting Java annotations int...mihaylov2006-05-171-1/+1
| | | | | Added support for emitting Java annotations into classfiles
* Added fjbg.jar contents to the scala-compiler.j...Iulian Dragos2006-05-081-1/+1
| | | | | | Added fjbg.jar contents to the scala-compiler.jar so that the STARR compiler accepts the new methods in fjbg to build locker.
* Implemented class constants in the backend.Iulian Dragos2006-05-081-1/+1
|
* 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.