Commits

Slava Pestov committed 4bfaa478901
AST: Nuke GenericParamList::AllArchetypes Now that SILFunctions no longer reference a GenericParamList, we don't need to de-serialize cross-module references to archetypes anymore. This was the last remaining usage of AllArchetypes, so we can finally rip it out.