aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/EtaExpansion.scala
Commit message (Expand)AuthorAgeFilesLines
* New version of eta-expansion.Martin Odersky2013-12-281-19/+17
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-1/+1
* Allowing curried closures.Martin Odersky2013-12-181-1/+1
* Fixes to lifting in eta-expansionMartin Odersky2013-12-111-5/+5
* Fixes to liftingMartin Odersky2013-12-051-2/+4
* Fixes to named and default arguments.Martin Odersky2013-12-051-2/+11
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-5/+19
* Polishing EtaExpansionMartin Odersky2013-12-011-25/+54
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-1/+1
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-2/+1
* Redesign of trees.Martin Odersky2013-07-271-4/+4
* Some refactorings and additions on error reporting.Martin Odersky2013-07-231-11/+11
* Added eta-expansion.Martin Odersky2013-07-221-0/+109