Commits

Doug Gregor committed 2ca2ce9e733
Teach BoundGenericType to compute its own substitutions. This eliminates the need for the hackish LazyResolver::resolveUnvalidatedType() entry point, making type substitution on ASTs far more useful. As part of this, teach it to handle conformances for existentials and archetypes. Swift SVN r8169