aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
* Move failing test to pending.Martin Odersky2015-09-181-52/+0
* Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-181-1/+34
* Eta expand type arguments corresponding to lambdasMartin Odersky2015-09-181-2/+2
* Fix desugaring problemMartin Odersky2015-09-121-0/+565
* Test other forms of singleton types.Martin Odersky2015-08-231-2/+18
* Tests of functionality.Martin Odersky2015-08-231-0/+40
* Move the inlining of value class methods before ErasureGuillaume Martres2015-07-071-0/+37
* Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-062-0/+47
|\
| * Add test from pending.Martin Odersky2015-06-251-0/+32
| * Sharpen prototypes of implicit methods.Martin Odersky2015-06-251-0/+15
* | Check value class member restrictionsMartin Odersky2015-07-021-1/+0
* | Merge pull request #678 from dotty-staging/fix/#670-orphan-polyparamodersky2015-06-251-0/+26
|\ \ | |/ |/|
| * Revert test to originalMartin Odersky2015-06-231-2/+2
| * Avoid junk produced by Constraint#replace.Martin Odersky2015-06-221-0/+26
* | Merge pull request #668 from lampepfl/fix/#650-self-typesodersky2015-06-221-0/+5
|\ \ | |/ |/|
| * Fix checking whether types are instantiable.Martin Odersky2015-06-191-0/+5
* | Add test that succeedsMartin Odersky2015-06-191-0/+8
* | Merge pull request #599 from dotty-staging/add/existential-skolemizationodersky2015-06-191-0/+20
|\ \ | |/ |/|
| * Deskolemize types inferred for vals and defsMartin Odersky2015-06-061-0/+20
* | Merge pull request #635 from dotty-staging/fix/private-scala2-trait-settersDmitry Petrashko2015-06-122-4/+10
|\ \
| * | Copy annotations from trait members to their implementationsMartin Odersky2015-06-081-1/+7
| * | Fix to trait setter generationMartin Odersky2015-06-081-3/+3
| |/
* | Fix mergeDenot one more time.Martin Odersky2015-06-072-0/+46
* | Bring back tests from disabled.Martin Odersky2015-06-073-0/+52
* | Fix refs to inner objectsMartin Odersky2015-06-071-0/+16
|/
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-062-0/+58
|\
| * Add test case.Martin Odersky2015-06-012-0/+58
* | Test case for problems with lambda lifting.Martin Odersky2015-06-031-0/+9
* | Move test from lambdaLift.scala to a separate file in pending.Dmitry Petrashko2015-06-021-21/+0
|/
* Uncomment testsMartin Odersky2015-05-271-2/+2
* Introduce harmonization of numeric argumentsMartin Odersky2015-05-271-0/+28
* New pos testsMartin Odersky2015-05-275-0/+62
* Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-211-0/+52
* Add test case for higher-kinded operations on collectionsMartin Odersky2015-05-211-0/+52
* Make normalizeToRef survive annotated typesMartin Odersky2015-05-211-1/+1
* Disallow {...} arguments for annotationsMartin Odersky2015-05-211-0/+13
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-181-11/+0
* As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-151-0/+5
* Merge pull request #551 from dotty-staging/fix/#547-overloaded-varargsDmitry Petrashko2015-05-091-0/+4
|\
| * Fix #547: Vararg overloadMartin Odersky2015-05-081-0/+4
* | Merge pull request #543 from dotty-staging/compile-dottyodersky2015-05-091-0/+3
|\ \
| * | Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-081-0/+32
| * | Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-071-0/+3
* | | Merge pull request #542 from dotty-staging/fix/#540-unbounded-generic-arrayDmitry Petrashko2015-05-081-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-061-0/+6
| |/
* / Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-051-0/+32
|/
* Merge pull request #534 from dotty-staging/fix/computeDenotodersky2015-05-051-0/+6
|\
| * Add test caseMartin Odersky2015-05-041-0/+6
* | Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-042-0/+80
|\ \
| * | More conditions under which SAMs are converted to anonymous classesMartin Odersky2015-05-021-0/+12