aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add syntax for implicit functionsMartin Odersky2016-12-171-0/+30
* Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-162-0/+12
|\
| * Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-0/+5
| * Test caseMartin Odersky2016-12-151-0/+7
* | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-165-5/+48
|\|
| * Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-0/+28
| * Change by-name pattern matching.Martin Odersky2016-12-144-5/+20
* | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-152-0/+12
|\ \
| * | Fix neg test caseMartin Odersky2016-12-121-1/+1
| * | Better diagnosis for cyclic references caused by implicit searchMartin Odersky2016-12-121-0/+7
| * | Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-121-0/+5
* | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-155-2/+5
|\ \ \
| * | | fix test i705-inner-value-class2.scalaliu fengyun2016-11-241-1/+1
| * | | fix failing neg testsliu fengyun2016-11-242-2/+2
| * | | remove invalid field in value classliu fengyun2016-11-241-1/+0
| * | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-243-1/+4
| * | | fix #1670: move the check of value class to typerliu fengyun2016-11-241-0/+1
* | | | Merge pull request #1780 from dotty-staging/fix-i1779odersky2016-12-153-0/+27
|\ \ \ \
| * | | | only allow $_ in patternsliu fengyun2016-12-121-0/+13
| * | | | fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-082-0/+14
* | | | | More tests and other odds and endMartin Odersky2016-12-147-0/+122
| |_|_|/ |/| | |
* | | | Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-1/+1
|\ \ \ \
| * | | | Fix repl testsFelix Mulder2016-12-011-1/+1
* | | | | Fix #1786: support use package object in fun callliu fengyun2016-12-132-0/+35
* | | | | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add test caseMartin Odersky2016-12-121-0/+3
* | | | | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-101-0/+6
|\ \ \ \ \
| * | | | | Add test caseMartin Odersky2016-12-021-0/+6
* | | | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-101-0/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add original test to test caseMartin Odersky2016-12-021-3/+2
| * | | | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-021-0/+21
| |/ / / /
* | | | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-101-0/+21
|\ \ \ \ \
| * | | | | Fix insertAfterMartin Odersky2016-12-021-0/+21
| |/ / / /
* | | | | Merge pull request #1769 from dotty-staging/fix-#1751odersky2016-12-101-0/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix #1751: Make dominator work after erasureMartin Odersky2016-12-021-0/+17
| |/ / /
* | | | Merge pull request #1778 from dotty-staging/fix-i1773liu fengyun2016-12-082-0/+16
|\ \ \ \
| * | | | fix #1773: handle patterns in interpolated stringliu fengyun2016-12-082-0/+16
* | | | | handle ConstantType in TypeComparerReto Hablützel2016-12-041-0/+4
|/ / / /
* | | | Merge pull request #1658 from dotty-staging/fix-#1639odersky2016-12-031-0/+10
|\ \ \ \
| * | | | Avoid inserting multiple .apply's.Martin Odersky2016-11-241-0/+10
* | | | | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-032-1/+73
|\ \ \ \ \
| * | | | | Drop function 22 limit.Martin Odersky2016-11-302-1/+73
| | |_|/ / | |/| | |
* | | | | Merge pull request #1685 from dotty-staging/fix-1665Dmitry Petrashko2016-12-031-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix #1665: Check that != has an operand on the left.Nicolas Stucki2016-12-011-0/+7
| | |_|/ | |/| |
* | | | Additional test caseMartin Odersky2016-12-011-0/+2
* | | | Fix #1647 Evaluate annotation arguments in proper contextMartin Odersky2016-12-011-0/+4
* | | | New phase for entering annotationsMartin Odersky2016-12-011-0/+5
* | | | Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-0/+22
| |/ / |/| |
* | | make test runnableliu fengyun2016-11-282-3/+5
* | | fix #1748: desugaring with StringContext in PatDefliu fengyun2016-11-271-0/+14