Commits

Roman Levenstein committed 8dff92ad4d7
Move pre-specializations of popular types away from the standard library. Pre-specializations were only used by Onone builds, but were kept inside the standard library dylyb anyways. This commit moves all the pre-specializations into a dedicated Swift module and a dynamic library, which are only used by Onone builds. This reduces the code size of libswiftCore.dylib by 4%-5%.