aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/SuperAccessors.scala
Commit message (Expand)AuthorAgeFilesLines
* Handle outer this in InlinerMartin Odersky2016-10-021-1/+1
* Refactorings of GenericTypes and underlying/upperboundMartin Odersky2016-07-111-6/+0
* Turn println into logMartin Odersky2015-12-191-1/+1
* Fix sleeper bug in ParamForwardingMartin Odersky2015-12-141-1/+2
* Fix test when abstract override is needed.Martin Odersky2015-08-211-1/+1
* Expand names of super accessorsMartin Odersky2015-08-211-2/+4
* SuperAccessors: Do not create abstract private members.Dmitry Petrashko2015-05-031-2/+2
* Update comments on ParamForwarding and SuperAccessors.Dmitry Petrashko2015-04-281-1/+1
* Remove trailing whitespaceMartin Odersky2015-04-231-14/+14
* Super accessor refactoringMartin Odersky2015-04-221-179/+174
* Be smarter about validity of ownersMartin Odersky2015-04-221-31/+28
* Drop restriction that SuperAccessors should not touch patternsMartin Odersky2015-04-221-5/+0
* Move checkCompanionNameClashes from SuperAccessors to RefChecksMartin Odersky2015-04-221-64/+1
* Breakout and re-enable forward param accessors code.Martin Odersky2015-04-221-75/+9
* New utility method in TypeUtils: ensureMethodicMartin Odersky2015-04-221-4/+4
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
* Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-181-2/+11
* Make some tree fields lazyMartin Odersky2015-03-181-2/+2
* New method on scopes: openForMutationsMartin Odersky2014-12-181-1/+1
* Make sure all non-deferred methods are implementedMartin Odersky2014-12-031-1/+2
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-2/+2
* Superaccessors are methodsMartin Odersky2014-11-091-1/+1
* Bugfix for superaccessorsMartin Odersky2014-11-091-1/+1
* Make ThisTypes take TypeRefs instead of ClassSymbolsMartin Odersky2014-08-271-1/+1
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Extend retyping to more copy methods.Martin Odersky2014-08-151-1/+3
* Make typed tree copiers selectively retype nodes.Martin Odersky2014-08-151-1/+1
* Switched to new cpy scheme.Martin Odersky2014-08-131-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-6/+6
* Added some more methods as infix tree operations:Martin Odersky2014-08-111-1/+1
* Changed first phase normalization and improvements to TreeTransformMartin Odersky2014-08-031-1/+1
* Added utility method: underlyingSymbolMartin Odersky2014-08-031-1/+1
* Preparation for intgeration of RefChecksMartin Odersky2014-08-031-1/+1
* Move valueclass functionality into its own ValueClass module.Martin Odersky2014-07-171-1/+2
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-8/+10
* Various cleanups and utility additionsMartin Odersky2014-07-171-10/+7
* Rename SignedType -> MethodicTypeMartin Odersky2014-07-171-4/+4
* Added phase: SuperAccessorsMartin Odersky2014-07-171-0/+557