aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/EtaExpansion.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-191/+0
* Drop original on TypeTreeMartin Odersky2016-10-151-1/+1
* Change owner as necessary when typing a TypedSpliceMartin Odersky2016-10-021-1/+1
* Fix eta expansion for deeply curried methodsMartin Odersky2016-08-171-1/+5
* Keep named arguments during eta expansionMartin Odersky2016-02-181-6/+4
* Fix eta expansionMartin Odersky2015-12-191-1/+2
* Fix eta lifting for functions with vararg parameters.Martin Odersky2015-12-191-2/+2
* Always fully define the types of lifted expressionsGuillaume Martres2015-10-191-1/+3
* Improve naming of parameter type.Martin Odersky2015-06-191-2/+2
* Fix problem in eta expansion.Martin Odersky2015-06-191-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Fixes handling of op-assignments for polymorphic apply/update.Martin Odersky2015-02-071-2/+5
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-1/+1
* Fix lifting of application:Martin Odersky2014-10-111-1/+13
* Check that idents don't assume magic.Martin Odersky2014-08-241-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-5/+5
* Revised purity tests in TreeInfoMartin Odersky2014-07-171-2/+2
* isAfterTyper testMartin Odersky2014-05-081-0/+1
* Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-211-9/+19
* 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