aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-1102/+0
* Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-211-2/+2
* Fix #1637: Future defs are always OKMartin Odersky2016-10-311-13/+8
* Eliminate tpd.Modifiers.Martin Odersky2016-09-261-4/+4
* Drop tpd.modsDecoMartin Odersky2016-09-261-3/+3
* Fix handling of superCalls.Dmitry Petrashko2016-09-191-1/+5
* Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-271-1/+3
* Fix #1209: Skip redundant superclasses\supertraits.Nicolas Stucki2016-07-131-3/+11
* DottyBackendInterface: fix a bug in methodSymbols.Dmitry Petrashko2016-06-071-1/+1
* MoveStatic: Move static methods & fields into companion classDmitry Petrashko2016-06-071-3/+6
* Safe equality for core classes:Martin Odersky2016-05-231-5/+5
* Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-181-8/+1
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-181-1/+1
* Implement @static sip.Dmitry Petrashko2016-03-071-1/+2
* Make output directory overridableMartin Odersky2016-02-171-2/+2
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-1/+1
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-091-2/+2
* Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-091-3/+2
* Standardize requiredMethod callsMartin Odersky2015-11-091-3/+3
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-8/+5
* Fix DottyBackendInterafec.isStaticModuleClass.Dmitry Petrashko2015-10-221-1/+1
* Do not emit static forwarders in non-static modules.Dmitry Petrashko2015-08-131-2/+2
* Fix emission of static initialisers for Modules.Dmitry Petrashko2015-08-131-1/+10
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-1/+1
|\
| * Fix enumeration of all members of the classDmitry Petrashko2015-07-281-1/+1
* | Implement emotion of annotations in GenBCode.Dmitry Petrashko2015-07-141-1/+1
|/
* Merge pull request #715 from dotty-staging/repeated-arraysDmitry Petrashko2015-07-051-2/+9
|\
| * Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-051-2/+9
* | Document that lines and columns start at 0.Martin Odersky2015-06-251-1/+1
|/
* Merge pull request #565 from retronym/topic/cleanupsDmitry Petrashko2015-05-151-1/+1
|\
| * Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* | Fix #560 - refactor flatNameMartin Odersky2015-05-131-1/+1
|/
* Cleanup non-deviation.Martin Odersky2015-05-121-6/+1
* Remove NonExistentTree.Dmitry Petrashko2015-05-081-3/+2
* Workaround dotty deviation in for loop patterns.Dmitry Petrashko2015-05-081-5/+10
* Do not use deprecated procedure syntax in GenBCode.Dmitry Petrashko2015-05-081-6/+11
* Rename localClasses -> definedClassesMartin Odersky2015-05-071-3/+3
* Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-071-2/+18
* Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-041-2/+2
|\
| * Refactoring and renaming of superClass/superInterfacesMartin Odersky2015-05-021-2/+2
* | Merge pull request #512 from dotty-staging/fix-511Dmitry Petrashko2015-05-041-0/+3
|\ \ | |/ |/|
| * Reuse Type.abstractTermMembers in DottyBackendInterface.Dmitry Petrashko2015-04-301-2/+1
| * Fix #511. The fix will not be effective until we update scalac fork dependency.Dmitry Petrashko2015-04-301-0/+4
* | DottyBackendInterface: interface members cannot be finalDmitry Petrashko2015-04-301-1/+1
|/
* Better workaround for #342. This one works also for symbols which are InSuper...Dmitry Petrashko2015-04-161-1/+1
* Force loading LambdaMetaFactory.Dmitry Petrashko2015-04-161-0/+4
* Give more precise types in desugarIdent.Dmitry Petrashko2015-04-161-3/+3
* Refactor BackendInterface.Select: desuggar only once.Dmitry Petrashko2015-04-161-10/+20
* Make dotty Idents transparent for common interfaceDmitry Petrashko2015-04-151-2/+13