summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-24Refactor AppDomain.IsAppXModel and a few other AppDomain methods (#21181)Jan Kotas1-9/+11
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-14/+8
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-0/+6
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+0
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-2/+2
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+8
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem1-0/+1
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-2/+0
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding1-5/+0
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding1-1/+0
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-0/+1
2018-08-15Add Public API Marshal.IsTypeVisibleFromCom and Marshal.GetEndComSlot (#19507)Luqun Lou1-1/+3
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+2
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-24/+0
2018-07-05Delete dead code (#18783)Jan Kotas1-1/+0
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-0/+2
2018-07-02Add back DefinePInvokeMethod (#18742)Atsushi Kanamori1-0/+1
2018-06-22Add public implementation MarshalerSupport (#18530)Luqun Lou1-8/+0
2018-06-07Fixed and optimized Decimal.GetHashCode (#18288)Pent Ploompuu1-1/+0
2018-05-24Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas1-1/+1
2018-05-01Rename internal Utf8String to MdUtf8String (#17856)Atsushi Kanamori1-5/+5
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas1-1/+0
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn1-6/+0
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+1
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas1-1/+0
2018-03-20Move EncodingTable and CodePageDataItem to System.Text namespace (#17061)Jan Kotas1-2/+2
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-12/+0
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas1-3/+3
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld1-1/+0
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2018-02-28Add Thread.GetCurrentProcessorId() API (#16650)Jan Kotas1-1/+1
2018-02-14Implement RuntimeHelpers.PrepareMethod/PrepareDelegate for CoreCLR (#16382)Jan Kotas1-0/+2
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-2/+0
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas1-1/+0
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang1-0/+1
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins1-0/+1
2018-01-29Fix reflection to work with default interface methods (#16034)Michal Strehovský1-1/+1
2018-01-28Improve Interlocked.Exchange<T> (#16058)mikedn1-3/+0
2018-01-05Cleanup AppDomain (#15748)Justin Van Patten1-2/+0