Commits

Joe Groff committed 6e31ea5c080
Introduce standard substitutions for Unsafe*Pointer. Together, UnsafePointer, UnsafeMutablePointer, UnsafeBufferPointer, and UnsafeMutableBufferPointer appear in standard library manglings over 1000 times, and they're fairly long names. Giving them standard substitutions shrinks the stdlib by 44KB. Swift SVN r32410