aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | Add test casesMartin Odersky2017-03-206-3/+80
|/
* Merge pull request #2122 from dotty-staging/fix-i2086Guillaume Martres2017-03-202-0/+9
|\
| * Fixed #2086: Add tests for issue that has already been fixed.Nicolas Stucki2017-03-202-0/+9
* | Merge pull request #2123 from dotty-staging/fix-i1573Guillaume Martres2017-03-203-0/+15
|\ \ | |/ |/|
| * Fixed #1573: Add tests for fixed issue.Nicolas Stucki2017-03-203-0/+15
* | Merge pull request #2118 from abeln/super-bugDmitry Petrashko2017-03-201-0/+3
|\ \ | |/ |/|
| * Fix bug in typechecking super prefix with invalid enclosing classAbel Nieto2017-03-171-0/+3
* | Better type inference in harmonizeUnionGuillaume Martres2017-03-181-0/+34
* | Merge pull request #2110 from dotty-staging/fix/reduce-more-lambdasGuillaume Martres2017-03-181-0/+3
|\ \