aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing importMartin Odersky2016-07-311-0/+1
* Fix problem with IndexedView.iterator.lengthMartin Odersky2016-07-311-4/+3
* More systematic treatement of IndexedViewMartin Odersky2016-07-301-26/+61
* Index members of a class before evaluating its parentsMartin Odersky2016-07-291-0/+26
* Drop on LinearSeq needs to return collection of same type as it was called on.Martin Odersky2016-07-291-8/+38
* Tweaks to strawmanMartin Odersky2016-07-282-92/+112
* Make colltest6 self-containedMartin Odersky2016-07-272-1/+2
* Move test from pos to runMartin Odersky2016-07-271-1/+10
* Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-271-5/+5
* Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-272-24/+24
* Fix substDealiasMartin Odersky2016-07-271-0/+11
* Improve dropMartin Odersky2016-07-271-10/+3
* Further extension with LazyListMartin Odersky2016-07-263-105/+594
* Add arrays to collection strawmanMartin Odersky2016-07-253-0/+912
* 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
| * | Add testsMartin Odersky2016-07-153-0/+39
| * | Additions to testMartin Odersky2016-07-151-0/+9
| * | Changes to overloadingMartin Odersky2016-07-151-6/+2
* | | Merge pull request #1377 from dotty-staging/#1365odersky2016-07-151-0/+13
|\ \ \
| * | | Fix 1365: Fix bindings in patternsMartin Odersky2016-07-091-0/+13
* | | | Merge pull request #1291 from nicolasstucki/implement-scala-dynamicDmitry Petrashko2016-07-1534-0/+462
|\ \ \ \
| * | | | Fix TypeOps.featureEnabled ignoring import disabling.Nicolas Stucki2016-07-071-0/+10
| * | | | Add scala.Dynamic language feature check.Nicolas Stucki2016-07-072-0/+10
| * | | | Fix #657: Add scala.Dynamic support.Nicolas Stucki2016-07-0732-0/+442
| |/ / /
* | | | Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-153-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement -Yno-predef and -Yno-importsjvican2016-06-293-0/+9
* | | | Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-1544-76/+404
|\ \ \ \
| * | | | Bounds of type lambdas compare contravariantlyMartin Odersky2016-07-152-1/+9
| * | | | Add test case for hk bounds checkingMartin Odersky2016-07-141-0/+23
| * | | | Fix bounds checking of hk applied typedMartin Odersky2016-07-143-7/+37
| * | | | Allow hk parameters in lower boundsMartin Odersky2016-07-133-11/+15
| * | | | Enable test for fixed #1181: Typer should preserve aliases in TypeTreesGuillaume Martres2016-07-121-0/+0
| * | | | Drop restriction to 2nd order hk typesMartin Odersky2016-07-124-6/+55