aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move leak detection to CheckingMartin Odersky2016-02-191-0/+2
* Add checking for leaking private definitionsMartin Odersky2016-02-191-0/+45
* Copy access flags to derived definitions during desugaringMartin Odersky2016-02-191-0/+19
* Merge pull request #1106 from dotty-staging/neg-linesDmitry Petrashko2016-02-1949-140/+141
|\
| * Neg tests: remove // error from pos testsVladimirNik2016-02-192-2/+2
| * Adapt neg tests to new neg tests checksVladimirNik2016-02-1818-56/+56
| * Negtests with // error commentsvsalvis2016-02-1837-99/+100
* | Merge pull request #1107 from dotty-staging/fix/wildApprox-lazyrefodersky2016-02-191-0/+5
|\ \
| * | ProtoTypes#wildApprox: fix LazyRef approximationGuillaume Martres2016-02-181-0/+5
| |/
* | Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-183-0/+46
|\ \ | |/ |/|
| * Fix pos testMartin Odersky2016-02-161-1/+1
| * Untuple using `def` not `val`.Martin Odersky2016-02-161-0/+8
| * Strengthen requirement for auto-tuplingMartin Odersky2016-02-161-0/+4
| * Add more pos and neg testsMartin Odersky2016-02-162-1/+5
| * Auto-uncurry n-ary functions.Martin Odersky2016-02-162-0/+30
* | Merge pull request #1073 from dotty-staging/fix-#576odersky2016-02-181-0/+18
|\ \
| * | Add test caseMartin Odersky2016-02-161-0/+18
* | | Merge pull request #1082 from dotty-staging/add-replDmitry Petrashko2016-02-181-0/+24
|\ \ \
| * | | Reinstantiate t920Martin Odersky2016-02-171-0/+24
| | |/ | |/|
* / | Add checks for value classes:VladimirNik2016-02-161-0/+10
|/ /
* | Merge pull request #1075 from dotty-staging/fix-t920-testDmitry Petrashko2016-02-161-0/+5
|\ \ | |/ |/|
| * Move test to pendingMartin Odersky2016-02-111-0/+5
* | Merge pull request #1081 from dotty-staging/fix-#645Dmitry Petrashko2016-02-121-0/+0
|\ \
| * | Add test case for #645Martin Odersky2016-02-121-0/+0
| |/
* | Allow enclosing module as qualifying classMartin Odersky2016-02-121-0/+7
* | Survive class of errors in implicit searchMartin Odersky2016-02-121-0/+5
|/
* Enable tests for old fixed issuesGuillaume Martres2016-02-097-0/+0
* Merge pull request #1051 from dotty-staging/change-isVolatileodersky2016-02-0924-33/+410
|\
| * By-name parameters are not stable values.Martin Odersky2016-02-092-14/+21
| * New test files from SI 7278.Martin Odersky2016-02-092-0/+74
| * Big realizability refactoringMartin Odersky2016-02-095-38/+129
| * Handle paths of length > 1 for realizability checkingMartin Odersky2016-02-091-0/+27
| * Drop lines from testMartin Odersky2016-02-092-3/+1
| * Check that non-abstract classes have realizable bounds.Martin Odersky2016-02-091-3/+18
| * Handle imports in path checks.Martin Odersky2016-02-091-11/+9
| * Fix path error disgnasticsMartin Odersky2016-02-091-0/+16
| * Only final lazy vals can be paths.Martin Odersky2016-02-092-2/+31
| * Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-093-2/+12
| * Reorganize tests to account for new typing of projectionMartin Odersky2016-02-0914-22/+79
| * Also consider type aliases when checking for realizabilityMartin Odersky2016-02-091-0/+24
| * Use isRealizable to identify stable prefixesMartin Odersky2016-02-092-9/+40
| * No volatile check needed for strict vals.Martin Odersky2016-02-091-9/+9
* | Merge pull request #1058 from dotty-staging/fix-#864-v2Guillaume Martres2016-02-091-0/+10
|\ \ | |/ |/|
| * Prune constraints that could turn into cyclesMartin Odersky2016-02-051-0/+10
* | Merge pull request #1053 from dotty-staging/fix-#1045odersky2016-02-083-3/+8
|\ \
| * | Disable benchmark testMartin Odersky2016-02-041-0/+0
| * | Try to make refinements match in approximateUnionsMartin Odersky2016-02-041-0/+7
| * | Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-041-3/+1
| |/
* | Merge pull request #1067 from dotty-staging/fix-1065odersky2016-02-081-0/+12
|\ \
| * | Test that #1065 is fixed.Dmitry Petrashko2016-02-081-0/+12
| |/