summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker codeā€¦ (#106)JUNG DONG-HEON1-18/+4
2019-06-11Delete dead code (#25066)Jan Kotas1-13/+0
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-4/+0
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-1/+6
2019-05-22Delete dead strongname-related code (#24709)Jan Kotas1-29/+0
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-5/+4
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-174/+0
2019-05-08Remove premature throw (#24450)Steve MacLean1-16/+25
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-27/+1
2019-04-29Fix Satellite Assembly loading (#24191)Steve MacLean1-6/+33
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-130/+11
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-0/+2
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-4/+0
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+3
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-844/+46
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-1/+1
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+5
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung1-0/+1
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-290/+0
2019-03-04Remove loose dependency in runtime on System.ComponentModel. (#23010)Aaron Robinson1-42/+0
2019-02-26Fix Assembly::Load context for collectible assemblies (#22494)Jan Vorlicek1-21/+0
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-2/+0
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-26/+0
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-7/+4
2019-01-24Remove obsolete thread abortion flags. (#22185)Filip Navara1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-16/+1
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-50/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-0/+6
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek1-0/+14
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-2/+1
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-28/+2
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-267/+80
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-14/+0
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-18/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-103/+56
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-4/+3
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-45/+0
2018-11-30Address PR feedbackSteve MacLean1-2/+1
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-3/+2
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-523/+10
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek1-3/+0
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-29/+1
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-292/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-29/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-55/+0
2018-11-13Change GetAppDomain to return AppDomain from the global static (#20910)Jan Vorlicek1-12/+15
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-63/+0
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-1/+1
2018-10-17Fix collectible NativeCallable UMThunkEntry lifetime (#20438)Jan Vorlicek1-33/+0