summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/GenJVM.scala
Commit message (Expand)AuthorAgeFilesLines
* svnmerge + tagsAntonio Cunei2010-05-261-6/+8
* Merged revisions 21747-21757 via svnmerge from Antonio Cunei2010-04-301-6/+17
* Merged revisions 21575,21577,21596-21599,21603-...Antonio Cunei2010-04-291-2/+2
* Merged revisions 21492-21512,21516-21518,21520-...Antonio Cunei2010-04-141-1/+1
* Merged revisions 21396,21401-21439,21441-21448,...Antonio Cunei2010-04-121-0/+2
* Merged revisions 20582,20586,20597-20603,20607-...Antonio Cunei2010-04-071-56/+89
* Merged revisions 20538-20539,20543-20544,20549,...Antonio Cunei2010-01-181-5/+9
* Merged revisions 20186,20199,20203,20208-20212,...Antonio Cunei2009-12-181-6/+5
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-161-7/+14
* Merged revisions 19624,19629-19630,19645,19651,...Antonio Cunei2009-11-241-87/+130
* The preferred way to convert between primitives...Paul Phillips2009-11-111-6/+6
* AnnotationInfo.pos no longer in constructor.Lukas Rytz2009-10-291-11/+11
* Add positions to AnnotationInfo for use by IDEs...Miles Sabin2009-10-251-11/+11
* Deprecation patrol.Paul Phillips2009-10-251-2/+3
* Fixed accesses to Scala inner classes from Java.Iulian Dragos2009-09-031-1/+1
* Fixed #2167.Iulian Dragos2009-09-011-1/+5
* Fixed #1572.Iulian Dragos2009-08-311-4/+9
* Deprecation patrol continues patrolling.Paul Phillips2009-08-221-2/+2
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-031-8/+11
* Fixed problem when compileLate was calling genjvm.Iulian Dragos2009-07-301-4/+5
* rewrite of positions in compilerMartin Odersky2009-07-301-3/+3
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Small fixes in code generation for interface ca...Iulian Dragos2009-06-181-1/+6
* more annotations cleanup.Lukas Rytz2009-06-111-9/+11
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-92/+96
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-291-21/+17
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
* Fixed output directories for inner classes.Iulian Dragos2009-05-211-15/+19
* Fixed interpreter output directoriesIulian Dragos2009-05-191-6/+0
* Added support for multiple output directories (...Iulian Dragos2009-05-181-4/+4
* Fixed stability issues.Iulian Dragos2009-05-141-3/+3
* massive new collections checkin.Martin Odersky2009-05-081-3/+3
* making the backend work for new as well as old ...Martin Odersky2009-05-041-1/+1
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-291-14/+4
* Tightened checks for ScalaBeanInfo field selectionPaul Phillips2009-04-201-1/+1
* Fixed conflicting changes propagated from the 2.7.Iulian Dragos2009-04-141-2/+3
* Temporarily reverted r17501Antonio Cunei2009-04-141-4/+3
* Propagated fix for #1882Iulian Dragos2009-04-141-3/+4
* Fix of t1859Martin Odersky2009-04-141-1/+1
* Made constructors of top level objects privateIulian Dragos2009-04-091-0/+8
* Today's frustration commit! Disables all forwar...Paul Phillips2009-03-311-1/+2
* Moved static forwarder generation behind -Xforw...Paul Phillips2009-03-311-6/+16
* Fixed Java signatures of forwarders for inherit...Iulian Dragos2009-03-301-8/+11
* Code to support invoke-dynamic for structural t...Iulian Dragos2009-03-301-2/+24
* fix for #1804Paul Phillips2009-03-241-1/+14
* Generate java signatures for private members as...Iulian Dragos2009-03-241-1/+1
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-161-2/+1
* Code generation will keep the order of then/els...Iulian Dragos2009-03-101-5/+16
* Fix for #1769.Paul Phillips2009-03-051-2/+2
* Fix for #1745 - only emit generic signature if ...Paul Phillips2009-02-271-1/+4