Commits

Joe Groff committed 8ec59e5c115
Runtime: Implementation for generic typed boxes. Provide new swift_{alloc,dealloc,project}Box2 entry points that allocate, project, and deallocate typed boxes using runtime-instantiated metadata. Give these a new metadata kind, so that external tools recognize the difference and can interpret the metadata appropriately. Swift SVN r29714