summaryrefslogtreecommitdiff
path: root/src/vm/vars.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-2/+0
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-5/+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-5/+0
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-7/+0
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin1-0/+3
2018-01-31[local gc] Enable eventing (#16120)David Mason1-4/+0
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-1/+2
2017-10-24Delete dead code (#14673)Jan Kotas1-45/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-4/+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-17/+0
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-6/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-4/+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-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-0/+4
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+0
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-7/+7
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-0/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+363