aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Improve error message on empty catch blockFelix Mulder2016-09-151-0/+3
* | | | Allow try expression without catch or finally, issue warningFelix Mulder2016-09-151-0/+7
* | | | Move t1335 test from /pos to /runOlivier Blanvillain2016-09-151-0/+0
| |/ / |/| |
* | | Add missing check file.Martin Odersky2016-09-141-0/+0
* | | Fix test syntax to make it dotty compatibleMartin Odersky2016-09-141-2/+2
* | | Add some run testsMartin Odersky2016-09-1411-18/+27
* | | Merge pull request #1499 from OlivierBlanvillain/fix-1335Felix Mulder2016-09-141-0/+11
|\ \ \
| * | | Fix #1335: Generate null checks for extractorsOlivier Blanvillain2016-09-081-0/+11
| |/ /
* / / Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-133-0/+68
|/ /
* | 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