summaryrefslogtreecommitdiff
path: root/src/vm/assemblyspec.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-1/+0
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas1-7/+0
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-1/+11
2019-02-26Fix Assembly::Load context for collectible assemblies (#22494)Jan Vorlicek1-21/+5
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-5/+4
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-12/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-2/+2
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-26/+77
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-34/+8
2018-02-17Fix #16402 (#16406)Steve MacLean1-2/+2
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri1-11/+61
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-5/+4
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-5/+4
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna1-12/+2
2017-03-09Ignore binder context for corelib when performing binding cache lookupRahul Kumar1-1/+8
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-22/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-40/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-453/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-12/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-109/+0
2017-02-03Use fallback load context as binding context for dynamic parent assemblyGaurav Khanna1-0/+9
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna1-4/+13
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-19/+33
2016-07-19Fix for CoreCLR 6269 - Trigger formal binding if domain-wide cache does not h...Gaurav Khanna1-23/+0
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-12/+3
2016-05-04Remove an assert in AssemblySpec::EmitTokenJohn Chen (CLR)1-1/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-04Fix crash when using OpenCover with mscorlibJan Kotas1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2484