aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Phases.scala
Commit message (Expand)AuthorAgeFilesLines
* Addres reviewers comments #377Dmitry Petrashko2015-02-261-1/+1
* Bring back support for -YstopBefore and -YstopAfterDmitry Petrashko2015-02-191-11/+13
* Allow recomputing phase schedule per pun.Dmitry Petrashko2015-02-191-38/+100
* Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-161-0/+3
* Eliminate GettersSettersMartin Odersky2014-12-141-2/+2
* Make sure the period of a context always contains a single phaseMartin Odersky2014-12-141-1/+1
* Phases: set the period correctlyGuillaume Martres2014-12-121-1/+1
* Phases: The operator <= does not need a context anymoreGuillaume Martres2014-12-121-1/+1
* Fixed data race in ResolveSuperMartin Odersky2014-11-261-6/+9
* Phase.runOn is now List[ComliplationUnit] => List[ComliplationUnit]Dmitry Petrashko2014-11-031-2/+6
* Add Patmat to ContextDmitry Petrashko2014-10-301-1/+3
* Rename explicitOuter to explicitOuterPhase in PhasesDmitry Petrashko2014-10-121-1/+1
* rename AddGetters -> GettersSettersMartin Odersky2014-10-121-1/+3
* Allow relaxed typing of applicationsMartin Odersky2014-10-111-0/+5
* Changes from discussion in #171Dmitry Petrashko2014-09-171-2/+3
* Generalize phase postcondition checking.Martin Odersky2014-09-061-1/+7
* Changed phase dependencies from names to classes.Martin Odersky2014-08-181-21/+26
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-17/+17
* Disentangle phases from treetransformsMartin Odersky2014-08-091-4/+4
* Made Phase a traitMartin Odersky2014-08-091-1/+1
* Initial version of RefChecksMartin Odersky2014-08-091-1/+0
* Changed PostTyperTransformer schemeMartin Odersky2014-07-171-14/+4
* Fix phase dependencies calculations broken for non-miniphasesDmitry Petrashko2014-05-091-1/+4
* isAfterTyper testMartin Odersky2014-05-081-1/+5
* Allow phases to give restrictions on pipeline position.Dmitry Petrashko2014-04-091-1/+22
* Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-25/+33
* Adapting containsPhase to phase groupsMartin Odersky2014-03-311-2/+2
* Enable squashed phases by default.Martin Odersky2014-03-291-1/+1
* Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-271-11/+19
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* Fix context.withPhaseMartin Odersky2014-03-271-1/+1
* Reworked phases.Martin Odersky2014-03-271-40/+68
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-13/+63
* Refactored denotation transformersMartin Odersky2014-03-181-16/+37
* New scheme for attachments.Martin Odersky2014-02-111-1/+3
* Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-2/+2
* Integrated parser/typer into compilerMartin Odersky2013-08-141-14/+19
* Refactored handling of phases to make them more robust and simpler to install.Martin Odersky2013-08-121-14/+31
* First steps to make compiler start work.Martin Odersky2013-03-111-2/+4
* NoPhase needs to be lazy or we get a cyclic reference on startupMartin Odersky2013-03-081-1/+1
* Some refinements for priningMartin Odersky2013-03-071-3/+3
* Filling in all ???sMartin Odersky2013-02-271-2/+82
* Initial commitMartin Odersky2012-12-061-0/+11