aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-0/+41
|\
| * Extend argument pretyping to case-closuresMartin Odersky2017-02-211-5/+5
| * Add overloading support for case-closuresMartin Odersky2017-02-211-0/+41
* | Fix #2009: Fix placeholder params logic for lambdas (#2019)odersky2017-02-221-0/+9
|/
* Merge pull request #1996 from dotty-staging/fix-#1990odersky2017-02-212-0/+32
|\
| * Fix sorting of accessed this-proxiesMartin Odersky2017-02-191-0/+20
| * Fix #1990: Handle case where inlining changes class of outerMartin Odersky2017-02-181-0/+12
* | Disable tests that require scala-compilerGuillaume Martres2017-02-185-206/+0
|/
* Fix #1976: Hack to support scala.xml's $scope (#1977)odersky2017-02-141-0/+4
* Fix #1975: Align valdefs and for expressions for patternsMartin Odersky2017-02-141-0/+5
* Fix parsing annotation on function typeGuillaume Martres2017-02-121-0/+1
* Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-082-3/+3
|\
| * Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-012-3/+3
* | Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-081-0/+4
|\ \
| * | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-0/+4
* | | Fix wildApprox functionMartin Odersky2017-02-071-0/+1
|/ /
* | Merge pull request #1922 from dotty-staging/fix-#1723odersky2017-02-021-0/+8
|\ \
| * | Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-011-0/+8
| |/
* | Merge pull request #1881 from dotty-staging/add-structural-selectodersky2017-02-012-0/+50
|\ \
| * | Add test case for #1866Martin Odersky2017-01-101-0/+5
| * | Change scheme to use SelectableMartin Odersky2017-01-071-0/+1
| * | Implement structural type member accessMartin Odersky2017-01-051-0/+44
* | | 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
| |_|/ / / |/| | | |