summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-07-21Moving 'System.Single' and 'System.Double' to the 'System.Private.CoreLib.Sha...Tanner Gooding4-3/+3
2017-07-20Fix resources lookup to use satellite assembly resouce lookup inside AppX whe...Santiago Fernandez Madero1-2/+7
2017-07-20Merge pull request #12955 from stephentoub/tryderegisterStephen Toub1-0/+10
2017-07-20Fix IndexOutOfRangeException in PayloadNames property (#12932)Vance Morrison1-3/+3
2017-07-20Fix corefx break due to missing internal methodStephen Toub1-0/+10
2017-07-19Fix CultureInfo.Parent to avoid throwing and catching (#12916)Tarek Mahmoud Sayed1-15/+31
2017-07-19Merge pull request #12819 from stephentoub/cts_perfStephen Toub3-1062/+507
2017-07-19Merge pull request #12755 from tannergooding/classifyEric Mellino3-32/+111
2017-07-19Fix errors in MSBuild prperties initialization in System.Private.CoreLib.cspr...Jacek Blaszczynski1-5/+3
2017-07-19Improve the performance of CancellationToken.Register / CancellationTokenRegi...Stephen Toub3-1062/+507
2017-07-19Fix build break - delete unused localJan Kotas1-3/+0
2017-07-18Missed one empty case in GetPathRoot (#12883)Jeremy Kuhne2-4/+4
2017-07-18Encoding code clean up (#12864)Tarek Mahmoud Sayed21-652/+444
2017-07-18Implementing the floating-point classification APIs for System.Single and Sys...Tanner Gooding3-32/+111
2017-07-18Move BitConverter to shared CoreLib partition (#12876)Jan Kotas3-45/+4
2017-07-17Path whitespace changes. (#12862)Nina Chikanov8-33/+39
2017-07-17CoreCLR - Remove preemptive checks for path being too long (#12786)Stephen Daudell3-23/+0
2017-07-16Revert PR: https://github.com/dotnet/coreclr/pull/12830 (#12844)Santiago Fernandez Madero1-1/+1
2017-07-15Fix resources lookup to use satellite assembly resouce lookup inside AppX whe...Santiago Fernandez Madero1-1/+1
2017-07-14Applied MaxSegmentLength restriction in ConcurrentQueueJeffCyr1-2/+2
2017-07-13Change missed by the CoreLib mirror (#12792)Jan Kotas1-0/+1
2017-07-13[Arm64] Enable Span clear optimization (#12788)Steve MacLean1-1/+1
2017-07-13Merge pull request dotnet/corert#4141 from MichalStrehovsky/fixBuildBreakMichal Strehovský2-2/+4
2017-07-12Remove dead LazyInitializer file from #12697 (#12767)James Ko2-258/+3
2017-07-11Remove ThrowExceptionIfDisposedCancellationTokenSource switchStephen Toub5-41/+1
2017-07-09Unify LazyInitializers with CoreRT (#12697)Jan Kotas4-3/+291
2017-07-09TypeForward cleanup for Culture=neutral (#12698)Viktor Hofer1-1/+1
2017-07-09Move files to shared CoreLib partition (#12694)Jan Kotas10-101/+32
2017-07-08Remove redundant call to TimeSpan.TotalMilliseconds (#12692)James Ko1-3/+3
2017-07-08Merge pull request dotnet/corert#4110 from jkotas/nmirror-mergeJan Kotas2-3/+22
2017-07-08Merge pull request dotnet/corert#4100 from dotnet/nmirrorMichal Strehovský1-1/+1
2017-07-07Fix Unix debug assert to not use instance handle (#12687)Jeremy Kuhne1-1/+1
2017-07-07Minor fix added to mirrored changesTarek Mahmoud Sayed1-2/+2
2017-07-07Merge pull request dotnet/corert#4086 from tarekgh/CleanupSerializationInEnco...Tarek Mahmoud Sayed2-197/+57
2017-07-05Fix the merge from the corert changesTarek Mahmoud Sayed5-3781/+1
2017-07-06Merge pull request dotnet/corert#4080 from dotnet/nmirrorTarek Mahmoud Sayed4-0/+3863
2017-06-30Merge pull request dotnet/corert#4046 from dotnet/nmirrorMichal Strehovský2-0/+2
2017-06-30Reducing diffs with CoreRT (#12579)Jan Kotas7-137/+65
2017-06-29Merge pull request dotnet/corert#4004 from dotnet/nmirrorMichal Strehovský1-9/+9
2017-06-29Use public ConditionalWeakTable iterator (#12564)Jan Kotas3-136/+28
2017-06-29Remove m_ prefixes in BinaryReader.cs (#12561)Jan Kotas1-107/+107
2017-06-29Make ResourceManager netstandard 2.0 API behave correctly (#12536)Tarek Mahmoud Sayed1-9/+7
2017-06-29Delete file moved to shared partitionJan Kotas2-430/+0
2017-06-29Merge pull request dotnet/corert#4004 from dotnet/nmirrorMichal Strehovský2-1/+407
2017-06-28Move ReaderWriterLockSlim to shared partitionKoundinya Veluri3-1/+1
2017-06-28Fix debug assert (#12496)Jeremy Kuhne1-2/+2
2017-06-27Fix rough edges after CLI update (dotnet/corert#3983)Jan Kotas2-420/+419
2017-06-27Fix bad range check in TextInfo.IndexOfStringOrdinalIgnoreCase (#12478)Atsushi Kanamori1-1/+1
2017-06-26Merge pull request dotnet/corert#3969 from dotnet/nmirrorJan Kotas1-0/+1
2017-06-23Update Windows parameter name for Normalize/IsNormalized with invalid form (#...Hugh Bellamy1-5/+17