Commits

Dmitri Hrybenko committed df71a47fe45
stdlib/NSString APIs on String: fix two bugs and add more tests stringWithBytes(_:length:encoding:) was passing an array to Objective-C incorrectly, and a garbage NSString was being constructed as a result. Unhide the initializer was accidentally hidden. Swift SVN r18674