aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix test syntax to make it dotty compatibleMartin Odersky2016-09-141-2/+2
* | Add some run testsMartin Odersky2016-09-146-0/+160
* | Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-132-0/+40
|/
* Fix #1490: type test of union types via type aliasliu fengyun2016-09-012-0/+16
* Move tests to right directoryMartin Odersky2016-08-262-11/+0
* Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-201-3/+0
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-172-0/+13
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-152-0/+13
* | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-171-0/+112
* | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-151-1/+1
|\ \ | |/ |/|
| * t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
* | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-144-0/+1497
|\ \ | |/ |/|
| * 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
| * 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-0/+17
| * Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-271-5/+5
| * Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-272-24/+24
| * 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
* | 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-274-4/+6
|\ \
| * | Fix colltest4: ListBuffer[A]#fromIterable had an incorrect castFelix Mulder2016-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
| |/
* / Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-251-0/+8
|/
* 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 #1389 from dotty-staging/fix-#1381odersky2016-07-182-0/+66
|\ \
| * | Make run tests for #1381.Nicolas Stucki2016-07-182-0/+66
* | | Merge pull request #1291 from nicolasstucki/implement-scala-dynamicDmitry Petrashko2016-07-151-0/+164
|\ \ \ | |/ / |/| |
| * | Fix #657: Add scala.Dynamic support.Nicolas Stucki2016-07-071-0/+164
* | | Merge pull request #1368 from dotty-staging/skip-redundant-superclassesDmitry Petrashko2016-07-152-0/+38
|\ \ \ | |_|/ |/| |
| * | Fix #1209: Skip redundant superclasses\supertraits.Nicolas Stucki2016-07-132-0/+38
| |/
* / Fix erasure of Java Array[T]Martin Odersky2016-07-141-0/+6
|/
* Merge pull request #1315 from nicolasstucki/optimize-try-casesDmitry Petrashko2016-06-302-0/+159
|\
| * Fix #856: Handle try/catch cases as catch cases if possible.Nicolas Stucki2016-06-282-0/+159
* | partest: correct line numbers in run stack tracesGuillaume Martres2016-06-301-3/+3
|/
* Add tests that were used to reproduce issues with LazyVals.Dmitry Petrashko2016-06-072-0/+14