aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Phases.scala
Commit message (Expand)AuthorAgeFilesLines
* 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