summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BTypesFromSymbols.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-111-1/+3
* Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-071-6/+31
* Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-071-22/+30
* SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-071-1/+3
* Address review feedbackLukas Rytz2015-01-161-5/+5
* Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-161-38/+72
* Remove an unnecessary hash map in BTypesFromSymbolsLukas Rytz2015-01-161-12/+5
* Type alias for InternalNameLukas Rytz2015-01-161-1/+2
* Make ClassBType independent of the name tableLukas Rytz2015-01-161-4/+2
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-1/+1
|\
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-181-23/+1
|/
* SI-8931 make generic signature consistent with interface list in classfilesAntoine Gourlay2014-11-051-20/+1
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-45/+57
* Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-191-1/+9
* Minor cleanups, integrating review feedbackLukas Rytz2014-08-191-2/+0
* Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-191-11/+5
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-0/+384