aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/NameOps.scala
Commit message (Expand)AuthorAgeFilesLines
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-0/+3
* Handle outer this in InlinerMartin Odersky2016-10-021-0/+1
* First version of inline schemeMartin Odersky2016-10-021-1/+1
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-15/+0
* Start new, direct HK schemeMartin Odersky2016-07-111-6/+6
* Remove old hk schemeMartin Odersky2016-07-111-8/+0
* Turn on new hk schemeMartin Odersky2016-07-111-5/+5
* Fix Ycheck: allow assigning fields in static constructors.Dmitry Petrashko2016-06-071-0/+1
* Tweak in NameOpsMartin Odersky2016-04-151-1/+1
* Fix #765 for super accessorsMartin Odersky2016-04-151-1/+10
* Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-151-1/+6
* Abstract out lazy local names somewhatMartin Odersky2016-02-111-0/+7
* Generalize overriding checking from isDefinedMartin Odersky2015-12-141-0/+1
* Change hk naming schemeMartin Odersky2015-12-061-6/+9
* Rename of hk args HK$x -> hk$xMartin Odersky2015-09-181-1/+1
* Mixin: support trait setters.Dmitry Petrashko2015-09-141-1/+9
* Workaround for #765Martin Odersky2015-08-211-0/+5
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-3/+6
|\
| * SpecializeNames: Duplicate scalac behaviour, sort tparamsDmitry Petrashko2015-07-131-3/+6
* | New name utility method: freshenedMartin Odersky2015-07-091-2/+7
|/
* Drop TraitConstructors phaseMartin Odersky2015-06-271-1/+1
* New NameOps methods for Scala2 traitsMartin Odersky2015-06-011-4/+10
* Harden isLambdaArgNameMartin Odersky2015-05-211-2/+8
* Fix #560 - refactor flatNameMartin Odersky2015-05-131-1/+1
* Specialization-specific names.Dmitry Petrashko2015-04-201-2/+24
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Produce expanded names.Martin Odersky2015-04-071-2/+8
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-9/+12
* Rename inheritedName -> shadowedNameMartin Odersky2015-03-181-3/+3
* Refacttored skolemization logicMartin Odersky2015-01-081-1/+1
* Avoid name clashes when generating synthetic companion objects.Martin Odersky2014-12-191-3/+12
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-1/+0
* More systematic handling of Scala2LocalSuffix.Martin Odersky2014-11-091-2/+2
* Avoid getting confused because of Scala2 local suffixesMartin Odersky2014-11-091-0/+3
* Adapt GettersSetters to new Mixin scheme.Martin Odersky2014-11-091-11/+2
* First version of mixin transform.Martin Odersky2014-11-091-2/+4
* rename AddGetters -> GettersSettersMartin Odersky2014-10-121-9/+23
* Fix handling of Array#clone in ErasureMartin Odersky2014-09-121-0/+1
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-0/+8
* Two variance-related fixes in DesugarMartin Odersky2014-08-031-0/+1
* Preparation for intgeration of RefChecksMartin Odersky2014-08-031-3/+6
* Added phase: SuperAccessorsMartin Odersky2014-07-171-3/+6
* Make SuperAccessorName and extractor.Martin Odersky2014-07-171-5/+7
* Avoid crashing on name tests when name is empty.Martin Odersky2014-06-261-4/+4
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-16/+2
* Names and definitions for LambdasMartin Odersky2014-06-121-5/+7
* Shadowed referencesMartin Odersky2014-04-081-0/+9
* Erasure phase PoCMartin Odersky2014-03-291-0/+8
* Fix of t1236: higher-kindedMartin Odersky2014-03-211-0/+13