aboutsummaryrefslogtreecommitdiff
path: root/stage2/plugins/Dotty.scala
Commit message (Expand)AuthorAgeFilesLines
* start modularizing cbt into librariesChristopher Vogt2017-03-271-4/+2
* fix change propagationChristopher Vogt2017-03-121-1/+5
* more concise runMain in more placesChristopher Vogt2017-03-091-9/+5
* jar / doc refactorChristopher Vogt2017-02-281-1/+1
* a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-221-3/+2
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-14/+13
* add support for compiling .java files to Dotty pluginChristopher Vogt2017-02-131-3/+28
* fix dotty runtime dependency and expose some more config staticallyChristopher Vogt2017-02-131-10/+11
* omit classpath when classpath is empty (= no dependencies, only jdk)Christopher Vogt2017-02-111-9/+9
* upgrade dotty and detach logic from inheritanceChristopher Vogt2017-02-111-19/+24
* Support custom Dotty compilerChristopher Vogt2017-02-091-6/+7
* idempotent change propagationChristopher Vogt2017-02-091-21/+23
* memoize task results across classes within a single runChristopher Vogt2017-02-091-3/+2
* add repl task to BaseBuildrockjam2016-10-051-1/+1
* fix Dottydoc bootclasspath and make output less surprisingChristopher Vogt2016-09-281-2/+4
* Use correct main method for Dottydoc - the java interfaceChristopher Vogt2016-09-281-2/+3
* minor Dotty plugin cleanupChristopher Vogt2016-09-281-8/+7
* prototype dotty doc generation, but that class does not existChristopher Vogt2016-09-281-0/+32
* change compile target to something dotty version unique and fix cp for compilingChristopher Vogt2016-09-281-2/+3
* upgrade dotty versionChristopher Vogt2016-09-281-1/+1
* Refer to dotty issue tracker on dotc crashChristopher Vogt2016-09-281-1/+1
* add dotty replChristopher Vogt2016-09-281-0/+16
* move some DottyLib args to class level as preparation for adding replChristopher Vogt2016-09-281-15/+20
* add dotty sanity check as suggested by @smarterChristopher Vogt2016-09-281-0/+4
* make dotty-version customizable, don't use scalacOptions for dottyChristopher Vogt2016-09-281-5/+10
* Dotty plugin and example project.Christopher Vogt2016-09-261-0/+107