Commits

Nadav Rotem committed 08e5bff61b0
Mark some more conversion functions as @readonly. On -Ounchecked we are now able to zap this expression (from Richards): UnicodeScalar(UInt32(2)+"0".value) However, on -O we still check for overflow and actually need to construct the string. Swift SVN r20856