aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Phases.scala
Commit message (Expand)AuthorAgeFilesLines
* Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* Explain isTyper field in Phase.Martin Odersky2016-04-081-1/+5
* Cache the Phases we need in JSCodeGen like all other phases.Sébastien Doeraene2016-03-161-0/+4
* Do not create companions that will be dropped later.Dmitry Petrashko2016-02-201-0/+5
* Utility method for phase replacementMartin Odersky2016-02-171-0/+7
* Fix bug in phase identification for YcheckMartin Odersky2015-11-171-2/+2
* Merge pull request #758 from dotty-staging/fix-liftedTry-capturedVars-interac...Dmitry Petrashko2015-08-201-10/+8
|\
| * Fix miniphase assembly.Martin Odersky2015-08-151-10/+8
* | Helper to get pickler phase.Dmitry Petrashko2015-08-171-0/+3
|/
* Relax Ycheck for labels after LabelDefsDmitry Petrashko2015-07-131-1/+5
* Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-0/+3
* Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
* Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-071-0/+2
* Make ExtensionMethods#extensionMethods an object methodGuillaume Martres2015-05-011-0/+2
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Fix #451: support -Ycheck:all.Dmitry Petrashko2015-04-031-1/+2
* 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