aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-161-0/+10
|\
| * Refinement of interpolation directionMartin Odersky2016-10-131-0/+9
| * Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-131-0/+1
* | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-0/+4
|\ \
| * | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-0/+4
* | | Merge pull request #1597 from dotty-staging/fix-i1540odersky2016-10-142-0/+28
|\ \ \
| * | | add another test for i1540liu fengyun2016-10-141-0/+14
| * | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-141-0/+14
* | | | Merge pull request #1598 from dotty-staging/fix-#1515Guillaume Martres2016-10-141-0/+16
|\ \ \ \
| * | | | Fix #1515: Don't narrow gadt bounds when frozenMartin Odersky2016-10-141-0/+16
| |/ / /
* / / / Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-141-0/+6
|/ / /
* | | 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
| |_|/ |/| |
* | | Update tests to use new PolyType syntax.Martin Odersky2016-10-127-20/+20
* | | Use => instead of -> for PolyTypesMartin Odersky2016-10-121-0/+9
* | | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-121-0/+13
* | | Add test caseMartin Odersky2016-10-111-0/+6
* | | Drop dotty.language from DefinitionsMartin Odersky2016-10-111-1/+0
* | | Disallow singleton types in unionsMartin Odersky2016-10-111-0/+6
* | | Adapt testsMartin Odersky2016-10-117-39/+39
|/ /
* | Add Levenshtein distance for member values and typesFelix Mulder2016-10-101-0/+5
* | 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