Commits

Joe Groff committed ae56951d080
IRGen: Emit specialized partial_apply thunks. If a specialization is partially applied, emit a single thunk bundling the bound polymorphic arguments and the partially-applied argument values into a single context object. This should almost get closures in generic contexts (at least, ones that never cross abstraction boundaries) working. Swift SVN r5475