summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang1-0/+1
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-4/+0
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin1-0/+3
2018-01-31[local gc] Enable eventing (#16120)David Mason1-6/+0
2017-10-24Delete dead code (#14673)Jan Kotas1-3/+16
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-3/+1
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-19/+0
2017-04-07Move OBJECTHANDLE definition to gcinterface.hAditya Mandaleeka1-17/+2
2017-02-14Remove never defined FEATURE_IMPERSONATIONdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-5/+2
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-6/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-15/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-8/+0
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-1/+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-1/+1
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-0/+6
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+0
2016-06-07Disable HeapDump on Linux if FEATURE_EVENT_TRACE is not set (#5550)Jonghyun Park1-1/+1
2016-06-01Squashed commit of the following:David Mason1-0/+4
2016-03-09Delete dead codeJan Kotas1-11/+0
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-2/+3
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-0/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+923