summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason1-0/+1
2019-07-01Delete dead code (#25513)Jan Kotas1-1/+0
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-0/+55
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas1-4/+0
2019-05-30Add Environment.TickCount64 (#24857)Stephen Toub1-0/+1
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang1-0/+2
2019-05-21Add runtime counter for current assemblies loaded (#24698)Sung Yoon Whang1-0/+1
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri1-2/+2
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-1/+2
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-14/+0
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara1-1/+0
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-0/+2
2019-04-29Move DefaultBinder.CanConvert.cs to shared (#23931)Egor Bogatov1-6/+0
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-0/+4
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-1/+0
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+3
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-6/+11
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-0/+3
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+16
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub1-2/+2
2019-03-08Move part of RuntimeHelpers to shared partition (#23130)Marek Safar1-5/+1
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson1-0/+1
2019-03-01Implement Serialization GuardMorgan Brown1-0/+1
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson1-16/+0
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-22/+18
2019-02-25Move WaitHandle to shared CoreLib (#22634)Filip Navara1-4/+3
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+6
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-0/+1
2019-02-13Move SafeHandle to managed code and shared (#22564)Stephen Toub1-9/+0
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub1-13/+0
2019-02-11Move GCHandle to shared (#22499)Stephen Toub1-1/+0
2019-02-08Move GCSettings to shared (#22483)Stephen Toub1-5/+9
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-5/+0
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar1-1/+1
2019-01-30Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar1-1/+0
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar1-1/+0
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara1-5/+1
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-22/+6
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar1-5/+8
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar1-12/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-1/+0
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-1/+0
2018-12-31Improve MdUtf8String (#21720)Ben Adams1-1/+0
2018-12-30Add license, keep more of the CriticalHandle logic in the shared fileJan Kotas1-1/+1
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-3/+0
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-2/+0
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed1-43/+49
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-18/+0
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem1-0/+1