aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Make `msg` in testScala2Mode by-name.Martin Odersky2016-12-201-1/+1
* More lenient handling of mixed parameterless and nullary methodsMartin Odersky2016-12-201-0/+8
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-201-7/+17
|\
| * Fix #1812, Symbols.mapSymbols shouldn't force annotation transformation.Dmitry Petrashko2016-12-191-1/+2
| * Fix #1812, Symbols.mapSymbols shouldn't replace denotationsDmitry Petrashko2016-12-191-6/+15
* | 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-188-38/+101
|\ \ \
| * | | Fix formattingMartin Odersky2016-12-171-2/+1
| * | | Fix rebase breakageMartin Odersky2016-12-171-1/+5
| * | | New ShortcutImplicits phaseMartin Odersky2016-12-173-1/+6
| * | | initialDenot method for symbolsMartin Odersky2016-12-171-0/+4
| * | | Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-0/+3
| * | | Fix erasure of implicit functionsMartin Odersky2016-12-171-1/+1
| * | | Cleanup of implicit modifiers schemeMartin Odersky2016-12-171-1/+1
| * | | Changes for matching and subtyping implicit methodsMartin Odersky2016-12-171-4/+4
| * | | Make implicit functions have implicit function typeMartin Odersky2016-12-171-1/+1
| * | | Handle erasure of implicit function typesMartin Odersky2016-12-171-2/+9
| * | | Refactor function operations in DefinitionsMartin Odersky2016-12-171-13/+19
| * | | Always insert apply for expressions of implicit function typeMartin Odersky2016-12-171-5/+24
| * | | Add ImplicitFunctionN classesMartin Odersky2016-12-173-14/+30
| |/ /
* | | Merge pull request #1817 from dotty-staging/fix-#1802odersky2016-12-186-24/+36
|\ \ \ | |/ / |/| |
| * | Comment FlexTypeMartin Odersky2016-12-171-0/+3
| * | Make errors are not swept under the carpetMartin Odersky2016-12-176-24/+33
* | | Fix #1799: Make compilation of FunctionN traits possible.Martin Odersky2016-12-161-1/+1
|/ /
* | Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-161-0/+3
|\ \
| * | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-0/+3
* | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-162-2/+11
|\| |
| * | Implement new rules for name-based pattern matchingMartin Odersky2016-12-152-2/+9
| * | Change by-name pattern matching.Martin Odersky2016-12-141-1/+3
| |/
* | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-153-4/+4
|\ \
| * | Drop "Dotty deviation" messages that are no longer applicable.Martin Odersky2016-12-121-1/+1
| * | Drop explicit types for local implicit valsMartin Odersky2016-12-123-4/+4
| |/
* | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-151-1/+1
|\ \ | |/ |/|
| * fix #1642: disallow value classe wrapping value classliu fengyun2016-11-241-1/+1
* | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-101-3/+3
|\ \
| * | Fix #1757: Be more careful about positions of type variable bindersMartin Odersky2016-12-011-3/+3
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-102-4/+20
|\ \ \
| * | | Fix insertAfterMartin Odersky2016-12-021-3/+19
| * | | Go to 7 bits for phase numbersMartin Odersky2016-12-021-1/+1
| |/ /
* | | Merge pull request #1769 from dotty-staging/fix-#1751odersky2016-12-101-0/+3
|\ \ \
| * | | Fix #1751: Make dominator work after erasureMartin Odersky2016-12-021-0/+3
| |/ /
* | | handle ConstantType in TypeComparerReto Hablützel2016-12-041-0/+5
* | | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-035-81/+159
|\ \ \ | |/ / |/| |
| * | Adress reviewers commentsMartin Odersky2016-12-011-1/+1
| * | Add missing fileMartin Odersky2016-11-301-1/+2
| * | Drop function 22 limit.Martin Odersky2016-11-303-7/+24
| * | Drop limit 30 of generated function classesMartin Odersky2016-11-291-25/+60
| * | Create FunctionN types on demandMartin Odersky2016-11-293-1/+26
| * | Make clear where symbols are entered or not.Martin Odersky2016-11-291-51/+51
| |/