summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Delete dead code (#25066)Jan Kotas1-5/+0
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-18/+0
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-1/+0
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-4/+0
2019-04-11Contextual reflection (#23740)Steve MacLean1-2/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-55/+0
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+14
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+1
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-6/+0
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-1/+1
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-7/+0
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov1-2/+0
2018-04-20Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang1-0/+1
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn1-4/+0
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