summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BCodeAsmCommon.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-476/+0
* Store SAM information in ClassBTypesLukas Rytz2015-08-271-1/+12
* Merge pull request #4638 from lrytz/t9393Jason Zaugg2015-07-241-10/+22
|\
| * Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-221-7/+7
| * SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-221-4/+16
* | Fix 23 typos (t-v)Janek Bogucki2015-07-151-1/+1
|/
* SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-191-0/+52
* Don't crash GenBCode for value classes with a self declarationLukas Rytz2015-04-161-2/+4
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-3/+4
* Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-111-1/+96
* Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-071-11/+37
* Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-071-5/+19
* SI-9124 fix EnclosingMethod of classes nested in implOnly trait defsLukas Rytz2015-02-071-1/+5
* SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-071-8/+74
* SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-181-0/+28
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* Merge pull request #4049 from lrytz/t8900Grzegorz Kossakowski2014-10-201-4/+4
|\
| * SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-151-4/+4
* | SI-8926 default visbility RUNTIME for java annotationsLukas Rytz2014-10-201-4/+11
|/
* SI-4788/SI-5948 Respect RetentionPolicy of Java annotationsSimon Ochsenreither2014-10-071-0/+32
* isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-121-8/+5
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-0/+130