Commits

Doug Gregor committed 832a86b7f92
The constraint between an interpolated string literal and its pieces is a construction constraint, not a conversion constraint, because we want the equivalent of String(x) for each piece of the interpolated string literal. With an ugly testsuite hack, we can type-check interpolated string literals. Swift SVN r2806