summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas2-5/+14
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar2-33/+0
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed2-27/+117
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas2-83/+6
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-1/+1
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou2-6/+0
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding3-489/+0
2018-09-20Fixing some naming conventions and removing dead code.Tanner Gooding1-3/+0
2018-09-20Removing bcltype/fp.h from native code.Tanner Gooding2-68/+0
2018-09-20Removing the Grisu3 native implementation.Tanner Gooding6-718/+0
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding5-1059/+0
2018-09-06Removing i386/fptext.asm in favor of using the shared implementation in numbe...Tanner Gooding1-9/+0
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding4-9/+22
2018-07-17Clean-up number.cpp (#18964)Pent Ploompuu2-1231/+0
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu7-2678/+3
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas3-72/+0
2018-06-07Fixed and optimized Decimal.GetHashCode (#18288)Pent Ploompuu2-28/+0
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov1-2/+2
2018-06-03Warnings cleanup (#18260)Robin Sue1-4/+0
2018-05-24Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas2-33/+11
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn4-88/+0
2018-04-04[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)Konstantin Baladurin2-2/+2
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang1-1/+1
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas1-38/+0
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas2-28/+0
2018-03-09Log inner exceptions for Environment.Failfast (#16622)Sung Yoon Whang1-1/+9
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas2-118/+0
2018-02-28Add Thread.GetCurrentProcessorId() API (#16650)Jan Kotas2-10/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas2-140/+0
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang2-6/+43
2018-01-29Added Grisu3 algorithm support for double.ToString(). (#14646)Jingyu Ma7-64/+817
2017-11-28Address PR feedbackStephen Toub2-9/+11
2017-11-28Move FormatDouble/Single to managed codeStephen Toub2-231/+6
2017-11-22Add Decimal.TryFormat span-based method (#15145)Stephen Toub4-68/+0
2017-11-18Remove now dead code from managed parsing/formatting.Stephen Toub2-562/+0
2017-10-24Delete dead code (#14673)Jan Kotas2-45/+0
2017-10-18Use ascii * instead of Chinese * character. (#14584)Jim Ma1-3/+3
2017-10-06Delete dead code (#14365)Jan Kotas1-10/+0
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas2-236/+0
2017-10-02Workaround GetSystemTimePreciseAsFileTime inaccuracies (#14283)Stephen Toub1-0/+27
2017-09-13Fix ARM build break (#13932)Jan Kotas1-1/+1
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma5-8/+1041
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley2-23/+3
2017-08-08Improve performance of string.IndexOfAny for 2 & 3 char searches (#13219)Bruce Bowyer-Smyth1-14/+16
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-2/+0
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-0/+7
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas3-103/+0
2017-04-27Allow conversions between enum and underlying typeJan Kotas1-14/+10
2017-04-17Improve performance of Object.GetType for arrays (#10992)Jan Kotas1-6/+0