aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/
* | Fix #1647 Evaluate annotation arguments in proper contextMartin Odersky2016-12-011-0/+10
* | New phase for entering annotationsMartin Odersky2016-12-011-0/+7
* | Make phasesStack more robustMartin Odersky2016-12-011-1/+4
* | Fix import disablingMartin Odersky2016-12-011-2/+2
* | Better printing of import symbolsMartin Odersky2016-12-011-2/+4
* | Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-2/+4
|/
* More info when unpickling failsMartin Odersky2016-11-241-2/+2
* Revert fix to #1701.Martin Odersky2016-11-241-1/+1
* TreeUnpickler: Workaround cyclic reference involving self-typeGuillaume Martres2016-11-221-2/+6
* Properly unpickle This trees without qualifierGuillaume Martres2016-11-221-1/+1
* Do not force symbols of annotations when unpicklingGuillaume Martres2016-11-222-12/+18
* Workaround last issue with -Ytest-picklerGuillaume Martres2016-11-221-1/+1