aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
* FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-311-0/+26
* Remove Variances.scala files accidentally leftover from #1193Guillaume Martres2016-03-311-15/+0
* merge variances and VariancesMartin Odersky2016-03-311-0/+15
* Add tests related to variance checking.Sandro Stucki2016-03-301-0/+15
* Fix problem involving classtag based pattern matches.Martin Odersky2016-03-211-0/+19
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-1/+1
|\
| * Fix test casesMartin Odersky2016-03-111-1/+1
* | Merge pull request #1160 from dotty-staging/add/collection-strawmanodersky2016-03-181-0/+26
|\ \
| * | Refine pretypeArgsMartin Odersky2016-03-091-1/+23
| * | Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-091-0/+4
* | | Merge pull request #1168 from dotty-staging/fix-#1131Dmitry Petrashko2016-03-141-0/+14
|\ \ \
| * | | Test caseMartin Odersky2016-03-121-0/+14
| | |/ | |/|
* / | Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-121-0/+6
|/ /
* | Merge pull request #1153 from dotty-staging/vc-companionsodersky2016-03-096-0/+16
|\ \ | |/ |/|
| * Fix for separate compilation with value class issue (missing companion object...VladimirNik2016-03-076-0/+16
* | Allow successive opening comments.Martin Odersky2016-03-071-0/+10
|/
* Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrackodersky2016-03-071-9/+0
|\
| * Handle local traits in lambda liftMartin Odersky2016-03-011-9/+0
* | Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-031-2/+2
* | Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-032-0/+46
|/
* Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-201-0/+18
|\
| * Add support for private[this] parameter in value classesVladimirNik2016-02-191-0/+18
* | Merge pull request #1072 from dotty-staging/change-isVolatile-2odersky2016-02-195-0/+544
|\ \ | |/ |/|
| * Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-1/+15
| * Add some flexibility in comparing named and unnamed parameterized types.Martin Odersky2016-02-191-0/+58
| * Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-191-0/+15
| * More named param testsMartin Odersky2016-02-193-0/+437
| * Augment test caseMartin Odersky2016-02-191-2/+5
| * First version of named type argumentsMartin Odersky2016-02-191-0/+17
* | Merge pull request #1106 from dotty-staging/neg-linesDmitry Petrashko2016-02-192-4/+4
|\ \ | |/ |/|
| * Neg tests: remove // error from pos testsVladimirNik2016-02-192-2/+2
| * Adapt neg tests to new neg tests checksVladimirNik2016-02-181-1/+1
| * Negtests with // error commentsvsalvis2016-02-183-5/+5
* | Merge pull request #1107 from dotty-staging/fix/wildApprox-lazyrefodersky2016-02-191-0/+5
|\ \
| * | ProtoTypes#wildApprox: fix LazyRef approximationGuillaume Martres2016-02-181-0/+5
| |/
* | Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-181-0/+10
|\ \ | |/ |/|
| * Fix pos testMartin Odersky2016-02-161-1/+1
| * Add more pos and neg testsMartin Odersky2016-02-161-0/+2
| * Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+8
* | Add test caseMartin Odersky2016-02-161-0/+18
|/
* Allow enclosing module as qualifying classMartin Odersky2016-02-121-0/+7
* Enable tests for old fixed issuesGuillaume Martres2016-02-091-0/+8
* Merge pull request #1051 from dotty-staging/change-isVolatileodersky2016-02-098-231/+31
|\
| * Reorganize tests to account for new typing of projectionMartin Odersky2016-02-097-231/+0
| * Use isRealizable to identify stable prefixesMartin Odersky2016-02-091-0/+31
* | Merge pull request #1058 from dotty-staging/fix-#864-v2Guillaume Martres2016-02-091-0/+10
|\ \ | |/ |/|
| * Prune constraints that could turn into cyclesMartin Odersky2016-02-051-0/+10
* | Merge pull request #1053 from dotty-staging/fix-#1045odersky2016-02-082-3/+8
|\ \
| * | Try to make refinements match in approximateUnionsMartin Odersky2016-02-041-0/+7
| * | Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-041-3/+1
| |/