summaryrefslogtreecommitdiff
path: root/src/inc/dacvars.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-0/+2
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas1-3/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-1/+0
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-4/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-2/+2
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-4/+0
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin1-1/+3
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin1-3/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-6/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-1/+0
2017-06-09[Local GC] No longer need to initialize SVR dacvars separately (#12173)Sean Gillespie1-6/+0
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-5/+1
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie1-2/+0
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-32/+1
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-4/+1
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-6/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-3/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-12/+0
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas1-2/+1
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+4
2016-10-30Span support in VMJan Kotas1-0/+4
2016-10-28Copy CoreFX FileStream to CoreLibJeremy Kuhne1-0/+2
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+3
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+0
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+2
2016-02-10Merge pull request #3118 from jkotas/buffercopyJan Kotas1-0/+1
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+1
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-0/+2
2015-12-16Rename CNameSpace to GCScanJan Kotas1-1/+1
2015-10-29Fix Unix build breakJan Kotas1-4/+4
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+8
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-0/+4
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-157/+167
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+315