Commits

Joe Groff committed 0c39db22bc4
stdlib: Implement strict 'map', 'filter', and 'flatMap' as 'rethrows' operations. Replace the Lazy-based implementations with open-coded implementations based on the _UnsafePartiallyInitializedContiguousArrayBuffer builder from the previous commit, so that we have control over the early-exit flow when an error interrupts the operation. Swift SVN r30794