Commits

Joe Groff committed b2cb75ad30a
Runtime: Add a 'swift_becomeNSError' entry point to coerce an ErrorType box to an NSError instance. If the NSError part of the box hasn't been initialized yet, fill it in with the domain and code of the contained value. This will allow us to efficiently turn ErrorType values into NSErrors, either for bridging or for coercion purposes. Swift SVN r26958