aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-1/+0
* Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-071-0/+10
|\
| * Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-021-0/+10
* | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-031-0/+3
* | Merge pull request #1431 from cswinter/wip-unboundwildcardodersky2016-08-012-0/+30
|\ \ | |/ |/|
| * Add tests for infix types with wildcard parametersClemens Winter2016-08-011-0/+9
| * Add tests for unbound wildcard typesClemens Winter2016-08-011-0/+21
* | Merge pull request #1429 from dotty-staging/fix-#1426Guillaume Martres2016-08-011-0/+8
|\ \ | |/ |/|
| * Fix varable printing in REPLMartin Odersky2016-07-311-0/+8
* | Merge pull request #1398 from dotty-staging/fix-#1269Dmitry Petrashko2016-07-311-0/+16
|\ \ | |/ |/|
| * Fix outer test in pattern matcherMartin Odersky2016-07-171-0/+16
* | Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-311-0/+4
* | Merge pull request #1115 from dotty-staging/ensure-bootstrapped-partestodersky2016-07-312-0/+16
|\ \
| * | Add check fileMartin Odersky2016-07-281-0/+2
| * | Add test file.Martin Odersky2016-07-281-0/+14
* | | Fix #1423: Fix owners of called methods in CollectSuperCalls.Nicolas Stucki2016-07-292-0/+25
* | | Merge pull request #1410 from dotty-staging/fix-#1263Dmitry Petrashko2016-07-281-0/+34
|\ \ \ | |/ / |/| |
| * | Extend test case to test variations of modifiers on trait parameters.Martin Odersky2016-07-251-0/+24
| * | Fix #1263: Suppress super initializer call for val parameters of traits.Martin Odersky2016-07-221-0/+10
* | | Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-2710-5/+7
|\ \ \
| * | | Fix colltest4: ListBuffer[A]#fromIterable had an incorrect castFelix Mulder2016-07-271-1/+1
| * | | Move java tests relying on type parameters to pendingGuillaume Martres2016-07-274-0/+0
| * | | pos/java-interop/volatile: Fix compilation with javacGuillaume Martres2016-07-271-0/+0
| * | | Remove overloaded constructor for annotationsGuillaume Martres2016-07-271-1/+1
| * | | Fix colltest5 test under separate compilationGuillaume Martres2016-07-274-3/+5
* | | | Merge pull request #1415 from dotty-staging/fix-i1354odersky2016-07-272-0/+33
|\ \ \ \
| * | | | fix #1354: improve type test and typecast of union typesliu fengyun2016-07-262-0/+33
| |/ / /
* | | | Merge pull request #1412 from dotty-staging/fix-#1284odersky2016-07-261-0/+8
|\ \ \ \
| * | | | Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-251-0/+8
* | | | | Merge pull request #1409 from dotty-staging/fix-hk-typdefs-of-lambdasGuillaume Martres2016-07-251-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Take curried type lambdas into accountMartin Odersky2016-07-221-0/+12
| * | | | Fix parameterized typedefs with lambdas as rhsMartin Odersky2016-07-221-0/+9
| | |/ / | |/| |
* | | | Adress reviewers commentsMartin Odersky2016-07-251-1/+1
* | | | Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-251-0/+7
| |/ / |/| |
* | | Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-211-0/+25
|/ /
* | Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-211-0/+3
|\ \
| * | Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-0/+3
| |/
* | Merge pull request #1402 from dotty-staging/fix-wildcard-protosGuillaume Martres2016-07-191-0/+11
|\ \
| * | Add test caseMartin Odersky2016-07-191-0/+11
* | | Merge pull request #1400 from dotty-staging/fix/hk-reduce-typerefsodersky2016-07-192-0/+22
|\ \ \ | |/ / |/| |
| * | HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-181-0/+11
| * | Better test for #1181Guillaume Martres2016-07-181-0/+11
| |/
* | Merge pull request #1393 from dotty-staging/fix-#1386odersky2016-07-181-0/+4
|\ \
| * | Refine disambiguation logic and add test case.Martin Odersky2016-07-151-0/+4
* | | Merge pull request #1399 from dotty-staging/fix-patmat-typingodersky2016-07-182-0/+25
|\ \ \
| * | | Fix test error annotationMartin Odersky2016-07-181-1/+1
| * | | Add test caseMartin Odersky2016-07-181-0/+24
| * | | Fix typing of match expressionsMartin Odersky2016-07-171-0/+1
| | |/ | |/|
* | | Merge pull request #1389 from dotty-staging/fix-#1381odersky2016-07-185-6/+80
|\ \ \ | |/ / |/| |
| * | Make run tests for #1381.Nicolas Stucki2016-07-183-36/+66