aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore state when detecting a baseTypeRef cycle.Martin Odersky2015-10-011-0/+1
* underlyingChain -> underlyingIteratorMartin Odersky2015-10-011-4/+10
* Don't log when in Printing mode.Martin Odersky2015-10-011-1/+2
* Fix compilation error.Martin Odersky2015-10-011-1/+1
* Replace withMode by addModeMartin Odersky2015-10-015-9/+9
* Change some occurrences of <:< to frozen_<:<Martin Odersky2015-10-013-10/+15
* Generalize rules for isSubType between NamedTypes.Martin Odersky2015-10-011-16/+2
* Merge pull request #812 from dotty-staging/fix/#806-signature-matchingDmitry Petrashko2015-09-3011-75/+59
|\
| * Replace `containsSig` with `matches`.Martin Odersky2015-09-301-12/+9
| * Refinements to signature matchingMartin Odersky2015-09-303-57/+62
| * Fix a long sleeper bugMartin Odersky2015-09-301-0/+1
| * Move test to posMartin Odersky2015-09-291-0/+0
| * Refine atSignatureMartin Odersky2015-09-292-6/+20
| * Fix problem with avoid.Martin Odersky2015-09-291-3/+4
| * Eliminate Config.newMatch optionMartin Odersky2015-09-293-43/+4
| * Matching denotations should take infos into accountMartin Odersky2015-09-295-42/+47
|/
* Merge pull request #807 from svalaskevicius/cleanup-codeDmitry Petrashko2015-09-292-7/+1
|\
| * add pos_companions to the suiteSarunas Valaskevicius2015-09-251-0/+1
| * remove unused codeSarunas Valaskevicius2015-09-251-7/+0
|/
* Merge pull request #802 from dotty-staging/change-hk-1odersky2015-09-2524-239/+1102
|\
| * Fixes to comments suggested by reviewerMartin Odersky2015-09-212-10/+10
| * Eta expand $apply projected types if neededMartin Odersky2015-09-217-16/+677
| * Move failing test to pending.Martin Odersky2015-09-181-3/+3
| * Avoid orphan RefinedThis types in glb/lub.Martin Odersky2015-09-182-3/+3
| * Keep track of parameter bounds in LambdaAbstract and EtaReduceMartin Odersky2015-09-181-11/+66
| * Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-184-2/+74
| * Generalize eta reduction to partially applied types.Martin Odersky2015-09-182-2/+13
| * Fix problem in typeParamsMartin Odersky2015-09-182-13/+8
| * Rewrite compareHK to be kind-correctMartin Odersky2015-09-182-9/+13
| * Replace isLambda with ifHKMartin Odersky2015-09-185-52/+21
| * Remove magic from derivedRefinedType.Martin Odersky2015-09-181-17/+3
| * Rename of hk args HK$x -> hk$xMartin Odersky2015-09-185-82/+27
| * Simplify EtaReduceMartin Odersky2015-09-181-4/+1
| * Rename Apply -> hkApplyMartin Odersky2015-09-189-22/+27
| * Add missing position to errorMartin Odersky2015-09-181-1/+1
| * Adapt type arguments in typedAppliedTypeTreeMartin Odersky2015-09-181-11/+13
| * Better error reporting in TreePicklerMartin Odersky2015-09-181-1/+3
| * Project all high-kinded types with #ApplyMartin Odersky2015-09-182-4/+13
| * Try to eta reduce type applications.Martin Odersky2015-09-181-1/+3
| * Follow alias types when computing type params.Martin Odersky2015-09-181-2/+3
| * Temporary fix to testLiftedMartin Odersky2015-09-181-3/+9
| * Don't lambda abstract derived typesMartin Odersky2015-09-181-1/+1
| * Avoid cycles when eliminating existentials in unpicklingMartin Odersky2015-09-181-4/+23
| * Use EtaExpand instead of LambdaAbstract when unpickling typerefsMartin Odersky2015-09-181-5/+1
| * Allow to use safe substitution in LambdaAbstractMartin Odersky2015-09-184-4/+39
| * Drop parameterizeWithMartin Odersky2015-09-182-6/+6
| * A non-class typeref has type parameters only if subtype of a lambda class.Martin Odersky2015-09-181-2/+5
| * Lambda abstract all TypeRefs when unpickling.Martin Odersky2015-09-181-0/+5
| * Always lambda abstract TempPolyTypes representing types.Martin Odersky2015-09-181-12/+3
| * Don't eta expand in appliedToMartin Odersky2015-09-181-1/+1