aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2154 from dotty-staging/topic/fix-#2151Felix Mulder2017-03-311-0/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix #2151: don't die for wrong number of typeargs appliedFelix Mulder2017-03-311-0/+6
| | |/ /
* | / / Test that SI-4400 stays fixed.Dmitry Petrashko2017-03-311-0/+35
|/ / /
* / / Test that #2156 is fixedDmitry Petrashko2017-03-301-0/+37
|/ /
* | Fix #2147: redirect both java and scala std out/errFelix Mulder2017-03-294-0/+20
* | Add test to check failure of non-tail recursiveFelix Mulder2017-03-291-0/+7
* | Move varargs tests to top-level pos and negFelix Mulder2017-03-298-3/+3
* | Add testing of new test frameworkFelix Mulder2017-03-2911-0/+56
* | Add run testing capabilitiesFelix Mulder2017-03-297-73/+5
* | Add neg testing capability to ParallelTestingFelix Mulder2017-03-292-2/+2
* | Fix i851.java not being valid javaFelix Mulder2017-03-291-1/+1
* | Merge pull request #2139 from dotty-staging/fix/false-companionGuillaume Martres2017-03-284-0/+17
|\ \
| * | Fix #2137: Create dummy companions for top-level objects without a real oneGuillaume Martres2017-03-234-0/+17
* | | Merge pull request #2127 from dotty-staging/fix/variable-pattern-accessGuillaume Martres2017-03-282-0/+23
|\ \ \
| * | | Fix desugaring of variable pattern leaking into APIGuillaume Martres2017-03-212-0/+23
* | | | Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-227-0/+21
| |/ / |/| |
* | | Update check fileMartin Odersky2017-03-202-4/+4