aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer
Commit message (Expand)AuthorAgeFilesLines
...
* Remove warning from non exhaustive match in mergeCompanionDefs.Nicolas Stucki2017-03-161-1/+1
* Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-148-20/+62
|\
| * Fix unrelated typos in commentsMartin Odersky2017-03-141-1/+1
| * Check there are no forward dependencies to method parametersMartin Odersky2017-03-142-1/+20
| * Take parameter dependencies into accountMartin Odersky2017-03-142-5/+27
| * Construct MethodTypes from parameter closureMartin Odersky2017-03-146-14/+15
* | Merge pull request #2091 from dotty-staging/fix-#2077Guillaume Martres2017-03-141-11/+1
|\ \ | |/ |/|
| * Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-131-11/+1
* | Fix #2089: Error when compiling ParSetLike, ParSet, SetLike, in this orderGuillaume Martres2017-03-131-0/+7
|/
* Fix compilation of ParSetLike by itselfGuillaume Martres2017-03-131-3/+3
* Merge pull request #2080 from dotty-staging/fix#-2066odersky2017-03-123-14/+24
|\
| * Alternative fix of #2066.Martin Odersky2017-03-123-16/+24
| * Fix #2066: Don't qualify private members in SelectionProto's...Martin Odersky2017-03-121-1/+3
* | Merge pull request #2078 from dotty-staging/fix-#1569-v2Guillaume Martres2017-03-121-16/+21
|\ \
| * | Improve definition and doc comment for ensureNoLeaksMartin Odersky2017-03-121-22/+21
| * | Fix #1569: Improve avoidance algorithmMartin Odersky2017-03-121-4/+10
| |/
* / Fix overriding a Java method with varargsGuillaume Martres2017-03-121-0/+3
|/
* Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-092-32/+40
|\
| * Fix handling of dependent method typesMartin Odersky2017-03-012-4/+25
| * Systematic treatment of result types of dependent methodsMartin Odersky2017-02-282-30/+22
| * Constrain results of dependent implicitsMartin Odersky2017-02-281-14/+9
* | Merge pull request #2049 from ennru/ennru_RecursiveNeedsTypeodersky2017-03-091-7/+5
|\ \
| * | Analysis of overloaded or recursive is harder than expectedEnno Runne2017-03-071-4/+1
| * | More detail in error messagesEnno Runne2017-03-051-3/+6
| * | Merge branch 'master' of https://github.com/lampepfl/dotty into ennru_Recursi...Enno Runne2017-03-023-9/+53
| |\|
| * | Change 'overloaded/recursive method/value needs type' to Message (see #2026)Enno Runne2017-02-241-6/+4
* | | Merge pull request #2065 from dotty-staging/change-implicit-conv2odersky2017-03-091-5/+23
|\ \ \
| * | | Drop special case around Function1Martin Odersky2017-03-081-20/+10
| * | | Fix condition logicMartin Odersky2017-03-081-1/+1
| * | | Keep old behavior under -language:Scala2Martin Odersky2017-03-081-2/+8
| * | | Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-081-5/+27
* | | | Merge pull request #2057 from dotty-staging/merge-companionodersky2017-03-091-31/+97
|\ \ \ \
| * | | | address review feedbackliu fengyun2017-03-071-29/+34
| * | | | support merging companion objects in expanded treesliu fengyun2017-03-071-31/+92
| |/ / /
* / / / Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-082-2/+1
|/ / /
* | | Drop named type parameters in classesMartin Odersky2017-03-044-89/+22
* | | Merge pull request #2031 from dotty-staging/fix-#2030odersky2017-03-033-2/+3
|\ \ \
| * | | Don't chain implicit conversionsMartin Odersky2017-02-273-2/+3
* | | | Allow abstract type members in objects.Nicolas Stucki2017-03-011-1/+1
| |_|/ |/| |
* | | Fix #2033: Improve handling of unresolved overloaded argumentsMartin Odersky2017-02-271-1/+10
|/ /
* | Merge pull request #1993 from dotty-staging/add-lazy-implicitsodersky2017-02-252-8/+43
|\ \ | |/ |/|
| * Fix typosMartin Odersky2017-02-211-3/+3
| * PolishingMartin Odersky2017-02-181-5/+2
| * Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-172-8/+46
* | Merge pull request #2026 from dotty-staging/fix-#2001odersky2017-02-241-15/+8
|\ \
| * | Fix indentationMartin Odersky2017-02-231-4/+4
| * | Better error messages for missing type of recursive definitionsMartin Odersky2017-02-231-11/+4
* | | Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-27/+27
|\ \ \ | |/ / |/| |
| * | Drop stray printlnMartin Odersky2017-02-211-1/+1
| * | Extend argument pretyping to case-closuresMartin Odersky2017-02-211-32/+25