aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Typer.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix #1868 - Fix logic bug in matchMartin Odersky2017-01-021-1/+1
|/
* Address reviewer commentMartin Odersky2016-12-211-1/+1
* More lenient handling of mixed parameterless and nullary methodsMartin Odersky2016-12-201-5/+18
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-16/+40
|\
| * Fix "wrong number of args" reportingMartin Odersky2016-12-171-1/+1
| * Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-10/+23
| * Take nesting into account when ranking implicitsMartin Odersky2016-12-171-2/+2
| * 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 #1817 from dotty-staging/fix-#1802odersky2016-12-181-5/+18
|\ \
| * | Make errors are not swept under the carpetMartin Odersky2016-12-171-5/+18
| |/
* / Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-171-0/+5
|/
* 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