summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-2/+8
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-4/+19
2015-06-18fixed typo in objectnative.cpp commentsRoman Pavlov1-1/+1
2015-04-01Fix next round of warning typesJan Vorlicek2-13/+13
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+1
2015-03-20Workaround for DECIMAL calling convention in FCallsJan Kotas4-17/+9
2015-02-04Fixed typosPascal Borreli3-9/+9
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot59-0/+24936