aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
Commit message (Expand)AuthorAgeFilesLines
* Added elimLocals miniphaseMartin Odersky2014-08-031-1/+1
* Add varargs bridge methodsMartin Odersky2014-08-031-1/+3
* Make ExtensionMethods not rely on TailRecMartin Odersky2014-07-171-1/+1
* Enabled ExtensionMethodsMartin Odersky2014-07-171-2/+2
* New micro phase: LiteralizeMartin Odersky2014-07-171-1/+2
* ExtensionMethods phase and TypeUtilsMartin Odersky2014-07-171-0/+1
* Changed PostTyperTransformer schemeMartin Odersky2014-07-171-3/+2
* Added phase: SuperAccessorsMartin Odersky2014-07-171-0/+1
* Fix withSymAndNameMartin Odersky2014-05-081-2/+2
* CollectEntryPoints.Dmitry Petrashko2014-05-061-1/+1
* Constructors stubDmitry Petrashko2014-05-061-0/+1
* New phase: NullarifyMartin Odersky2014-04-151-3/+8
* TailRec phase and tests for it.Dmitry Petrashko2014-04-111-2/+3
* Intercepted methods transformerDmitry Petrashko2014-04-021-1/+1
* Maintaining owners during transformationsMartin Odersky2014-03-311-1/+1
* Added dummy pattern matcherMartin Odersky2014-03-311-1/+1
* Take phase control settings into accountMartin Odersky2014-03-291-1/+1
* Erasure phase PoCMartin Odersky2014-03-291-1/+2
* More flexible () applications.Martin Odersky2014-03-291-4/+5
* Reworked erasure denotation transformerMartin Odersky2014-03-291-2/+2
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-8/+8
* Fix of t0504: _root_ not foundMartin Odersky2014-03-211-2/+15
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-3/+9
* LazyVals phase.Dmitry Petrashko2014-03-191-4/+8
* Refactored denotation transformersMartin Odersky2014-03-181-1/+3
* Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-011-1/+2
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-1/+4
* Resetting uniques and hashset reorg.Martin Odersky2014-02-241-2/+4
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+2
* Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-1/+4
* Adding dotty.Predef to root importsMartin Odersky2013-12-311-4/+1
* Changes to adaptation and local type inference.Martin Odersky2013-10-151-1/+1
* Tightening up typer state + printing refinementsMartin Odersky2013-10-121-1/+1
* Fixed problem with withMode leaking into enclosing context.Martin Odersky2013-10-041-1/+1
* Improvements in implicits error reportingMartin Odersky2013-09-061-2/+1
* Fixes in implicit handlingMartin Odersky2013-08-231-1/+1
* Making definitions permanentMartin Odersky2013-08-171-0/+1
* Defined root context with importsMartin Odersky2013-08-171-2/+10
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-0/+2
* Integrated parser/typer into compilerMartin Odersky2013-08-141-1/+14
* Added main runner and driver.Martin Odersky2013-08-121-0/+11