aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #2152: Instantiate dependent result type parametersMartin Odersky2017-04-111-0/+7
* 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
| * | New test caseMartin Odersky2017-04-043-0/+44
| * | Link generic test to actual implementations of Enum and EnumValuesMartin Odersky2017-04-043-26/+2
| * | Another testMartin Odersky2017-04-042-0/+11
| * | Add testsMartin Odersky2017-04-047-0/+47
| * | Adapt generic tests to model modified enum values schemeMartin Odersky2017-04-045-21/+35
| |/
* | Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-052-1/+5
|\ \
| * | Remove name clash in test.Dmitry Petrashko2017-03-131-1/+1
| * | Check that #2024 is fixed.Dmitry Petrashko2017-03-081-0/+4
* | | checkNoPrivateLeaks: Do not allow types to refer to leaky aliasesGuillaume Martres2017-04-043-1/+28
| |/ |/|
* | Merge pull request #2162 from abeln/infix-opDmitry Petrashko2017-04-041-0/+5
|\ \
| * | Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-0/+5
* | | Merge pull request #2159 from dotty-staging/fix-hashcodeDmitry Petrashko2017-04-031-4/+4
|\ \ \
| * \ \ Merge branch 'master' into fix-hashcodeFelix Mulder2017-04-022-0/+43
| |\ \ \
| * | | | Optimize hashCode computationMartin Odersky2017-03-311-4/+4
* | | | | Merge branch 'master' into si4400Felix Mulder2017-04-021-0/+6
|\ \ \ \ \ | | |/ / / | |/| | |