aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Resident.scala
Commit message (Collapse)AuthorAgeFilesLines
* Better documentation of main classesMartin Odersky2016-04-011-1/+3
|
* Get rid of prompt in DriverMartin Odersky2016-03-181-0/+1
| | | | It's used only in Resident, where it should be defined.
* newCompiler now takes a context parameterMartin Odersky2016-02-171-1/+1
| | | | | Makes side-effecting initialization of interpreter unnecessary.
* Shorten ctx.typerState.reporter to ctx.reporterMartin Odersky2015-10-261-1/+1
| | | | ... making use of method in `ctx`.
* Make Resident compiler a class.Martin Odersky2015-07-061-2/+2
| | | | | | | Avoids the need of an @unshared annotation. For now I leave the annotation in, maybe it will be useful later.
* Mark gloabl entry point @unsharedMartin Odersky2015-07-061-1/+1
| | | | | The resident compiler is not supposed to be called from multiple threads; mark as unshared to avoid spurious re-entrancy errors.
* New main file for resident compiler mode.Martin Odersky2015-06-291-0/+55