aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-107-16/+16
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-102-56/+50
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-102-10/+10
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-102-10/+10
* Make `typeDiff` aware of placeholder typesFelix Mulder2016-10-101-7/+7
* Refactor explanation interpolatorFelix Mulder2016-10-102-36/+33
* Remove duplication of console reportersFelix Mulder2016-10-102-56/+63
* Add modifiers to highlightingFelix Mulder2016-10-102-30/+30
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-0620-5/+456
|\
| * Add InlineBytecodeTests to check that inline really worksGuillaume Martres2016-10-051-7/+0
| * Add test caseMartin Odersky2016-10-051-0/+7
| * 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
| * Add inline for valsMartin Odersky2016-10-021-0/+24
| * Add accessibility check for type of newMartin Odersky2016-10-021-1/+0
| * Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-023-5/+21
| * 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
* | Merge pull request #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-0630-0/+8
|\ \ | |/ |/|
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-0730-0/+8
* | 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
| | |_|/ | |/| |