summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-1/+1
2016-10-20Updating the macro redefinition for _isnanf and _copysignf in floatsingle.cpp...dotnet-bot1-6/+11
2016-10-19Fix arm32 build breakRahul Kumar1-1/+1
2016-10-19fix arm64 build breakRahul Kumar1-0/+6
2016-10-18_isnanf is not defined for arm64 use isnan insteadRahul Kumar1-1/+1
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding2-0/+236
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie2-2/+2
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie2-2/+2
2016-08-30Expose missing Global/Encoding APIs in coreclr and remove empty stubsTarek Mahmoud Sayed2-5/+8
2016-08-29Cleanup/optimize some String.Compare overloads, part 2 (#6891)James Ko2-32/+7
2016-08-23Enable more code under globalization for netcoreTarek Mahmoud Sayed2-8/+0
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas2-6/+6
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding9-569/+389
2016-05-31Port String.IndexOf(char) and LastIndexOf(char) from CoreRT (#5327)Bruce Bowyer-Smyth2-97/+0
2016-05-17Optimize Array.GetLength, GetUpperBound, GetLowerBound (#4993)James Ko1-17/+27
2016-05-13Port string.PadLeft and string.PadRight from CoreRT (#4968)Bruce Bowyer-Smyth2-67/+0
2016-04-26This has following changes:Rahul Kumar1-0/+4
2016-04-18enable build of cross target components.Rahul Kumar1-18/+0
2016-03-16Remove unused files from CoreCLRJan Kotas8-5440/+0
2016-03-02Port String.Replace(char, char) from CoreRTBruce Bowyer-Smyth2-79/+0
2016-02-20Merge pull request #3221 from jamesqo/patch-5Jan Kotas1-0/+9
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-26/+11
2016-02-17Optimize String.Replace when the chars are the sameJames Ko1-0/+9
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-2/+0
2016-01-27Update license headersdotnet-bot43-172/+129
2016-01-21FIx the incremental build for WindowsJan Vorlicek4-4/+4
2016-01-13Merge pull request #2637 from bbowyersmyth/StringExceptionParamNameJan Kotas1-3/+3
2016-01-14Provide paramName for ArgumentNull and ArgumentOutOfRangeBruce Bowyer-Smyth1-3/+3
2016-01-10Use ARCH_SOURCES_DIR consistentlyMike Danes1-12/+1
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-2/+0
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-18/+16
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar2-6/+6
2015-08-24Run code under long paths on UnixJeremy Kuhne1-4/+4
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-08-04Enable the Windows x86 buildMike Danes1-4/+8