aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix commentMartin Odersky2017-03-081-2/+3
| * | | | | | Better fixMartin Odersky2017-03-082-7/+5
| * | | | | | Fix #2064: Avoid illegal types in OrDominatorMartin Odersky2017-03-082-1/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-0923-64/+430
|\ \ \ \ \ \
| * | | | | | Adress reviewers commentsMartin Odersky2017-03-032-2/+8
| * | | | | | More testsMartin Odersky2017-03-023-1/+43
| * | | | | | New test: covariant hmapsMartin Odersky2017-03-021-0/+97
| * | | | | | Move depmeth tests back to pendingMartin Odersky2017-03-012-0/+0
| * | | | | | Make alignArgsInAnd safe and turn it on by defaultMartin Odersky2017-03-015-28/+30
| * | | | | | Fix handling of dependent method typesMartin Odersky2017-03-015-10/+27
| * | | | | | Drop duplication in testMartin Odersky2017-03-011-71/+0
| * | | | | | Add non-variant version of HLists for completenessMartin Odersky2017-02-282-0/+157
| * | | | | | Add check fileMartin Odersky2017-02-281-0/+1
| * | | | | | Re-instantiate depmeth testsMartin Odersky2017-02-284-3/+3
| * | | | | | Independent test case, mentioned in #2004.Martin Odersky2017-02-281-0/+11
| * | | | | | New testMartin Odersky2017-02-282-0/+86
| * | | | | | Don't align aliases in refined types by defaultMartin Odersky2017-02-282-14/+34
| * | | | | | Systematic treatment of result types of dependent methodsMartin Odersky2017-02-283-31/+32
| * | | | | | Constrain results of dependent implicitsMartin Odersky2017-02-281-14/+9
| * | | | | | Fix printing of refined applied typesMartin Odersky2017-02-282-2/+4
* | | | | | | Merge pull request #2049 from ennru/ennru_RecursiveNeedsTypeodersky2017-03-095-10/+151
|\ \ \ \ \ \ \
| * | | | | | | Analysis of overloaded or recursive is harder than expectedEnno Runne2017-03-074-26/+17
| * | | | | | | More detail in error messagesEnno Runne2017-03-055-10/+71
| * | | | | | | Explanations for recursive/cyclic type requirementsEnno Runne2017-03-042-21/+81
| * | | | | | | Merge branch 'master' of https://github.com/lampepfl/dotty into ennru_Recursi...Enno Runne2017-03-0232-71/+462
| |\ \ \ \ \ \ \
| * | | | | | | | Change 'overloaded/recursive method/value needs type' to Message (see #2026)Enno Runne2017-02-244-6/+54
* | | | | | | | | Merge pull request #2065 from dotty-staging/change-implicit-conv2odersky2017-03-0912-14/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Drop special case around Function1Martin Odersky2017-03-088-26/+40
| * | | | | | | | | Fix condition logicMartin Odersky2017-03-081-1/+1
| * | | | | | | | | Add puzzler 54 as a testMartin Odersky2017-03-081-0/+13
| * | | | | | | | | Keep old behavior under -language:Scala2Martin Odersky2017-03-081-2/+8
| * | | | | | | | | Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-086-8/+42
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2057 from dotty-staging/merge-companionodersky2017-03-092-31/+98
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | address review feedbackliu fengyun2017-03-072-29/+35
| * | | | | | | | | support merging companion objects in expanded treesliu fengyun2017-03-071-31/+92
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #2069 from dotty-staging/fix-#2067Guillaume Martres2017-03-097-24/+22
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-087-24/+22
|/ / / / / / / /
* | | | | | | | Merge pull request #2062 from dotty-staging/fix/scala-reflect-depGuillaume Martres2017-03-0839-71/+388
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Don't set PureInterface when a default param is presentGuillaume Martres2017-03-082-5/+13
| * | | | | | | Remove unused methods depending on scala-reflectGuillaume Martres2017-03-081-5/+0
| * | | | | | | Disable most tests that depend on scala-reflectGuillaume Martres2017-03-086-0/+0
| * | | | | | | Add Scala2Flags to replace our use of scala-reflect FlagsGuillaume Martres2017-03-082-18/+110
| * | | | | | | Remove uses of StringOps from scala-reflectGuillaume Martres2017-03-086-8/+18
| * | | | | | | Add FatalError from scala.reflectGuillaume Martres2017-03-083-5/+4
| * | | | | | | Add PickleFormat from scala-reflectGuillaume Martres2017-03-083-2/+229
| * | | | | | | Remove uses of Collections from scala-reflectGuillaume Martres2017-03-083-10/+5
| * | | | | | | Use Chars object from dotty instead of scala.reflectGuillaume Martres2017-03-077-8/+9
| * | | | | | | DottyPredef: remove dummy typeTag implicitGuillaume Martres2017-03-071-3/+0
| * | | | | | | Remove unused scala.reflect importsGuillaume Martres2017-03-076-7/+0
|/ / / / / / /
* | | | | | | Merge pull request #2061 from dotty-staging/fix/overcompilation-apiGuillaume Martres2017-03-071-2/+2
|\ \ \ \ \ \ \