Commits

Austin Zheng committed 9798dfd4aa6
[Runtime][StdLib] Migrate mirrors to use CustomReflectable API, rewrite dump() Jira: SR-88 Changes: - Removed stdlib type conformances to _Reflectable - Conformed stdlib types to CustomReflectable, CustomPlaygroundQuickLookable - Rewrote dump() function to not use _reflect() - CGRect, CGPoint, CGSize now conform to CustomDebugStringConvertible - Rewrote unit tests for compatibility with new API