aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast/TreeInfo.scala
Commit message (Expand)AuthorAgeFilesLines
* Only allow constant type vals to be inlined.Nicolas Stucki2017-04-171-2/+3
* Fix constant type val value inline in constructors.Nicolas Stucki2017-04-161-2/+11
* Fix #2266: Do not replace constant type lazy vals with constant.Nicolas Stucki2017-04-151-1/+1
* Names are no longer SeqsMartin Odersky2017-04-111-1/+1
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-1/+1
* Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-081-17/+10
* Don't set PureInterface when a default param is presentGuillaume Martres2017-03-081-5/+10
* Extend argument pretyping to case-closuresMartin Odersky2017-02-211-0/+2
* Generalize test whether access is to a refinementMartin Odersky2017-01-281-1/+1
* Implement structural type member accessMartin Odersky2017-01-051-0/+22
* Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-2/+10
* Refactor function operations in DefinitionsMartin Odersky2016-12-171-1/+3
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+733