aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix #1792: Allow newline in front of `{` when supporting procedure syntax.Martin Odersky2016-12-141-0/+2
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-3/+32
|\
| * Add comment regarding prettificationFelix Mulder2016-12-011-0/+17
| * Fix literal type printingFelix Mulder2016-12-011-0/+3
| * Get rid of nesting implicitsFelix Mulder2016-11-301-12/+1
| * Print List and Map abbreviatedFelix Mulder2016-11-301-1/+8
| * Make repl use show instances where possibleFelix Mulder2016-11-301-2/+15
* | Fix #1786: support use package object in fun callliu fengyun2016-12-131-1/+1
* | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-1/+3
|\ \
| * | Fix #1776: Avoid interaction between parameter forwarding and elimByNameMartin Odersky2016-12-111-1/+3
* | | fix exhaustivity check test after repo restructuringliu fengyun2016-12-111-2/+2
* | | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-105-14/+46
|\ \ \
| * | | Add explanationMartin Odersky2016-12-021-0/+22
| * | | Fix #1757: Be more careful about positions of type variable bindersMartin Odersky2016-12-015-14/+24
* | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-102-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-022-3/+3
| |/ /
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-104-12/+35
|\ \ \
| * | | Fix insertAfterMartin Odersky2016-12-021-3/+19
| * | | Fine-tune post-conditions.Martin Odersky2016-12-021-3/+5
| * | | Handle hk types with context bounds in desugarMartin Odersky2016-12-021-5/+10
| * | | 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
| |/ /
* | | 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
|\ \ \