aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Driver.scala
Commit message (Expand)AuthorAgeFilesLines
* Make `FancyConsoleReporter` and `Highlighting` obey color settingFelix Mulder2016-10-101-5/+1
* Add modifiers to highlightingFelix Mulder2016-10-101-1/+5
* Properly report errors when cli flags are malformedGuillaume Martres2016-06-021-1/+1
* Get rid of prompt in DriverMartin Odersky2016-03-181-2/+0
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-5/+37
* Remove dotty.tools.dotc.FatalError; use dotty.tools.FatalError instead.Sébastien Doeraene2016-02-241-3/+1
* Fix FatalError's constructor to forward `msg` to super.Sébastien Doeraene2016-02-241-1/+1
* newCompiler now takes a context parameterMartin Odersky2016-02-171-2/+2
* Better compiler entry pointsGuillaume Martres2016-02-041-10/+48
* Driver: properly use root Context passed as argumentGuillaume Martres2016-02-041-6/+4
* Add initial CompilerCallback implementation for IntelliJGuillaume Martres2015-12-031-1/+8
* Preload scala.util.control.NonFatalGuillaume Martres2015-11-261-1/+6
* 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