aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/ExplicitOuter.scala
Commit message (Expand)AuthorAgeFilesLines
* Lazy entering of names with internal $'s in package scopesMartin Odersky2017-04-111-1/+1
* Make outer select names semanticMartin Odersky2017-04-111-4/+6
* replace derived{Method,Poly}Type with derivedLambdaTypeMartin Odersky2017-04-061-1/+1
* Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-151-1/+3
|\
| * Add @tailrec to avoid regressions.Nicolas Stucki2017-03-011-1/+3
* | Construct MethodTypes from parameter closureMartin Odersky2017-03-141-3/+3
|/
* Harden outer proxy computation of inlined codeMartin Odersky2017-02-191-15/+17
* Fix default parameter value.Martin Odersky2017-02-181-1/+1
* Fix #1990: Handle case where inlining changes class of outerMartin Odersky2017-02-181-4/+11
* Address reviewer commentsMartin Odersky2017-01-041-1/+1
* Fix #1865: Compute outer path at right phaseMartin Odersky2017-01-031-1/+2
* address review: rename hasOuterFlag to clsHasOuterliu fengyun2016-12-201-3/+3
* refine previous commitliu fengyun2016-12-191-2/+2
* Fix #1820: condition of whether generates outerliu fengyun2016-12-191-1/+2
* fix #1820: make sure outer of traits implementedliu fengyun2016-12-181-7/+12
* Merge pull request #1767 from dotty-staging/fix-#1755odersky2016-12-171-2/+21
|\
| * Fix #1755: Make sure references in outer args are accessibleMartin Odersky2016-12-021-2/+21
* | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-1/+2
* | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-021-1/+1
|/
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+362