Commits

Doug Gregor committed b6210f7daf0
Start substituting type variables through protocol conformances. This eliminates a class of strange type checking failures involving generics. The actual example is from <rdar://problem/15772601>, but this also addresses <rdar://problem/15268030> and the root problem, <rdar://problem/15168483>. Swift SVN r12974