aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/Constructors.scala
Commit message (Expand)AuthorAgeFilesLines
* Constructors: do not lift static val initialisation into constructors.Dmitry Petrashko2016-06-071-2/+2
* Changes to owners in Mixin and ConstructorsMartin Odersky2016-03-121-13/+1
* Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-191-1/+1
* Address review comments of #774Dmitry Petrashko2015-09-141-4/+4
* Address review comments #774Dmitry Petrashko2015-08-251-5/+2
* Add comment to Compiler.scala about behaviour of ConstructorsDmitry Petrashko2015-08-241-0/+2
* Constructors: remove self validation.Dmitry Petrashko2015-08-241-55/+3
* Constructors: Do not store private fields used only to initialise other fieldsDmitry Petrashko2015-08-241-1/+8
* Constructors: gather retained private vals in advance.Dmitry Petrashko2015-08-241-4/+72
* Constructors: fields should be set before super constructor is invoked.Dmitry Petrashko2015-08-211-1/+1
* Fix mapOuter to be type-preservingMartin Odersky2015-06-201-1/+5
* Map outer fields to parameters in primary constructorMartin Odersky2015-06-201-1/+7
* Map outer accessors to outer paramatersMartin Odersky2015-06-191-0/+12
* Merge postConditions of memoize and constructorsMartin Odersky2015-06-011-5/+9
* Add a postcondition to constructors.Dmitry Petrashko2015-05-081-0/+11
* Re-use MethodOrLazy in constructors.Martin Odersky2015-05-041-3/+2
* Get rid of NotPrivate flag.Martin Odersky2015-05-011-1/+1
* Remove dead code in ConstructorsMartin Odersky2015-04-301-4/+2
* Make Constructors change owners.Dmitry Petrashko2015-04-301-5/+5
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-1/+1
* Make some tree fields lazyMartin Odersky2015-03-181-4/+4
* Fixes to class field initializationMartin Odersky2015-03-111-17/+27
* Remove fruitless overrides of treeTransformPhaseMartin Odersky2014-12-141-2/+0
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-2/+2
* Adaptation of Constructors to new mixin scheme.Martin Odersky2014-11-091-6/+2
* Improved version of mixin.Martin Odersky2014-11-091-29/+7
* Enabled GettersSetters phase.Martin Odersky2014-10-121-3/+8
* Move private fields into constructorMartin Odersky2014-10-111-72/+107
* Completed constructors phaseMartin Odersky2014-10-111-69/+136
* Add constructors phaseMartin Odersky2014-10-111-15/+116
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-2/+1
* Disentangle phases from treetransformsMartin Odersky2014-08-091-1/+1
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-1/+2
* Constructors stubDmitry Petrashko2014-05-061-0/+27