aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable scala.Dynamic pending/untried tests.Nicolas Stucki2016-09-0523-120/+98
* Fix #1474: Fix applies to applyDynamic.Nicolas Stucki2016-09-055-0/+1
* Fix #1470: Fix dynamic selection in presence of inaccessible members.Nicolas Stucki2016-09-053-0/+1
* Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-053-1/+42
* Merge pull request #1482 from dotty-staging/fix-asapplicable-safeodersky2016-09-042-8/+54
|\
| * Handle case where expected type of a SeqLiteral has an undetermined element t...Martin Odersky2016-08-262-8/+54
* | Fix #1490: type test of union types via type aliasliu fengyun2016-09-012-0/+16
|/
* Dependent method testsMartin Odersky2016-08-264-2/+29
* More tests recategorizedMartin Odersky2016-08-265-3/+2
* Make inherited inferred result type work for dependent methodsMartin Odersky2016-08-261-1/+1
* Relax matching requirement in unApplyMartin Odersky2016-08-261-0/+0
* Move tests to right directoryMartin Odersky2016-08-267-0/+13
* Test recategorizationMartin Odersky2016-08-262-4/+6
* Generalize self-referential member comparisons.Martin Odersky2016-08-262-2/+4
* Type annotations in context enclosing the annotated definitionMartin Odersky2016-08-261-0/+0
* Drop out of date commentMartin Odersky2016-08-261-1/+1
* Add more missing testsMartin Odersky2016-08-268-0/+72
* Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-263-0/+15
* Recategorize testsMartin Odersky2016-08-2678-135/+6
* GADT testMartin Odersky2016-08-261-2/+2
* Merge pull request #1460 from dotty-staging/fix-t1756odersky2016-08-262-59/+33
|\
| * Make sure arguments are evaluated in the correct typer state.Martin Odersky2016-08-212-59/+33
* | add test set for exhaustivity and redundancy checkliu fengyun2016-08-24136-0/+3184
* | Three incompatibilities with scalac.Ólafur Páll Geirsson2016-08-238-0/+64
* | Merge pull request #1456 from dotty-staging/fix-#1444odersky2016-08-215-5/+49
|\ \ | |/ |/|
| * Fix testMartin Odersky2016-08-201-1/+1
| * Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-205-5/+49
* | Merge pull request #1459 from dotty-staging/tests3odersky2016-08-215-30/+31
|\ \
| * | Address reviewers comments.Martin Odersky2016-08-211-4/+2
| * | Add import back.Martin Odersky2016-08-181-0/+2
| * | Test reshufflingMartin Odersky2016-08-183-25/+5
| * | Refinements to auto tuplingMartin Odersky2016-08-182-4/+25
| |/
* | Add passing testMartin Odersky2016-08-182-0/+8
* | Fix to avoidance of singleton type argumentsMartin Odersky2016-08-182-8/+0
* | Fixes in comparisons between singleton typesMartin Odersky2016-08-181-0/+0
|/
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-173-0/+16
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-153-0/+16
* | Add passing testsMartin Odersky2016-08-1710-2/+2
* | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-172-22/+1
* | Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-173-3/+28
* | Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-171-0/+0
* | Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-0/+74
* | New string infterpolatorsMartin Odersky2016-08-161-0/+26
* | Error message for illegal self type (#1424)Martin Odersky2016-08-161-0/+3
* | Suspend interpolating typevars when there are unreported errors.Martin Odersky2016-08-161-0/+8
* | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-152-1/+25
|\ \
| * | t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
| * | Test that #1442 is fixed.Dmitry Petrashko2016-08-091-0/+24
* | | Merge pull request #1450 from cswinter/elim-toplevel-typeboundGuillaume Martres2016-08-151-1/+0
|\ \ \ | |_|/ |/| |
| * | Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-1/+0
| |/