aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/sjs
Commit message (Expand)AuthorAgeFilesLines
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-182-32/+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-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
* 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