summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-10/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-11/+0
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek1-0/+3
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-1/+0
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-44/+3
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-11/+0
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-2/+0
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-103/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-68/+4
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-50/+0
2018-11-30Address PR feedbackSteve MacLean1-9/+1
2018-11-30Remove dead codeSteve MacLean1-67/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-374/+8
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek1-16/+0
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-31/+0
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-15/+0
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-1/+0
2018-11-13Change GetAppDomain to return AppDomain from the global static (#20910)Jan Vorlicek1-6/+7
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-14/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski1-2/+2
2018-10-17Fix collectible NativeCallable UMThunkEntry lifetime (#20438)Jan Vorlicek1-7/+0
2018-10-11add handle tracking for profiler (#20361)David Mason1-31/+5
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-3/+1
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-7/+0
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-433/+19
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-3/+8
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-6/+3
2018-06-25Cross-bitness regular and thread static fields offsets (#18636)Egor Chesakov1-0/+6
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-1/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-1/+1
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-1/+1
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-1/+1
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-4/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-15/+20
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-6/+6
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-45/+6
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-4/+17
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-1/+1
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-6/+3
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka1-14/+14
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka1-18/+24
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-2/+0
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-3/+14
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-2/+10
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-1/+2
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-1/+3
2017-03-29Tiered Compilation step 1noahfalk1-0/+28
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0