Commits

Joe Groff committed 0fc6dc8e3bc
Runtime: Rename swift_stdlib_getDemangledTypeName to swift_getTypeName and decouple it from String. Getting the name of a type seems like reasonable core runtime functionality, and something the runtime can cache on its side too. Have the function return a pointer to a raw string in memory owned by the runtime, and have it be wrappen in a Swift.String on the standard library side.