summaryrefslogtreecommitdiff
path: root/src/vm/assembly.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Add runtime counter for current assemblies loaded (#24698)Sung Yoon Whang1-0/+7
2019-05-20Cuckoo metadata (#24498)David Wrighton1-2/+1
2019-05-13Delete InternalCasingHelper (#24511)Jan Kotas1-4/+4
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-1/+0
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-30/+4
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-2/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-5/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-5/+0
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara1-3/+2
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson1-0/+51
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-18/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-16/+7
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-34/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-121/+12
2018-11-19 Cleanup System.Reflection.Emit code and delete dead code (#21086)Hugh Bellamy1-1/+1
2018-08-30Add startup hook in System.Private.CoreLib (#19486)Sven Boemer1-1/+18
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-46/+8
2018-08-12Fix a couple of apartment state issues (#19384)Koundinya Veluri1-5/+1
2018-08-12Silence WinRT type assert in crossgen (#19442)Simon Nattress1-1/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-7/+1
2018-06-03Typo (#18266)John Doe1-1/+1
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-0/+15
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-15/+0
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-0/+15
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-158/+2
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-4/+1
2017-03-13Merge pull request #10153 from adityamandaleeka/remove_stress_threadAditya Mandaleeka1-213/+0
2017-03-13Remove STRESS_THREAD.Aditya Mandaleeka1-213/+0
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-12/+31
2017-02-15Remove never defined FEATURE_TRACELOGGING except in jit/**danmosemsft1-48/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-378/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-31/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-228/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_APTCAdanmosemsft1-2/+2
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-23/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+2
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-33/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-1187/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-8/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-2/+0
2017-02-07Remove more CAS (#9390)Dan Moseley1-17/+0
2016-10-22Fix Binder based PInvoke resolution for dynamic assembly (#7770)Gaurav Khanna1-1/+1
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-0/+49
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-2/+0