summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie2-2/+2
2016-08-29Cleanup/optimize some String.Compare overloads, part 2 (#6891)James Ko2-32/+7
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas2-6/+6
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-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-27Update license headersdotnet-bot28-112/+84
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-14Provide paramName for ArgumentNull and ArgumentOutOfRangeBruce Bowyer-Smyth1-3/+3
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 Sekar1-2/+2
2015-08-24Run code under long paths on UnixJeremy Kuhne1-4/+4
2015-06-18fixed typo in objectnative.cpp commentsRoman Pavlov1-1/+1
2015-04-01Fix next round of warning typesJan Vorlicek2-13/+13
2015-03-20Workaround for DECIMAL calling convention in FCallsJan Kotas4-17/+9
2015-02-04Fixed typosPascal Borreli1-6/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot31-0/+12791