summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge pull request #18103 from vancem/StringBuilderEnumeratorUpdateVance Morrison1-16/+23
2018-05-24Rename EnumerateCHunks -> GetChunks per API review feedback.Vance Morrison1-5/+5
2018-05-24Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas1-2/+29
2018-05-23sharing SerializationInfo for corert and coreclr (#18102)Maryam Ariyan4-690/+516
2018-05-23Add more comments to StringBuilder.EnumerateChunks()Vance Morrison1-11/+18
2018-05-22Merge pull request #17530 from vancem/StringBuilderEnumeratorVance Morrison1-0/+125
2018-05-22Move InsufficientMemory, OutOfMemory and ThreadInterrupted exceptions (#18049)Maryam Ariyan8-231/+205
2018-05-22Fixe whitespaceVance Morrison1-2/+0
2018-05-22Fix whitespaceVance Morrison1-2/+3
2018-05-22Fix attribute placementVance Morrison1-2/+1
2018-05-22Collapse ChunkEnumerable and ChunkEnumerator.Vance Morrison1-26/+13
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan156-1272/+1274
2018-05-21Only include DotNETRuntimeEventSource.cs if it exists. (#18074)Brian Robbins1-1/+1
2018-05-19Fix CoreRT build breakJan Kotas1-0/+2
2018-05-19Remove bogus NoInlining uses (#18061)mikedn2-14/+3
2018-05-18Avoid freezing ConcurrentQueue segments in Count (#18035)Stephen Toub1-24/+56
2018-05-18Add another readonly attributeVance Morrison1-1/+1
2018-05-18add readonly attributesVance Morrison1-5/+6
2018-05-18Improve comments, review feedback.Vance Morrison1-3/+16
2018-05-17Revert PR 17881 to unblock integration into CoreFx (#18036)Atsushi Kanamori4-113/+44
2018-05-17Better commentsVance Morrison1-7/+22
2018-05-17Fix typoVance Morrison1-1/+1
2018-05-16Generate EventSources Representing DotNETRuntime Eventing Providers (#18007)Brian Robbins2-0/+3
2018-05-16Add Asserts. Fix bug found in testing.Vance Morrison1-7/+11
2018-05-16Add some more documentation for ValueTask (dotnet/corefx#29726)Stephen Toub1-8/+44
2018-05-16System.Reflection: Replicate custom modifiers of method parameters in MemberR...stakx4-44/+113
2018-05-16Moving ConcurrentQueue to shared (#18024)Maryam Ariyan5-33/+33
2018-05-15Remove IsAscii fast paths from Equals and Compare OrdinalIgnoreCase (#17985)Bruce Bowyer-Smyth8-149/+131
2018-05-15Remove faulty Debug.Assert (#18009)stakx1-1/+0
2018-05-15Change Span to MemoryVance Morrison1-3/+3
2018-05-15Adding EnumerateChunks which allow efficient scanning of a StringBuilderVance Morrison1-0/+107
2018-05-14Moving ConcurrentQueue to shared folder (#17956)Maryam Ariyan8-369/+488
2018-05-14Reflection: Allow ParameterBuilder.SetConstant(nonNullValue) for nullable enu...stakx2-0/+10
2018-05-11Move StringBuilderCache to shared (#17964)Stephen Toub4-85/+63
2018-05-10Merge pull request dotnet/corefx#29636 from stephentoub/formatmessageStephen Toub1-66/+42
2018-05-09Replace easy Substrings with AsSpan/Slices (#17916)Stephen Toub7-81/+40
2018-05-09Reduce allocation in StringBuilder marshaling (#17928)Stephen Toub2-24/+26
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1185-0/+319909