aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Inliner.scala
Commit message (Expand)AuthorAgeFilesLines
* Make outer select names semanticMartin Odersky2017-04-111-6/+3
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-1/+1
* Make freshName semanticMartin Odersky2017-04-111-2/+2
* Eliminate LambdaAbstractMartin Odersky2017-04-061-1/+2
* Further refactoringsMartin Odersky2017-04-061-1/+1
* replace derived{Method,Poly}Type with derivedLambdaTypeMartin Odersky2017-04-061-1/+1
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-061-1/+1
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-2/+2
* Fix position of errors in Inliner TreeTypeMapGuillaume Martres2017-03-161-3/+4
* Merge pull request #2013 from dotty-staging/fix-#2006Nicolas Stucki2017-02-211-4/+7
|\
| * Don't inline when errors are detectedMartin Odersky2017-02-211-4/+7
* | Harden outer proxy computation of inlined codeMartin Odersky2017-02-191-10/+10
* | Fix sorting of accessed this-proxiesMartin Odersky2017-02-191-1/+6
|/
* Fix #1569: Fix logic for by-name parameters of inline methodsMartin Odersky2017-02-021-1/+1
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+539