summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BCodeTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-930/+0
* Clean up and document some usages of flags in the backendLukas Rytz2014-07-081-9/+41
* Remove unnessecary check when computing InnerClass attribute flagsLukas Rytz2014-07-081-2/+13
* Minor cleanups and comments in GenBCodeLukas Rytz2014-07-081-10/+36
* Rewrite BType to a type hierarchy.Lukas Rytz2014-06-011-72/+70
* Move class BType to separate component, include it by composition.Lukas Rytz2014-05-221-1/+1
* More cleanups and commenting in GenBCodeLukas Rytz2014-05-211-22/+5
* Merge pull request #3278 from magarciaEPFL/backendish48Adriaan Moors2014-01-161-3/+28
|\
| * there's a reason for this code in GenBCodeMiguel Garcia2013-12-151-3/+28
* | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-0/+1
|/
* deprecate Pair and TripleDen Shabalin2013-11-201-2/+2
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-2/+2
* Removing unused code.Paul Phillips2013-10-021-140/+3
* GenBCode: Eliminate needless OptionsMiguel Garcia2013-06-271-8/+4
* catching up with a fix in master after this PR was submittedMiguel Garcia2013-06-271-3/+4
* SI-5031 fixed in GenBCodeMiguel Garcia2013-06-061-1/+2
* new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-0/+993