aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-082-1/+5
* Merge pull request #1778 from dotty-staging/fix-i1773liu fengyun2016-12-081-0/+6
|\
| * fix #1773: handle patterns in interpolated stringliu fengyun2016-12-081-0/+6
* | handle ConstantType in TypeComparerReto Hablützel2016-12-041-0/+5
|/
* Merge pull request #1658 from dotty-staging/fix-#1639odersky2016-12-035-56/+101
|\
| * Avoid inserting multiple .apply's.Martin Odersky2016-11-242-11/+25
| * Avoid recomputation of companionRefsMartin Odersky2016-11-241-31/+30
| * Better reporting of nested implicit failuresMartin Odersky2016-11-243-15/+47
* | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-037-97/+225
|\ \
| * | Adress reviewers commentsMartin Odersky2016-12-012-11/+14
| * | Add missing fileMartin Odersky2016-11-301-1/+2
| * | Drop function 22 limit.Martin Odersky2016-11-304-22/+86
| * | Drop limit 30 of generated function classesMartin Odersky2016-11-292-26/+61
| * | Create FunctionN types on demandMartin Odersky2016-11-293-1/+26
| * | Make clear where symbols are entered or not.Martin Odersky2016-11-291-51/+51
* | | Merge pull request #1685 from dotty-staging/fix-1665Dmitry Petrashko2016-12-031-4/+14
|\ \ \
| * | | Fix #1665: Check that != has an operand on the left.Nicolas Stucki2016-12-011-4/+14
* | | | Address reviewers commentsMartin Odersky2016-12-012-3/+7
* | | | Fix #1647 Evaluate annotation arguments in proper contextMartin Odersky2016-12-012-3/+25
* | | | New phase for entering annotationsMartin Odersky2016-12-015-27/+111
* | | | Make phasesStack more robustMartin Odersky2016-12-011-1/+4
* | | | Fix import disablingMartin Odersky2016-12-013-23/+35
* | | | Clean up importsMartin Odersky2016-12-015-9/+7
* | | | Be more lazy in namedImportRefMartin Odersky2016-12-011-21/+29
* | | | Better printing of import symbolsMartin Odersky2016-12-012-7/+7
* | | | Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-2/+4
| |/ / |/| |
* | | fix #1748: desugaring with StringContext in PatDefliu fengyun2016-11-271-0/+2
* | | Merge pull request #1719 from dotty-staging/fix-#1705odersky2016-11-241-33/+43
|\ \ \
| * | | Rename ...Pos to ...Offset and add pointOffsetMartin Odersky2016-11-241-36/+37
| * | | More robust scheme for taking start/end of positions when parsingMartin Odersky2016-11-241-31/+40
| | |/ | |/|
* | | Merge pull request #1742 from dotty-staging/topic/colon-in-printerFelix Mulder2016-11-241-5/+34
|\ \ \ | |/ / |/| |
| * | Make `findTypes` take the `resultType` of `MethodType`Felix Mulder2016-11-242-12/+13
| * | Fix defs not being printed correctlyFelix Mulder2016-11-241-3/+22
| * | Add colon after method type, prefix def/val/var in REPLReto Hablützel2016-11-242-3/+12
* | | Enable GADT matching for pattern valuesMartin Odersky2016-11-241-1/+3
|/ /
* | More info when unpickling failsMartin Odersky2016-11-241-2/+2
* | Revert fix to #1701.Martin Odersky2016-11-242-6/+11
|/
* TreeUnpickler: Workaround cyclic reference involving self-typeGuillaume Martres2016-11-221-2/+6
* Properly unpickle This trees without qualifierGuillaume Martres2016-11-221-1/+1
* ExtractDependencies: correctly record inheritance on type aliasGuillaume 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-222-0/+8
* checkNoPrivateLeaks: handle defs in local classesGuillaume Martres2016-11-221-1/+1
* checkNoPrivateLeaks: handle references to companion membersGuillaume Martres2016-11-221-2/+16
* TreeUnpickler: Add missing case for ENUMconstGuillaume Martres2016-11-221-0/+2
* -Ytest-pickler: avoid forcing anything when there's a differenceGuillaume Martres2016-11-221-1/+1
* -Ytest-pickler: homogenize template body output orderGuillaume Martres2016-11-221-1/+14
* TypedTreeCopier#Select: don't use unstable prefixesGuillaume Martres2016-11-221-1/+1
* Fix flags for default getters of constructorsGuillaume Martres2016-11-222-1/+9