summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Merge pull request #20210 from fiigii/lastavx2Carol Eidt2-10/+10
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-6/+3
2018-10-06Typos (dotnet/corefx#32625)John Doe1-1/+1
2018-10-06Move BinaryPrimitives into coreclr shared source (#20288)Levi Broderick6-0/+876
2018-10-05Improve performance of span-based ToUpper and related APIs (#20275)Levi Broderick4-36/+222
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins3-103/+213
2018-10-03Fix compat issue with Type.IsAssignableFromSteve Harter1-1/+1
2018-10-03Fix AVX2 intrinsic docFei Peng2-10/+10
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-0/+1
2018-10-02Merge pull request #20193 from fiigii/addbcCarol Eidt2-16/+120
2018-09-29Improve Guid parsing performance (#20183)Stephen Toub3-526/+307
2018-09-29Simplify SafeBuffer.Initialize implementation (#20198)Jan Kotas1-11/+1
2018-09-28Unify argument verification for Marshal.GetHINSTANCE off-Windows (#20130)Jeremy Koritzinsky2-12/+3
2018-09-28Avoid allocation in Task.Yield() awaiter (#20186)Stephen Toub1-1/+1
2018-09-28Add pointer overloads for Avx2.BroadcastScalarToVector256Fei Peng2-16/+120
2018-09-28Enable delegate marshalling for collectible types (#20158)Jan Vorlicek1-3/+0
2018-09-28Updating NumberToStringFormat to not print the sign if there are no digits be...Tanner Gooding2-2/+20
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou3-11/+1
2018-09-27Avoid AwaitTaskContinuation allocation in some awaits (#20159)Stephen Toub2-2/+22
2018-09-27Fix CancellationTokenRegistration.Dispose racing with cancellation (#20145)Stephen Toub1-45/+79
2018-09-26PR Feedback and exclude regression test on 64-bit processes.Jeremy Koritzinsky1-1/+4
2018-09-25Simpler implementation from PR feedback.Jeremy Koritzinsky1-10/+4
2018-09-25Fix possible overflow in SafeBuffer.Initialize.Jeremy Koritzinsky1-5/+12
2018-09-24Simplify OSVERSIONINFOEX interop (#20111)Jan Kotas2-33/+34
2018-09-24Remove unnecessary parenthesis (dotnet/corefx#32419)谭九鼎1-1/+1
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding5-19/+453
2018-09-21Streamline MemoryExtension Trim and Trim(char) by removing calls to TrimStart...Ahson Khan1-2/+26
2018-09-21Fix copy-paste error in xml doc comment (dotnet/corefx#32388)Andrew Arnott1-1/+1
2018-09-21Simplifies UTF32Encoding/UTF8Encoding/UnicodeEncoding ctors initialization fl...Marek Safar3-19/+19
2018-09-20Move RegistryKey to shared CoreLib partition (#20067)Jan Kotas29-1458/+564
2018-09-20Add pointer overloads for Avx2.BroadcastScalarToVector128Fei Peng2-8/+123
2018-09-20Add unsigned overloads for MultiplyLowFei Peng6-0/+42
2018-09-20Add all integer overloads for AVX2/SSSE3 AlignRightFei Peng4-4/+197
2018-09-20Add all integer overloads for Avx2/SSE4.1 BlendVariableFei Peng4-0/+150
2018-09-20Moving GetExponent/Mantissa and make BigInteger used fixed-sized bufferTanner Gooding3-19/+6
2018-09-20Fixing some naming conventions and removing dead code.Tanner Gooding3-24/+24
2018-09-20Making Number.Grisu3.DigitGen slightly more efficient.Tanner Gooding1-16/+27
2018-09-20Porting the Grisu3 algorithm to managed code.Tanner Gooding3-1/+720
2018-09-20Porting bcltype/diyfp.cpp to managed code as shared/System/Number.DiyFp.csTanner Gooding2-0/+130
2018-09-20Porting the Dragon4 algorithm to managed code.Tanner Gooding6-4/+333
2018-09-20Porting bcltype/bignum.cpp to managed code as shared/System/Number.BigInteger.csTanner Gooding2-0/+750
2018-09-20Cleans up error message caching in DuplicateWaitObjectException (#20073)Marek Safar1-14/+2
2018-09-19Cleanup registry usage within CoreLib (#20050)Jan Kotas9-141/+112
2018-09-19Turns Math/MathF RoundLimit into a constant (#20044)Marek Safar2-2/+2
2018-09-18* Revert the changes to TryInsert() introduced by https://github.com/dotnet/c...dotnet-bot1-2/+4
2018-09-18Include in alphabetical order (#20028)Sven Boemer1-1/+1
2018-09-18Port Formatting Japanese First Year of Era (#19976)Tarek Mahmoud Sayed6-49/+147
2018-09-18Fix Buffer.cs formatting to follow coding guidelines (#20020)Jan Kotas1-100/+91
2018-09-17Updating Buffer.ZeroMemory to call SpanHelpers.ClearWithoutReferencesTanner Gooding1-3/+10
2018-09-17Merge pull request #19949 from fiigii/fixhwapisCarol Eidt6-10/+10