summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
2018-06-27Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas2-33/+11
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 Kotas3-94/+0
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas2-47/+2
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 Andreenko5-5/+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-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding4-0/+80
2017-12-02Delete sortversioning.cpp/h (#15345)Jan Kotas1-3/+0
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-27Use FCDECL2_VI instead of FCDECL_VV (#14215)Jonghyun Park4-4/+4
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding4-56/+26
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 Moseley4-26/+6
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-06-14Fix a COMDouble::Round() issue (#12210)Han Lee2-6/+4
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
2017-04-14[x86/Linux] Use appropriate FCALL macro for DoToDecimal (#10963)Jonghyun Park2-2/+2
2017-03-311. Remove disable of C4996Rahul Kumar2-94/+0
2017-03-29[x86/Linux] Use Portable ArrayInitializeWorker (#10550)Jonghyun Park1-3/+3
2017-03-24Rename resource strings to match resx (#10475)Dan Moseley1-2/+2
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-58/+0
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri2-67/+338
2017-03-03Updating `COMSingle` in `classlibnative` to use the appropriate FCALL Declara...Tanner Gooding2-38/+38
2017-03-03Clean up Normalization code (#9941)Tarek Mahmoud Sayed2-191/+1
2017-03-01Cleanup the native globalization code (#9887)Tarek Mahmoud Sayed5-3331/+6
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed2-255/+21
2017-02-23Use GetSystemTimePreciseAsFileTime if available in DateTime.UtcNow (#9736)Stephen Toub1-2/+25
2017-02-15Merge pull request #9603 from danmosemsft/defines4Dan Moseley1-11/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-11/+0
2017-02-14Removing nativeGetResourceFallbackArray support from VmRama Krishnan Raghupathy2-67/+0