aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-226-2342/+0
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-228-3325/+0
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-221-2/+1
|\
| * Don't keep full picklers around until backend.Martin Odersky2016-11-181-2/+1
* | 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
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-1/+1
* Eliminate tpd.Modifiers.Martin Odersky2016-09-261-4/+4
* Drop tpd.modsDecoMartin Odersky2016-09-261-3/+3
* Fix CollectSuperMartin Odersky2016-09-211-7/+8
* Fix handling of superCalls.Dmitry Petrashko2016-09-192-3/+10
* Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-141-1/+3
|\
| * Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-271-1/+3
* | Fix #1423: Fix owners of called methods in CollectSuperCalls.Nicolas Stucki2016-07-291-7/+8
|/
* Fix #1209: Skip redundant superclasses\supertraits.Nicolas Stucki2016-07-133-4/+57
* 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
* Add sbt incremental compilation supportGuillaume Martres2016-05-281-0/+2
* 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-183-33/+1
* Implement loading static fields in the Scala.js back-end.Sébastien Doeraene2016-04-181-3/+21
* Upgrade to Scala.js 0.6.8.Sébastien Doeraene2016-03-181-17/+4
* Merge pull request #1148 from sjrd/scalajs-gen-exprsodersky2016-03-185-81/+1472
|\
| * More documentation for some Scala.js-specific methods.Sébastien Doeraene2016-03-163-4/+33
| * Cache the Phases we need in JSCodeGen like all other phases.Sébastien Doeraene2016-03-161-8/+3
| * Implement most of use-site JavaScript interop.Sébastien Doeraene2016-03-102-16/+437
| * Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-105-74/+1020
* | Implement @static sip.Dmitry Petrashko2016-03-071-1/+2
|/
* Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-15/+5
* Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-017-0/+1971
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-4/+16
* Make output directory overridableMartin Odersky2016-02-172-3/+6
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-1/+1
* Add initial CompilerCallback implementation for IntelliJGuillaume Martres2015-12-031-0/+11
* 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
* Renamings in DefinitionsMartin Odersky2015-11-092-7/+4
* Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-091-3/+2
* Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-091-31/+31
* Standardize requiredMethod callsMartin Odersky2015-11-091-3/+3
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-092-36/+33
* 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
* | Merge pull request #727 from dotty-staging/genbcode-annotationsDmitry Petrashko2015-07-151-1/+1
|\ \
| * | Implement emotion of annotations in GenBCode.Dmitry Petrashko2015-07-141-1/+1
| |/
* / Fix #713. Put tasty attribute on mirror class of modules.Dmitry Petrashko2015-07-141-1/+1
|/