aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
Commit message (Expand)AuthorAgeFilesLines
* Lazy entering of names with internal $'s in package scopesMartin Odersky2017-04-111-1/+1
* Cleanups of NameOpsMartin Odersky2017-04-111-2/+2
* Fix dropModule logicMartin Odersky2017-04-111-1/+1
* Revise qualified namesMartin Odersky2017-04-111-2/+1
* Fix inner class name table emission with semantic namesGuillaume Martres2017-04-111-1/+2
* Get rid of ExpandedName flagMartin Odersky2017-04-111-1/+1
* Disentangle Names from SeqsMartin Odersky2017-04-111-2/+2
* Construct MethodTypes from parameter closureMartin Odersky2017-03-141-1/+1
* Partially fix Java interop for emitted inner classesGuillaume Martres2017-01-111-1/+4
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-2/+4
|\
| * Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-2/+4
* | Make errors are not swept under the carpetMartin Odersky2016-12-171-1/+1
|/
* Merge pull request #1763 from dotty-staging/fix/annotationsDmitry Petrashko2016-12-161-13/+10
|\
| * Fix visibility of annotationsGuillaume Martres2016-11-301-11/+9
| * Fix annotations never being emittedGuillaume Martres2016-11-301-2/+1
* | Drop limit 30 of generated function classesMartin Odersky2016-11-291-1/+1
|/
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1102