aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Applications.scala
Commit message (Expand)AuthorAgeFilesLines
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-1/+1
* Implemented "two-hop" implicit adaptation.Martin Odersky2013-09-081-6/+26
* Several fixes in typer.Martin Odersky2013-09-051-1/+1
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-291-1/+1
* Added implicit parameters, need to find out why they are suddenly needed.Martin Odersky2013-08-271-1/+1
* Fixed two problems that lead to over-zealous lifting.Martin Odersky2013-08-231-1/+1
* Fixes in implicit handlingMartin Odersky2013-08-231-2/+10
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-221-3/+3
* Various bug fixes for typer.Martin Odersky2013-08-221-1/+10
* Refactoring to prototype schemeMartin Odersky2013-08-211-52/+6
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-4/+6
* Added typing of Alternatives.Martin Odersky2013-08-101-6/+7
* Added typing of all forms of type trees.Martin Odersky2013-08-101-1/+1
* Typing of SeqLiteralsMartin Odersky2013-08-091-2/+2
* Added support for pattern variables and Bind.Martin Odersky2013-08-091-1/+1
* Refined treatment of unapplyMartin Odersky2013-08-061-18/+45
* Redesign of trees.Martin Odersky2013-07-271-33/+32
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-65/+208
* Some refactorings and additions on error reporting.Martin Odersky2013-07-231-2/+14
* SeqLiteral refactoringMartin Odersky2013-07-221-1/+2
* Added eta-expansion.Martin Odersky2013-07-221-33/+1
* Added code for adapt and more.Martin Odersky2013-07-211-35/+20
* Some bugfixes and added functionality to support implicits.Martin Odersky2013-07-191-17/+50
* Freshing out some more aspects of applications.Martin Odersky2013-07-151-27/+41
* Added functionality to deal with function applications.Martin Odersky2013-07-111-0/+645