aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Run.scala
Commit message (Expand)AuthorAgeFilesLines
* honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-2/+4
* Make -Xprint-diff an opt-in option.Nicolas Stucki2016-07-201-2/+4
* Fix #1312: Improve XprintNicolas Stucki2016-07-151-9/+37
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-271-3/+3
* Better documentation of main classesMartin Odersky2016-04-011-0/+1
* Better encapsulationMartin Odersky2016-03-121-2/+2
* Add patching functionality for migrationMartin Odersky2016-03-121-0/+2
* Print phases with time they needMartin Odersky2016-03-031-1/+2
* Export run contextMartin Odersky2016-02-171-0/+3
* Check that access to context base is singlethreaded.Martin Odersky2015-10-311-0/+1
* Shorten ctx.typerState.reporter to ctx.reporterMartin Odersky2015-10-261-1/+1
* Partest 2/3: Compiler prints via context instead of printlnvsalvis2015-06-241-4/+4
* Correct a large number of typos.Jason Zaugg2015-05-141-5/+5
* Fix to error reporting of compiled unitsMartin Odersky2015-05-021-1/+1
* Merge pull request #507 from dotty-staging/add/from-tastyDmitry Petrashko2015-05-021-14/+16
|\
| * Compiler for embedded TASTY info.Martin Odersky2015-04-281-14/+16
* | Display compiled files in case of exceptionMartin Odersky2015-04-281-1/+6
|/
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Bring back support for -YstopBefore and -YstopAfterDmitry Petrashko2015-02-191-4/+2
* Allow recomputing phase schedule per pun.Dmitry Petrashko2015-02-191-9/+5
* Check period validity once per run.Dmitry Petrashko2015-02-121-0/+3
* Fixed soundness hole in TypeComparerMartin Odersky2015-01-191-0/+1
* Phase.runOn is now List[ComliplationUnit] => List[ComliplationUnit]Dmitry Petrashko2014-11-031-1/+1
* Print whole TreeTransform name in Ycheck and XprintDmitry Petrashko2014-10-301-1/+5
* Incorporating TypeTestsCasts into ErasureDmitry Petrashko2014-09-241-1/+1
* More accurate or postcondition conchecking in TreeCheckerMartin Odersky2014-09-241-1/+7
* Everything except unapplySeq doesn't explode.Dmitry Petrashko2014-09-171-1/+1
* Generalize phase postcondition checking.Martin Odersky2014-09-061-4/+5
* Avoid -Ycheck after errorsMartin Odersky2014-05-081-2/+4
* Fleshed out Splitter phaseMartin Odersky2014-04-081-1/+1
* Add -Ycheck capabilityMartin Odersky2014-03-311-5/+7
* Fixes to erasureMartin Odersky2014-03-291-1/+1
* Take phase control settings into accountMartin Odersky2014-03-291-3/+19
* Refactored denotation transformersMartin Odersky2014-03-181-1/+1
* Stop running phases after errors were encounteredMartin Odersky2014-03-141-2/+4
* Use virtual file instead of temporary file for testsDmitry Petrashko2014-03-041-6/+10
* Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-011-0/+10
* Move maxConstraint computation to RunInfo to avoid references to stale symbols.Martin Odersky2014-02-091-1/+1
* Added unit testing supportMartin Odersky2013-11-181-2/+6
* Reporting max constraintMartin Odersky2013-11-101-2/+4
* Added option -YheartbeatMartin Odersky2013-10-011-2/+2
* Fixes problem with printing summary after compilationMartin Odersky2013-09-281-0/+3
* Making definitions permanentMartin Odersky2013-08-171-2/+0
* Integrated parser/typer into compilerMartin Odersky2013-08-141-3/+23
* Added main runner and driver.Martin Odersky2013-08-121-0/+12