summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Reverting "Fixing up the UTF8Formatter and some tests to properly handle -0.0...Tanner Gooding1-0/+6
2019-01-30Switch CoreLib over to using shared Environment from corefx (#22106)Stephen Toub9-119/+488
2019-01-30Fix namespace of the AmbiguousImplementationException (#22291)Michal Strehovský1-2/+2
2019-01-29Recover some of the size lost with AsyncMethodBuilder/Task unification (#6913)Michal Strehovský3-9/+18
2019-01-29Add AmbiguousImplementationException (#22280)Markus Kitsinger2-0/+34
2019-01-29Do not cache error string in SerializationException (#22281)Markus Kitsinger1-3/+1
2019-01-29Move Marshal::StringTo* methods to shared partition (#22266)Marek Safar1-0/+128
2019-01-29Fixing several of the HWIntrinsic SoftwareFallback functions to be captureles...Tanner Gooding2-18/+18
2019-01-28Add Marshal ansi conversion to shared partition (#22243)Marek Safar2-0/+52
2019-01-27string.EndsWith use SequenceEqual not SequenceCompareTo (#22207)Ben Adams1-1/+2
2019-01-27Improve BinaryReader.ReadUInt32() perf by 30% when using MemoryStream (#22102)TW3-103/+79
2019-01-27Keep CoreCLR-specific temporary hack under ifdefJan Kotas1-2/+6
2019-01-27Shrink Task.Delay when used without cancellation (#22233)Ben Adams1-52/+58
2019-01-27Remove several uses of VoidTaskResult (#22238)Stephen Toub8-232/+168
2019-01-27Move Timer to shared CoreLib partition. (#22231)Filip Navara3-0/+868
2019-01-26Move Marshal::ZeroFree* to shared partition (#22230)Marek Safar2-2/+62
2019-01-26Factor WinRT GetFolderPath into static accessible via reflection (#34873)Stephen Toub2-127/+146
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar1-1/+78
2019-01-25Skip rangecheck in string.EndsWith(char) (#22206)Ben Adams1-2/+2
2019-01-25Use AggressiveOptimization for intrinsics-based SpanHelpers (#22191)Ben Adams2-0/+15
2019-01-25Reduce Task's static ctor dependencies (#22172)Marek Safar1-40/+22
2019-01-25Cancel CTS immediately if delay is zero. (#18098)Elliot Prior1-7/+17
2019-01-24Speedup .SequenceCompareTo(byte, ...) (#22127)Ben Adams1-29/+184
2019-01-24Fix argument checks in ThreadPool.RegisterWaitForSingleObject. (#6887) (#22196)Dotnet-GitSync-Bot1-2/+6
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas9-95/+95
2019-01-24Move Marshal to shared partition (#22146)Marek Safar6-0/+962
2019-01-24Fixing some issues with the decimal parser/formatter (#22070)Tanner Gooding2-9/+37
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar4-60/+878
2019-01-24Fix UWP VirtualAlloc import (dotnet/corert#6882)Michal Strehovský1-1/+1
2019-01-24Move IOCompletionCallback to shared partition (dotnet/corert#6875)Marek Safar2-0/+10
2019-01-23Speedup SpanHelpers.IndexOf{Any}(byte, ...) (#22118)Ben Adams4-344/+709
2019-01-23Implement IAsyncDisposable.ConfigureAwait (#22160)Stephen Toub3-0/+35
2019-01-23Fix CoreRT build after moving Task.cs to shared partitionJan Kotas1-46/+3
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara2-0/+1251
2019-01-23Update parameter names in PInvoke signatures to match MSDN documentation.Filip Navara4-4/+4
2019-01-23Build fixes.Filip Navara2-4/+5
2019-01-23Fix possibly unintentional use of bit-wise or operator. (#22152)Filip Navara1-2/+2
2019-01-23Remove variable name duplication (#22155)alexk0001-1/+1
2019-01-23Move Task to shared partition (#22105)Marek Safar3-8/+6627
2019-01-22Remove duplicate requiresSynchronization params attribute (#22143)Ben Adams1-5/+0
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara10-0/+694
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar2-0/+585
2019-01-21Avoid intermediate strings in some StringBuilder formatting (#22111)Stephen Toub4-16/+30
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar3-0/+5165
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams1-3/+2
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-55/+33
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas2-1/+2
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas5-51/+49
2019-01-19Fix buildMarek Safar2-2/+2