Commits

Arnold Schwaighofer committed 9fd52b9123b
stdlib: Instead of calling reserveCapacity in Array.init(_uninitializedCount) directly construct a buffer of the right size This safes a uniqueness check and unecessary code bloat when inlining reserveCapacity. rdar://22446738 Swift SVN r31540