aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fine-grained distinctions when flags are defined.Martin Odersky2017-04-041-0/+16
* New test caseMartin Odersky2017-04-042-0/+30
* 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-046-0/+39
* Adapt generic tests to model modified enum values schemeMartin Odersky2017-04-045-21/+35
* Merge pull request #2159 from dotty-staging/fix-hashcodeDmitry Petrashko2017-04-031-4/+4
|\
| * Merge branch 'master' into fix-hashcodeFelix Mulder2017-04-021-0/+37
| |\
| * | Optimize hashCode computationMartin Odersky2017-03-311-4/+4
* | | 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-292-0/+10
* Add run testing capabilitiesFelix Mulder2017-03-297-73/+5
* 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
* | Update check fileMartin Odersky2017-03-202-4/+4
* | Add test casesMartin Odersky2017-03-206-3/+80
|/
* Fixed #1573: Add tests for fixed issue.Nicolas Stucki2017-03-202-0/+10
* Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-181-0/+13
|\
| * Test that #2054 is fixed.Dmitry Petrashko2017-03-071-0/+13
* | Fix #2099: avoid loading a private member when recomputing a NamedType denotGuillaume Martres2017-03-163-0/+28
* | Merge pull request #2098 from dotty-staging/fix-i1960Guillaume Martres2017-03-141-0/+8
|\ \
| * | add test for #1960liu fengyun2017-03-141-0/+8
* | | Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-132-0/+11
|/ /
* | Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-097-0/+281
|\ \
| * | New test: covariant hmapsMartin Odersky2017-03-021-0/+97
| * | Drop duplication in testMartin Odersky2017-03-011-71/+0
| * | Add non-variant version of HLists for completenessMartin Odersky2017-02-282-0/+157
| * | Add check fileMartin Odersky2017-02-281-0/+1
| * | Independent test case, mentioned in #2004.Martin Odersky2017-02-281-0/+11
| * | New testMartin Odersky2017-02-282-0/+86
* | | Drop special case around Function1Martin Odersky2017-03-082-5/+7
* | | Add puzzler 54 as a testMartin Odersky2017-03-081-0/+13
* | | Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-082-3/+3
* | | Disable most tests that depend on scala-reflectGuillaume Martres2017-03-082-58/+0
| |/ |/|
* | Merge pull request #2031 from dotty-staging/fix-#2030odersky2017-03-032-8/+6
|\ \ | |/ |/|
| * Test polishingMartin Odersky2017-02-272-8/+6
* | Merge pull request #2011 from dotty-staging/hmap-testodersky2017-02-271-0/+97
|\ \ | |/ |/|
| * Update HMap testOlivier Blanvillain2017-02-201-44/+24
| * Add HMap test caseOlivier Blanvillain2017-02-201-0/+117
* | Merge pull request #1993 from dotty-staging/add-lazy-implicitsodersky2017-02-254-0/+150
|\ \
| * | Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-174-0/+150
* | | Fix #2020: Only the first parameters of a case class are caseaccessorsMartin Odersky2017-02-221-0/+8
* | | Merge pull request #1996 from dotty-staging/fix-#1990odersky2017-02-214-0/+73
|\ \ \ | |_|/ |/| |
| * | Harden outer proxy computation of inlined codeMartin Odersky2017-02-192-0/+21
| * | Bonus test: builder patternMartin Odersky2017-02-182-0/+52
| |/
* | Merge pull request #1989 from dotty-staging/remove/scalac-testsGuillaume Martres2017-02-182-28/+0
|\ \