summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Small refactoring in DateTime comparing methodsTarek Mahmoud Sayed1-11/+3
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
2016-01-25TimeZoneInfo behaves differently before and after calling GetSystemTimeZones ...Eric Erhardt1-18/+43
2016-01-25Remove irrelevant endianness comment, fix #834Hugh Bellamy1-15/+1
2016-01-25Fix typoAndrew Karpov1-1/+1
2016-01-23Build mscorlib with CoreCLR MSBuild on LinuxJohn Chen2-2/+2
2016-01-23Improve perf of Convert.To* methodsstephentoub1-51/+78
2016-01-21Merge pull request #2696 from gkhanna79/AssemblyResolveGaurav Khanna2-1/+38
2016-01-21Update Unicode data to 8.0Tarek Mahmoud Sayed1-0/+0
2016-01-21Add support for AssemblyResolution when an assembly is not found in a given L...Gaurav Khanna (CLR)2-1/+38
2016-01-21Merge pull request #2758 from stephentoub/list_toarrayStephen Toub1-1/+8
2016-01-20Use _emptyArray in List<T>.ToArraystephentoub1-1/+8
2016-01-20Merge pull request #2750 from dotnet-bot/from-tfsMatt Ellis1-0/+6
2016-01-20Legacy SelfTest/SelfHost tests are currently calling CreateAdjustmentRule usi...Eric Erhardt1-0/+6
2016-01-20Merge pull request #2747 from Dmitry-Me/fixVariableNameTypoJan Kotas1-1/+1
2016-01-20Fix typo outter → outerJon Hanna1-1/+1
2016-01-20Fix variable name typoDmitry-Me1-1/+1
2016-01-19Merge pull request #2729 from JonHanna/fix_2727AlexGhiondea1-5/+6
2016-01-19Merge pull request #2724 from stephentoub/readwrite_perfJan Kotas1-76/+99
2016-01-19Ensure same lock is used to read and write Dictionary in AppContextJon Hanna1-5/+6
2016-01-19Tweak a few more aspects of Stream.Read/WriteAsync perf improvementsstephentoub1-55/+22
2016-01-19Add generic detection of Stream.{Begin|End}{Read|Write} overridesJan Kotas2-18/+12