aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make inline a keywordMartin Odersky2016-10-027-50/+22
* More inline testsMartin Odersky2016-10-023-0/+84
* Make inline annotation @scala.inline.Martin Odersky2016-10-026-26/+11
* Test case for closure inliningMartin Odersky2016-10-021-0/+18
* Update check fileMartin Odersky2016-10-021-0/+5
* Add test for pattern matching against outerMartin Odersky2016-10-022-0/+20
* Handle outer this in InlinerMartin Odersky2016-10-022-2/+6
* Remove redundanr testMartin Odersky2016-10-021-17/+0
* Neg test demonstrating inline positions under cross-compilationMartin Odersky2016-10-022-0/+15
* Add check filesMartin Odersky2016-10-022-0/+6
* Support separate compilationMartin Odersky2016-10-024-15/+42
* Recursive inlining testsMartin Odersky2016-10-022-0/+32
* Add Inlined tree nodeMartin Odersky2016-10-021-2/+4
* First version of inline schemeMartin Odersky2016-10-022-0/+68
* Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-173-0/+57
* Merge pull request #1465 from dotty-staging/fix-#1457odersky2016-09-167-6/+18
|\
| * Add test file.Martin Odersky2016-08-262-0/+15
| * Accommodate Scala2 name resolution schemeMartin Odersky2016-08-263-23/+0
| * Fix #1457: Three incompatbilities with scalacMartin Odersky2016-08-238-6/+26
* | Merge pull request #1514 from OlivierBlanvillain/fix-1513odersky2016-09-162-0/+61
|\ \
| * | Fix corner case w types ALL passed by name & out of orderOlivier Blanvillain2016-09-161-1/+10
| * | Fix #1513: misaligned by name type parameter type boundsOlivier Blanvillain2016-09-152-0/+52
* | | Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-1634-121/+142
|\ \ \
| * | | 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
* | | | 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