summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-19Several Stream.Read/WriteAsync improvementsstephentoub2-26/+88
2016-01-19Fix comment typoDmitry-Me1-1/+1
2016-01-18Merge pull request #2720 from hughbe/synchronized-listJan Kotas1-102/+0
2016-01-18Remove SynchronizedListHugh Bellamy1-102/+0
2016-01-18Allow some ITaskCompletionActions to always run synchronouslystephentoub3-3/+29
2016-01-17Merge pull request #2678 from DionYe/masterJan Kotas1-0/+5
2016-01-18Add check for out of memoryDionYe1-0/+5
2016-01-17Merge pull request #2608 from justinvp/functorcomparerJan Kotas3-17/+2
2016-01-16Merge pull request #2707 from dotnet-bot/from-tfsMatt Ellis1-1/+1
2016-01-15Array.Sort<T>: Remove unnecessary GetLowerBound(0) callJustin Van Patten1-1/+1
2016-01-15Merge pull request #2685 from eerhardt/Fix2185Eric Erhardt1-2/+4
2016-01-15Merge pull request #2670 from Priya91/addmachinenameLakshmi Priya2-11/+22
2016-01-15Daylight transitions are not correct on Unix.Eric Erhardt1-2/+4