aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Types.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix commentMartin Odersky2017-03-081-2/+3
| * | Better fixMartin Odersky2017-03-081-6/+4
* | | Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-091-1/+4
|\ \ \
| * | | Fix handling of dependent method typesMartin Odersky2017-03-011-6/+0
| * | | Systematic treatment of result types of dependent methodsMartin Odersky2017-02-281-1/+10
| | |/ | |/|
* | | Merge pull request #2049 from ennru/ennru_RecursiveNeedsTypeodersky2017-03-091-1/+2
|\ \ \ | |_|/ |/| |
| * | More detail in error messagesEnno Runne2017-03-051-1/+2
| |/
* | Drop named type parameters in classesMartin Odersky2017-03-041-7/+1
* | Add assert that refine infos are legal wrt refined namesMartin Odersky2017-02-271-0/+3
|/
* Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-211-3/+3
|\
| * TempClassInfo#addSuspension: do not capture ContextGuillaume Martres2017-02-201-3/+3
* | Avoid automatism for passing variances to PolyTypesMartin Odersky2017-02-141-4/+3
|/
* Add position based error reporting to dottydocFelix Mulder2017-02-011-1/+4
* 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