aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Typer.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor function operations in DefinitionsMartin Odersky2016-12-171-2/+4
* Always insert apply for expressions of implicit function typeMartin Odersky2016-12-171-8/+13
* Add syntax for implicit functionsMartin Odersky2016-12-171-2/+6
* Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-151-1/+1
|\
| * Drop "Dotty deviation" messages that are no longer applicable.Martin Odersky2016-12-121-1/+1
* | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-151-0/+4
|\ \ | |/ |/|
| * don't recheck in -Ycheckliu fengyun2016-11-241-1/+1
| * fix #1642: disallow value classe wrapping value classliu fengyun2016-11-241-1/+0
| * fix #1670: move the check of value class to typerliu fengyun2016-11-241-0/+5
* | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-101-2/+2
|\ \
| * | Fix #1757: Be more careful about positions of type variable bindersMartin Odersky2016-12-011-2/+2
* | | Merge pull request #1658 from dotty-staging/fix-#1639odersky2016-12-031-9/+23
|\ \ \ | |/ / |/| |
| * | Avoid inserting multiple .apply's.Martin Odersky2016-11-241-9/+23
* | | Address reviewers commentsMartin Odersky2016-12-011-1/+5
* | | Fix #1647 Evaluate annotation arguments in proper contextMartin Odersky2016-12-011-3/+15
* | | New phase for entering annotationsMartin Odersky2016-12-011-5/+5
* | | Fix import disablingMartin Odersky2016-12-011-17/+21
* | | Be more lazy in namedImportRefMartin Odersky2016-12-011-21/+29
|/ /
* / Enable GADT matching for pattern valuesMartin Odersky2016-11-241-1/+3
|/
* Revert fix to #1701.Martin Odersky2016-11-241-5/+10
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1952