aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Types.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-211-0/+8
|\
| * More lenient handling of mixed parameterless and nullary methodsMartin Odersky2016-12-201-0/+8
* | Address reviewer's commentsMartin Odersky2016-12-211-4/+3
* | Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-211-1/+6
|/
* Merge pull request #1823 from dotty-staging/fix-#1789Nicolas Stucki2016-12-181-2/+4
|\
| * Fix #1789: Fix signature of unit result typeMartin Odersky2016-12-181-2/+4
* | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-2/+4
|\ \
| * | New ShortcutImplicits phaseMartin Odersky2016-12-171-1/+3
| * | Make implicit functions have implicit function typeMartin Odersky2016-12-171-1/+1
| |/
* | Comment FlexTypeMartin Odersky2016-12-171-0/+3
* | Make errors are not swept under the carpetMartin Odersky2016-12-171-11/+16
|/
* Drop "Dotty deviation" messages that are no longer applicable.Martin Odersky2016-12-121-1/+1
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-1/+1
* Fix #1757: Be more careful about positions of type variable bindersMartin Odersky2016-12-011-3/+3
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+3865