aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add test set for exhaustivity and redundancy checkliu fengyun2016-08-24136-0/+3184
* Three incompatibilities with scalac.Ólafur Páll Geirsson2016-08-238-0/+64
* Merge pull request #1456 from dotty-staging/fix-#1444odersky2016-08-215-5/+49
|\
| * Fix testMartin Odersky2016-08-201-1/+1
| * Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-205-5/+49
* | Merge pull request #1459 from dotty-staging/tests3odersky2016-08-215-30/+31
|\ \
| * | Address reviewers comments.Martin Odersky2016-08-211-4/+2
| * | Add import back.Martin Odersky2016-08-181-0/+2
| * | Test reshufflingMartin Odersky2016-08-183-25/+5
| * | Refinements to auto tuplingMartin Odersky2016-08-182-4/+25
| |/
* | Add passing testMartin Odersky2016-08-182-0/+8
* | Fix to avoidance of singleton type argumentsMartin Odersky2016-08-182-8/+0
* | Fixes in comparisons between singleton typesMartin Odersky2016-08-181-0/+0
|/
* 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