aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
* Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-311-72/+0
* Test that #1687 is fixed.Dmitry Petrashko2017-01-222-0/+29
* Fix #1891: Don't add redundant constraintMartin Odersky2017-01-101-0/+11
* Merge pull request #1887 from dotty-staging/fix-#1867Guillaume Martres2017-01-071-0/+3
|\
| * Fix #1867: Set position of empty refined typesMartin Odersky2017-01-041-0/+3
* | Merge pull request #1873 from dotty-staging/fix-#1865odersky2017-01-051-0/+24
|\ \
| * | Address reviewer commentsMartin Odersky2017-01-041-0/+24
| |/
* / Fix #1868 - Fix logic bug in matchMartin Odersky2017-01-021-0/+7
|/
* Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-211-0/+6
|\
| * Fix subtyping of hk types with wildcard argumentsMartin Odersky2016-12-201-0/+6
* | Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-211-0/+13
|/
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-202-0/+23
|\
| * Add tests verifying that i1812 stays fixed.Dmitry Petrashko2016-12-192-0/+23
* | Fix #1793: allow multiversal comparisons between Null and XFelix Mulder2016-12-191-0/+7
* | Merge pull request #1819 from dotty-staging/fix-#1803Nicolas Stucki2016-12-171-0/+7
|\ \
| * | Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-171-0/+7
* | | Merge pull request #1815 from dotty-staging/fix-#1797Nicolas Stucki2016-12-171-0/+1
|\ \ \
| * | | Fix #1797: Allow case class params with names _1, _2, ...Martin Odersky2016-12-151-0/+1
* | | | Merge pull request #1767 from dotty-staging/fix-#1755odersky2016-12-171-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1755: Make sure references in outer args are accessibleMartin Odersky2016-12-021-0/+21
* | | | 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-151-0/+5
|\ \ \ \
| * | | | Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-121-0/+5
* | | | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-151-0/+2
|\ \ \ \ \
| * | | | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-241-0/+2
* | | | | | More tests and other odds and endMartin Odersky2016-12-143-0/+74
| |_|/ / / |/| | | |
* | | | | Fix #1786: support use package object in fun callliu fengyun2016-12-131-0/+18
| |_|_|/ |/| | |
* | | | 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 #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
| | |/ | |/|
* | | Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-0/+22
| |/ |/|
* | Enable GADT matching for pattern valuesMartin Odersky2016-11-241-0/+11
|/
* checkNoPrivateLeaks: handle defs in local classesGuillaume Martres2016-11-221-0/+10
* checkNoPrivateLeaks: handle references to companion membersGuillaume Martres2016-11-221-0/+17
* Fix partest compilation of java-interop tests by moving themGuillaume Martres2016-11-2275-356/+0
* Fix #1664: Refine isOuterRef conditionMartin Odersky2016-11-101-0/+12