aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-173-0/+16
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-153-0/+16
* | Add passing testsMartin Odersky2016-08-1710-2/+2
* | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-172-22/+1
* | Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-173-3/+28
* | Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-171-0/+0
* | Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-0/+74
* | New string infterpolatorsMartin Odersky2016-08-161-0/+26
* | Error message for illegal self type (#1424)Martin Odersky2016-08-161-0/+3
* | Suspend interpolating typevars when there are unreported errors.Martin Odersky2016-08-161-0/+8
* | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-152-1/+25
|\ \
| * | t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
| * | Test that #1442 is fixed.Dmitry Petrashko2016-08-091-0/+24
* | | Merge pull request #1450 from cswinter/elim-toplevel-typeboundGuillaume Martres2016-08-151-1/+0
|\ \ \ | |_|/ |/| |
| * | Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-1/+0
| |/
* | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-146-1/+1527
|\ \
| * | 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
* | | Fix #1447: Make X$ <:< X.type when X is an objectGuillaume Martres2016-08-091-0/+10
| |/ |/|
* | 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
|\ \ \ \