aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1821 from dotty-staging/fix-i1820odersky2016-12-204-0/+38
|\
| * Fix #1820: condition of whether generates outerliu fengyun2016-12-193-2/+22
| * fix #1820: make sure outer of traits implementedliu fengyun2016-12-182-0/+18
* | Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-1/+5
* | New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+44
* | More tests and starting a blog postMartin Odersky2016-12-171-1/+118
* | Enrich test caseMartin Odersky2016-12-171-0/+41
* | Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-0/+55
|/
* fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-082-0/+14
* fix #1773: handle patterns in interpolated stringliu fengyun2016-12-082-0/+16
* make test runnableliu fengyun2016-11-282-0/+16
* Create dotty-lib.jar for run testsFelix Mulder2016-11-225-65/+0
* Merge pull request #1577 from dotty-staging/fix-1543-2odersky2016-10-132-0/+72
|\
| * Fix #1543: Ignore IgnoredProto when normalizing method application.Nicolas Stucki2016-10-112-0/+72
* | Fix erasure of "def foo[T]: Unit", do not box the return typeGuillaume Martres2016-10-131-0/+16
* | Adapt testsMartin Odersky2016-10-113-12/+6
|/
* Address @smarter's review commentsMartin Odersky2016-10-021-2/+1
* Add check fileMartin Odersky2016-10-021-0/+137
* Handle inlining in inlining argumentsMartin Odersky2016-10-021-4/+8
* Inline function parametersMartin Odersky2016-10-021-1/+5
* Generalize checkInlineConformant to functionsMartin Odersky2016-10-021-0/+44
* Don't drop inline closure bindings that are referred in the bodyMartin Odersky2016-10-021-0/+4
* Always use implicit context at the current periodMartin Odersky2016-10-021-5/+4
* Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-022-0/+14
* Make inline a keywordMartin Odersky2016-10-025-43/+16
* More inline testsMartin Odersky2016-10-023-0/+84
* Make inline annotation @scala.inline.Martin Odersky2016-10-023-9/+9
* 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
* Add check filesMartin Odersky2016-10-022-0/+6
* Support separate compilationMartin Odersky2016-10-024-15/+42
* Recursive inlining testsMartin Odersky2016-10-021-0/+17
* Add Inlined tree nodeMartin Odersky2016-10-021-2/+4
* First version of inline schemeMartin Odersky2016-10-021-0/+53
* Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-172-0/+43
* Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-1621-0/+336
|\
| * Enable scala.Dynamic pending/untried tests.Nicolas Stucki2016-09-0512-0/+170
| * Fix #1474: Fix applies to applyDynamic.Nicolas Stucki2016-09-055-0/+111
| * Fix #1470: Fix dynamic selection in presence of inaccessible members.Nicolas Stucki2016-09-053-0/+14
| * Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-051-0/+41
* | Move t1335 test from /pos to /runOlivier Blanvillain2016-09-151-0/+11
* | Add missing check file.Martin Odersky2016-09-141-0/+2
* | Fix test syntax to make it dotty compatibleMartin Odersky2016-09-141-2/+2
* | Add some run testsMartin Odersky2016-09-146-0/+160
* | Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-132-0/+40
|/
* Fix #1490: type test of union types via type aliasliu fengyun2016-09-012-0/+16
* Move tests to right directoryMartin Odersky2016-08-262-11/+0