aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-221-0/+7
* TreeUnpickler: Add missing case for ENUMconstGuillaume Martres2016-11-221-0/+2
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2256-0/+26359