aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/sjs/JSCodeGen.scala
Commit message (Expand)AuthorAgeFilesLines
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-2392/+0
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-181-20/+0
* 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
* More documentation for some Scala.js-specific methods.Sébastien Doeraene2016-03-161-0/+8
* 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-101-16/+370
* Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-101-59/+929
* Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-011-0/+1180