aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Driver.scala
Commit message (Expand)AuthorAgeFilesLines
* Make it easier to call the compiler using reflectionGuillaume Martres2015-10-291-1/+7
* Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-261-1/+1
* Shorten ctx.typerState.reporter to ctx.reporterMartin Odersky2015-10-261-1/+1
* Refactor DriverMartin Odersky2015-06-291-17/+24
* Partest 1/3: Pass PrintWriter as argument for context creationvsalvis2015-06-241-4/+5
* Remove catch-rethrow in DriverDmitry Petrashko2014-12-171-2/+0
* Replace Throwable catches with NonFatalMartin Odersky2014-12-151-8/+6
* Allow to provide parent Context for Driver.processDmitry Petrashko2014-04-111-3/+3
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* New scheme for attachments.Martin Odersky2014-02-111-1/+1
* Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-1/+1
* New benchmark class that allows tuning for #compilers and #runsMartin Odersky2014-02-031-1/+1
* Added unit testing supportMartin Odersky2013-11-181-7/+12
* Fixes problem with printing summary after compilationMartin Odersky2013-09-281-1/+1
* Some additions to module completionMartin Odersky2013-08-191-2/+1
* Added main runner and driver.Martin Odersky2013-08-121-0/+44