aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-201-3/+0
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-172-0/+13
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-152-0/+13
* | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-171-0/+112
* | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-151-1/+1
|\ \ | |/ |/|
| * t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
* | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-144-0/+1497
|\ \ | |/ |/|
| * Add missing importMartin Odersky2016-07-311-0/+1
| * Fix problem with IndexedView.iterator.lengthMartin Odersky2016-07-311-4/+3
| * More systematic treatement of IndexedViewMartin Odersky2016-07-301-26/+61
| * Drop on LinearSeq needs to return collection of same type as it was called on.Martin Odersky2016-07-291-8/+38
| * Tweaks to strawmanMartin Odersky2016-07-282-92/+112
| * Make colltest6 self-containedMartin Odersky2016-07-272-1/+2
| * Move test from pos to runMartin Odersky2016-07-271-0/+17
| * Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-271-5/+5
| * Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-272-24/+24