Commits

Doug Gregor committed df333502194
Switch string interpolation protocol over to initializer requirements. With this, we're now using initializer requirements rather than "convertFromXXX" requirements everywhere, addressing the rest of rdar://problem/18154091. r22176 eliminated the performance penalty that prevented this change from sticking earlier. Swift SVN r22177