summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-03-29Merge pull request #2182 from justinvp/keyedcollection_enumallocsStephen Toub1-1/+14
2016-03-29Merge pull request #2178 from justinvp/keyedcollection_nullchecksStephen Toub1-10/+6
2016-03-25Merge pull request #3907 from davmason/masterDavid Mason1-3/+25
2016-03-25Fix build break on full frameworkJan Kotas1-5/+1
2016-03-24Merge pull request #3900 from jkotas/legacynetcfJan Kotas2-4/+3
2016-03-24Special-case hashcode of empty length string on Unixstephentoub1-0/+5
2016-03-24Fix spurious warning about parameter countsDavid Mason1-3/+25
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas2-4/+3
2016-03-23Merge pull request #3888 from jkotas/platform-assembliesJan Kotas2-66/+5
2016-03-23Remove special casing of platform assembliesJan Kotas2-66/+5
2016-03-22Files missed in last checkinJan Kotas2-5/+6
2016-03-22Remove unused files from CoreCLRJan Kotas12-2400/+26
2016-03-22Merge pull request #3863 from jkotas/legacynetcf-2Jan Kotas37-1086/+59
2016-03-22Delete legacy netcf compat support (part 2)Jan Kotas37-1086/+59
2016-03-22Fix exception to string in case of exception in callstack extractionJan Vorlicek1-18/+34
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas29-450/+13
2016-03-21Trim Windows-specific System.Security.Principal types from CoreCLR mscorlibJan Kotas15-391/+11
2016-03-18Merge pull request #3801 from dotnet-bot/from-tfsJan Kotas1-1/+31
2016-03-17Merge pull request #3745 from manu-silicon/docsJan Kotas2-10/+10
2016-03-17Merge pull request #3797 from svick/patch-2Jan Kotas1-1/+2
2016-03-17Add back some APIs needed by legacy test runner, for nowJan Kotas1-1/+31
2016-03-17Update out of date comment in List<T>Petr Onderka1-1/+2
2016-03-17Add back HostProtectionAttribute to mscorlibJan Kotas1-0/+35
2016-03-16Remove unused files from CoreCLRJan Kotas75-17863/+1
2016-03-15Prune Windows mscorlibJan Kotas14-4150/+222
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu2-10/+10
2016-03-15Merge pull request #3719 from dotnet-bot/from-tfsJan Kotas2-0/+9
2016-03-14Make sure that the AppContext.GetData method is part of model.xml.Alex Ghiondea1-0/+1
2016-03-14Expose AppDomain.GetData via AppContext.Alex Ghiondea1-0/+8
2016-03-14Fix UmAlQuraCalendar static data initilaizationTarek Mahmoud Sayed1-192/+189
2016-03-11Fix calculating the calendar year in JapaneseLunisolarCalendarTarek Mahmoud Sayed2-2/+12
2016-03-07Add missing parameter name to GetEra ArgumentOutOFRangeExceptionstephentoub2-2/+2
2016-03-05Merge pull request #3508 from hughbe/patch-1Jan Kotas1-1/+1
2016-03-04Improve GetHashCode for IntPtr/UIntPtr on 64-bit.Kevin Jones2-0/+18
2016-03-04Fix incorrect exception parameter name in GCHugh Bellamy1-1/+1
2016-03-02Port String.Replace(char, char) from CoreRTBruce Bowyer-Smyth1-4/+60
2016-02-26Merge pull request #3374 from dotnet-bot/from-tfsJan Kotas2-10/+21
2016-02-25Remove need for mono resgenMatt Ellis2-10/+21
2016-02-25Remove Assembly.EscapeCodeBase property from CoreCLRPallavi Taneja1-1/+0
2016-02-24Merge pull request #3335 from dotnet-bot/from-tfsJan Kotas1-7/+61
2016-02-24Merge pull request #3340 from stephentoub/debuggernotify_modelJan Kotas1-0/+1
2016-02-24Merge pull request #3233 from vancem/RemoveSecurityCheckJan Kotas5-8/+17
2016-02-24Ensure Debugger.NotifyOfCrossthreadDependency is exposed from mscorlibstephentoub1-0/+1
2016-02-23Expose necessary surface area required for API Convergence effort for System....Pallavi Taneja1-7/+61
2016-02-22Fix Guid.TryParse to not throw FormatExceptionstephentoub1-1/+6
2016-02-22Add in code to do NullArgumentChecks for compatibiityVance Morrison1-2/+2
2016-02-21Merge pull request #3278 from jamesqo/patch-7Jan Kotas1-2/+11
2016-02-20Short-circuit for empty strings in Insert/RemoveJames Ko1-2/+11
2016-02-20Avoid string allocations in some Concat overloadsJames Ko1-22/+21
2016-02-20Remove unnecessary ref parameters from String.csJames Ko1-4/+4