summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-18Small refactoring in DateTime comparing methodsTarek Mahmoud Sayed1-11/+3
2016-02-18Revert "Revert "Remove useless security checks""Vance Morrison5-8/+17
2016-02-14Slimmer QueueUserWorkItemCallbackBen Adams2-18/+78
2016-02-11Merge pull request #3132 from stephentoub/taskscheduler_trackingStephen Toub2-8/+36
2016-02-11Fix access to Task.Id while finishing continuationsstephentoub1-3/+14
2016-02-11Track TaskSchedulers only when debugger attachedstephentoub2-8/+36
2016-02-06Merge pull request #3063 from dotnet/revert-3027-remove_security_checksStephen Toub3-13/+0
2016-02-06Revert "Remove useless security checks"Jan Kotas3-13/+0
2016-02-06Tweak Enum.TryParse whitespace skipping slightlystephentoub1-1/+1
2016-02-05Merge pull request #3026 from Dmitry-Me/clarifyKeepAliveUsage1Jan Kotas1-3/+6
2016-02-04Remove security checks.Vance Morrison3-0/+13
2016-02-04No need to stick to end of methodDmitry-Me1-3/+6
2016-02-02TimeZoneInfo.DisplayName values are not localized on LinuxEric Erhardt7-47/+131
2016-02-01Fix fallout from enabling profilingJan Kotas1-2/+2
2016-01-31Merge pull request #2933 from stephentoub/enum_parseJan Kotas1-39/+50
2016-01-31Improve performance of Enum.Parse/TryParsestephentoub1-39/+50
2016-01-29Unique names for GlobalizationNative exportsJan Kotas5-25/+25
2016-01-29Merge pull request #2888 from JohnChen0/coremsbuildJohn Chen2-2/+2
2016-01-28Merge pull request #2894 from stephentoub/fix_dtparsingStephen Toub2-9/+8
2016-01-28Merge pull request #2882 from gkhanna79/FixRaceGaurav Khanna1-10/+15
2016-01-28Fix for CoreCLR issue 2881 - Fix race in Default ALC initialization.Gaurav Khanna (CLR)1-10/+15
2016-01-27Fix DateTimeFormat.FormatCustomized optimization bugstephentoub2-7/+3
2016-01-27Revert "Remove StringBuilder allocation/usage from DateTimeFormat"stephentoub2-9/+12
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas2-21/+38
2016-01-27Merge pull request #2887 from stephentoub/license_headersJan Kotas1138-2340/+3466
2016-01-27Update license headersdotnet-bot1138-2340/+3466
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot2-21/+38
2016-01-27Reduce size of CancellationCallbackInfostephentoub1-8/+24
2016-01-26Merge pull request #2846 from eerhardt/Fix5469Eric Erhardt1-18/+43
2016-01-26Merge pull request #2825 from bbowyersmyth/StringStartsWithPt2Jan Kotas1-10/+71
2016-01-26String.StartsWith performance - StartsWithOrdinalHelperBruce Bowyer-Smyth1-10/+71