summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas12-138/+129
2017-09-15Move List to shared partition (#14006)Jan Kotas3-68/+51
2017-09-14Delete JitHelpers.UnsafeCast (#14005)Ben Adams1-9/+0
2017-09-14Merge pull request #13976 from stephentoub/fix_memorystream_delegationStephen Toub2-4/+52
2017-09-14Improve ReaderWriterLockSlim scalability (#13243)Koundinya Veluri1-163/+365
2017-09-14Change delegation in {Unmanaged}MemoryStream.Read/WriteAsync(Memory)Stephen Toub2-4/+52
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas1-23/+1
2017-09-13Replace JitHelpers.UnsafeCast with Unsafe.AsJan Kotas23-114/+114
2017-09-13Undo more JIT layout workarounds (#13961)Joseph Tremoulet1-25/+19
2017-09-13Call the fast generic impl from the non-generic one where possibleJan Kotas1-10/+3
2017-09-13Make Array.Reverse fasterJan Kotas1-3/+4
2017-09-13Mark Span.Length as non-versionableJan Kotas3-9/+42
2017-09-13Fix Hebrew date parsing (#13929)Tarek Mahmoud Sayed1-0/+17
2017-09-12Make dangerous Span APIs less discoverable. (#13927)Ahson Ahmed Khan2-0/+5
2017-09-12Merge pull request #13242 from ViktorHofer/BinarySerializationCleanupViktor Hofer8-61/+15
2017-09-12ResourceSetViktor Hofer1-7/+1
2017-09-12TextInfoViktor Hofer2-27/+8
2017-09-12ReflectionViktor Hofer2-15/+1
2017-09-12IOViktor Hofer3-12/+5
2017-09-11Merge pull request #13907 from stephentoub/valuetask_astask_cachingStephen Toub2-2/+2
2017-09-11Use AsyncTaskCache in ValueTask.AsTask()Stephen Toub2-2/+2
2017-09-11Make order of elements consistent (#13892)Kevin Gosse1-2/+2
2017-09-09Merge pull request #13849 from stephentoub/string_createStephen Toub2-0/+29
2017-09-09Merge pull request #13888 from jkotas/corelib-mirrorJan Kotas18-110/+108
2017-09-09Merge pull request #13886 from ahsonkhan/SpanReadOnlyStructStephen Toub2-0/+2
2017-09-09Finish moving files to shared CoreLib partitionJan Kotas3-84/+0
2017-09-09Move PInvoke interop related attributes to shared CoreLib partitionJan Kotas13-28/+120
2017-09-09Finish moving files to shared partitionJan Kotas2-12/+2
2017-09-09Fix IntrinsicAttribute build breakJan Kotas1-2/+2
2017-09-09Cleanup Guid formatting (#13885)Jan Kotas1-73/+60
2017-09-08Marking {ReadOnly}Span with IsReadOnly attribute.ahsonkhan2-0/+2
2017-09-08Guid span-based APIs (ctor, TryWriteBytes, TryFormat) (#13323)Stephanie Niu1-141/+206
2017-09-08[Arm64] Optimize System.Buffer:Memmove (#13793)Steve MacLean1-2/+12
2017-09-08Move files to shared partition (#13870)Jan Kotas29-879/+599
2017-09-08Port some concurrent collection implementations with latest fixes from CoreFX...Koundinya Veluri5-395/+376
2017-09-09Merge pull request #13845 from ViktorHofer/DBNull-SerializationViktor Hofer4-3/+76
2017-09-08Non-shared changesJan Kotas5-162/+8
2017-09-08Delete redundant PInvokesJan Kotas3-8/+8
2017-09-08Move HResults to shared partitionJan Kotas2-0/+127
2017-09-08Fix CoreLib build warnings (#13851)Jan Kotas14-1/+15
2017-09-08Adding serializable attribute to typeViktor Hofer1-1/+1
2017-09-08PR feedbackViktor Hofer2-3/+6
2017-09-08Add String.Create span-based methodStephen Toub2-0/+29
2017-09-07Fix EventProvider to build on LinuxDan Moseley1-0/+4
2017-09-08Remove unused paramsViktor Hofer2-4/+4
2017-09-08Add exception handling for other input and add commentsViktor Hofer1-7/+14
2017-09-08Revert access modifier change and update its commentViktor Hofer1-1/+6
2017-09-08More comments and remove of corert special caseViktor Hofer1-6/+3
2017-09-08PR feedbackViktor Hofer1-19/+15
2017-09-08Make DBNull serializableViktor Hofer3-2/+67