aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/TailRec.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-1/+1
* Make freshName semanticMartin Odersky2017-04-111-18/+19
* Fix #2024: TypeApply can be a final apply of a recursive method.Dmitry Petrashko2017-03-081-0/+4
* TailRec: Avoid harmless capture of ContextGuillaume Martres2017-02-181-1/+1
* Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+384