Commits

Dmitri Hrybenko committed 27155549b78
stdlib: annotate Array.map() and Array.filter() with @noescape Now these functions are implemented using protocol extensions, which are, in turn, implemented with an unsafe hack that casts @noescape away. rdar://20544096 Swift SVN r27397