aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ability to only compile run testsFelix Mulder2017-04-121-7/+0
* Implement meta tests suggested by @DarkDimiusFelix Mulder2017-04-125-0/+76
* Disable scalac internals testsFelix Mulder2017-04-127-0/+1
* Merge pull request #2229 from dotty-staging/sync-classfile-parserodersky2017-04-123-0/+32
|\
| * Disable t5293, benchmarks should not be run as testsGuillaume Martres2017-04-111-0/+0
| * SI-9915 Utf8_info are modified UTF8Guillaume Martres2017-04-112-0/+32
* | Merge pull request #2225 from dotty-staging/fix-#2192odersky2017-04-112-3/+21
|\ \ | |/ |/|
| * Increase time limit for failing testMartin Odersky2017-04-111-3/+2
| * Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-111-0/+19
* | Merge pull request #2228 from dotty-staging/fix-#2218odersky2017-04-111-0/+9
|\ \
| * | Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-0/+9
* | | Merge pull request #2216 from dotty-staging/fix-2163odersky2017-04-111-0/+21
|\ \ \ | |/ / |/| |
| * | Remove check fileMartin Odersky2017-04-111-1/+0
| * | Handle supercalls in inner classes correctlyMartin Odersky2017-04-111-2/+14
| * | add missing printliu fengyun2017-04-111-1/+1
| * | fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-112-0/+10
* | | Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-111-0/+7
|/ /
* | Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-116-0/+111
|\ \
| * | Add testsOlivier Blanvillain2017-04-066-0/+111
* | | Merge pull request #2215 from dotty-staging/#2142odersky2017-04-111-0/+28
|\ \ \
| * | | Skolemize arguments to dependent methods as necessary.Martin Odersky2017-04-101-0/+28
* | | | Merge pull request #2197 from dotty-staging/add-enum-exhaustivenessodersky2017-04-1010-5/+98
|\ \ \ \
| * | | | add more enum exhaustivity testsliu fengyun2017-04-063-0/+77
| * | | | exhaustivity support for enumsliu fengyun2017-04-066-5/+17
| * | | | Add child annotations for enum valuesMartin Odersky2017-04-061-0/+4
| | |/ / | |/| |
* | | | Merge pull request #2206 from dotty-staging/fix-#2198odersky2017-04-101-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #2198: Don't widen module singletonsMartin Odersky2017-04-091-0/+6
* | | | Merge pull request #2207 from dotty-staging/fix-#2188Nicolas Stucki2017-04-091-0/+5
|\ \ \ \
| * | | | Fix #2188: Do cbn transform also on SelectsMartin Odersky2017-04-091-0/+5
| |/ / /
* | | | Merge pull request #2208 from dotty-staging/fix-#2192Guillaume Martres2017-04-091-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix #2192: Fullow supertypes when determining whether an expect type is a fun...Martin Odersky2017-04-091-0/+7
| |/ /
* | | Merge pull request #2205 from dotty-staging/fix-#2220odersky2017-04-092-0/+10
|\ \ \ | |/ / |/| |
| * | Tweak logic for hk type comparisonsMartin Odersky2017-04-092-0/+10
* | | Fix #2201: Less aggressive type application reduction for better inferenceGuillaume Martres2017-04-083-0/+33
|/ /
* | Merge pull request #2187 from dotty-staging/fix-2166odersky2017-04-061-0/+5
|\ \ | |/ |/|
| * fix #2166: unpickling of shared CaseDefliu fengyun2017-04-041-0/+5
* | Merge pull request #1958 from dotty-staging/add-enumodersky2017-04-0625-32/+246
|\ \
| * | Another test fixedMartin Odersky2017-04-051-1/+1
| * | Update test and add check fileMartin Odersky2017-04-052-1/+9
| * | Implementation of proposal changesMartin Odersky2017-04-053-5/+31
| * | Add check fileMartin Odersky2017-04-051-0/+1
| * | New and updated testsMartin Odersky2017-04-044-3/+37
| * | Infer enum type args from type parameter boundsMartin Odersky2017-04-041-1/+12
| * | Fix neg test error countMartin Odersky2017-04-041-1/+1
| * | Support cases with type parameters that extend a non-parameterized baseMartin Odersky2017-04-041-0/+22
| * | Support comma-separated enum constantsMartin Odersky2017-04-041-3/+1
| * | Change enumeration members.Martin Odersky2017-04-042-2/+4
| * | Change return type of `apply`.Martin Odersky2017-04-041-1/+4
| * | Check that cases with type parameters also have an extends clauseMartin Odersky2017-04-041-0/+1
| * | More fine-grained distinctions when flags are defined.Martin Odersky2017-04-041-0/+16