summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa2-6/+14
2017-02-12Addendum for FEATURE_CODEPAGES_FILEdanmosemsft2-122/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-17/+0
2017-02-12Remove never defined FEATURE_CODEPAGES_FILE and filedanmosemsft4-330/+0
2017-02-12Remove defined but wrapping dead code FEATURE_SYNTHETIC_CULTURESdanmosemsft2-51/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+20
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft9-1396/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-20/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas3-198/+0
2017-01-30Merge pull request #9117 from jamesqo/copy.namesDan Moseley1-5/+5
2017-01-25Use FCThrowArgumentVoidJames Ko1-2/+2
2017-01-25Fix parameter names for Array.CopyJames Ko1-3/+3
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-1/+1
2016-12-26Remove files related to legacy build system (#8723)Robert4-149/+0
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek2-430/+43
2016-12-04[x86/Linux] Fix dangling DoubleToNumber and NumberToDouble (#8446)Jonghyun Park1-3/+3
2016-11-30Merge pull request #8209 from stephentoub/arraypool_perfJan Kotas2-0/+11
2016-11-30Declare CtorFtnType only when it is used (#8378)Jonghyun Park1-1/+1
2016-11-28Make GetCurrentProcessorNumber an FCallStephen Toub2-0/+11
2016-11-10Enable time zone for netstandard1.7 (#8074)Tarek Mahmoud Sayed2-132/+0
2016-11-01Enable the rest of netstandard1.7 globalization APIs (#7935)Tarek Mahmoud Sayed2-4/+6