summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-13Adding valuenum support for acosh, asinh, atanh, and cbrtTanner Gooding1-8/+8
2017-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding1-0/+8
2017-11-28Move FormatDouble/Single to managed codeStephen Toub1-3/+2
2017-11-22Add Decimal.TryFormat span-based method (#15145)Stephen Toub1-1/+0
2017-11-21Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas1-8/+0
2017-11-21Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)Jan Kotas1-2/+2
2017-11-20Move TaskToApm to shared CoreLib partition (#15113)Jan Kotas1-1/+0
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-12/+0
2017-11-18Remove now dead code from managed parsing/formatting.Stephen Toub1-4/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-16/+0
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas1-2/+0
2017-09-27Fix modf and fmod casing for consistencyJan Kotas1-2/+2
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding1-4/+4
2017-09-18Remove now dead ParseNumbers code in runtimeStephen Toub1-8/+0
2017-09-01Add normalized equivalent of YieldProcessor, retune some spin loops (#13670)Koundinya Veluri1-0/+1
2017-09-01Update Type.GetMethods() to be generics friendly (#13745)Atsushi Kanamori1-0/+1
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-3/+0
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-0/+1
2017-08-08Improve performance of string.IndexOfAny for 2 & 3 char searches (#13219)Bruce Bowyer-Smyth1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-5/+0
2017-07-31Implement Type.IsByRefLike for CoreCLR (#13123)Atsushi Kanamori1-0/+1
2017-07-28Add String(ReadOnlySpan<char>) ctorStephen Toub1-0/+1
2017-07-26Implement Assembly.GetForwardedTypes() on CoreCLR (#13001)Atsushi Kanamori1-0/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-35/+1
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-2/+2
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-1/+1
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+2
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-0/+12
2017-05-06Delete dead code (#11431)Jan Kotas1-1/+0
2017-05-03Remove COMCoverage::nativeCoverBlock (#11364)Jan Vorlicek1-9/+0
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna1-1/+1
2017-04-21Add Marshal.GetExceptionPointers (#11125)Yi Zhang (CLR)1-0/+1
2017-04-12NS2.0 AssemblyName.ReferenceMatchesDefinition() (#10919)Atsushi Kanamori1-1/+0
2017-03-311. Remove disable of C4996Rahul Kumar1-3/+1