summaryrefslogtreecommitdiff
path: root/src/vm/assemblynative.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Add runtime counter for current assemblies loaded (#24698)Sung Yoon Whang1-0/+10
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-4/+3
2019-04-21Fix AssemblyName cache hash and key (#24138)Steve MacLean1-5/+5
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-0/+2
2019-04-11Contextual reflection (#23740)Steve MacLean1-11/+33
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+20
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-1/+1
2019-04-03Treat WinMDs as having been loaded in the default ALC for AssemblyLoadContext...Jeremy Koritzinsky1-0/+7
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek1-1/+15
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-0/+36
2019-02-26Fix Assembly::Load context for collectible assemblies (#22494)Jan Vorlicek1-3/+1
2019-02-21Clean up unused parameters around Assembly::Load (#22716)Marek Safar1-8/+1
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-32/+0
2019-02-04Handle SPC in GetLoadContextSteve MacLean1-6/+15
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara1-10/+6
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-1/+1
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-34/+31
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-5/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-1/+1
2018-11-30Remove dead codeSteve MacLean1-7/+2
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-1/+1
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-64/+1
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-1/+1
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem1-0/+15
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-2/+55
2018-08-14Delete dead code (#19452)Jan Kotas1-95/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-4/+3
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-26Implement Assembly.GetForwardedTypes() on CoreCLR (#13001)Atsushi Kanamori1-0/+34
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-347/+6
2017-05-06Delete dead code (#11431)Jan Kotas1-104/+0
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna1-36/+0
2017-03-28return TPA assembly if loadfrom is passed a path to assembly with same identityRahul Kumar1-2/+5
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-14/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-20/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-114/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-229/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-303/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-6/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-72/+0
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+35
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna1-5/+13
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-6/+22
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-18/+3
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-16/+6
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-6/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-44/+0