summaryrefslogtreecommitdiff
path: root/src/mscorlib/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Undo unnecessary change from DateTime.Parse commitStephen Toub1-3/+11
2017-10-06Merge pull request #14369 from stephentoub/fix_cont_handlingStephen Toub1-6/+6
2017-10-06Fix handling of continuations for captured contextStephen Toub1-6/+6
2017-10-06Fix asserts in Unix buildStephen Toub1-4/+0
2017-10-06Address perf issuesStephen Toub3-1/+95
2017-10-06Move DateTimeParse to use spans internallyStephen Toub4-39/+84
2017-10-05Update Microsoft.NETCore.Native package (dotnet/corert#4646)Jan Kotas1-16/+0
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas1-444/+0
2017-10-03Merge pull request #14298 from stephentoub/stringconcat_charStephen Toub1-27/+64
2017-10-03Make CancellationTokenRegistration.Token public (#14310)Stephen Toub1-1/+1
2017-10-03Special-case T==char in string.Concat(IEnumerable<T>)Stephen Toub1-27/+64
2017-10-02Merge pull request #14181 from ViktorHofer/MutexCodeCleanupViktor Hofer1-181/+71
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng2-0/+2
2017-09-28Fixing Retain to return MemoryHandle with correct PinnedPointer (#14248)Ahson Ahmed Khan1-1/+2
2017-09-28Added CopyToAsync overload using default buffer size (#14219)Kristian Hellang1-50/+39
2017-09-28Merge pull request #14231 from fiigii/fixintrinsicViktor Hofer1-2/+2
2017-09-28nit pr feedbackViktor Hofer1-1/+1
2017-09-27fix bug from #14164Fei Peng1-2/+2
2017-09-27Fix modf and fmod casing for consistencyJan Kotas1-2/+2
2017-09-27Additional parameter validation for StartNoGCRegion (#14088)Sean Gillespie1-7/+31
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers2-2/+17
2017-09-26Add ThreadPool.QueueUserWorkItem(..., bool preferLocal)Stephen Toub1-3/+6
2017-09-26Merge pull request #14178 from stephentoub/async_avoid_delegateStephen Toub3-27/+247
2017-09-27Mutex code cleanup and removal of unused typesViktor Hofer1-181/+71
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley220-2089/+483
2017-09-25Avoid async method delegate allocationStephen Toub3-27/+247
2017-09-25[mscorlib] Enable hardware intrinsic in debug and reflection (#14164)Fei Peng30-1089/+5937
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding4-976/+161
2017-09-22Remove ResId class (#14135)Dan Moseley6-113/+16
2017-09-21Merge pull request #13105 from stephentoub/asyncmemStephen Toub3-499/+282
2017-09-20Test marshaling IntPtr.Zero to UTF8 strings, add unit testsFrederik Carlier1-2/+9
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-2/+2
2017-09-18Move ParseNumbers to shared partitionStephen Toub1-691/+0
2017-09-18Clean up ParseNumbers and fix perf regressionsStephen Toub1-275/+358
2017-09-18Copy corert's ParseNumbers implementation to coreclrStephen Toub1-35/+568
2017-09-15Revert two changes to thread requests (#14015)Koundinya Veluri1-98/+30
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas4-131/+7
2017-09-15Move List to shared partition (#14006)Jan Kotas1-1335/+0
2017-09-14Delete JitHelpers.UnsafeCast (#14005)Ben Adams1-9/+0
2017-09-14Merge pull request #13976 from stephentoub/fix_memorystream_delegationStephen Toub1-2/+26
2017-09-14Reduce allocation when async methods yieldStephen Toub3-499/+282
2017-09-14Change delegation in {Unmanaged}MemoryStream.Read/WriteAsync(Memory)Stephen Toub1-2/+26
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas1-23/+1
2017-09-13Replace JitHelpers.UnsafeCast with Unsafe.AsJan Kotas23-114/+114
2017-09-13Undo more JIT layout workarounds (#13961)Joseph Tremoulet1-25/+19
2017-09-13Call the fast generic impl from the non-generic one where possibleJan Kotas1-10/+3
2017-09-13Make Array.Reverse fasterJan Kotas1-3/+4
2017-09-13Mark Span.Length as non-versionableJan Kotas1-0/+2
2017-09-12Merge pull request #13242 from ViktorHofer/BinarySerializationCleanupViktor Hofer8-61/+15
2017-09-12ResourceSetViktor Hofer1-7/+1