aboutsummaryrefslogtreecommitdiff
path: root/bridge/src/main
Commit message (Collapse)AuthorAgeFilesLines
* delegate compilation info to sbt reporterGuillaume Massé2016-09-222-2/+62
|
* Implement dotty bridge for docFelix Mulder2016-08-191-10/+24
|
* Implement working docs requiring manually specifying resources and template ↵Felix Mulder2016-08-191-3/+30
| | | | for html docs
* Implement bridge that generates json on `doc` commandFelix Mulder2016-08-191-4/+15
|
* Add scaladoc interface stubFelix Mulder2016-08-191-0/+20
|
* Add loader support for dotty bridgeFelix Mulder2016-06-091-4/+9
|
* Add console interface for sbtFelix Mulder2016-06-091-0/+68
|
* Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-074-0/+178
Note that the dotty-bridge tests will not be run automatically by `test` which is short for `dotty/test`, to run the dotty-bridge tests, do in sbt: > dotty-bridge/test > dotty-bridge/scripted Original history: https://github.com/smarter/dotty-bridge/commits/master