summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Remove serializable attribute from OrdinalIgnoreCaseComparer (#12215)Viktor Hofer1-12/+107
2017-06-13Removed the unused vararg version of String ConcatBrian Sullivan1-31/+0
2017-06-13Make ActivityID guids process specific. (#11726)Vance Morrison1-1/+2
2017-06-09Revert ResourceManager change to unblock uap tests (#12179)Santiago Fernandez Madero1-1/+1
2017-06-09DateTime serialization fixed, added attention labels to serialized fields (#1...Viktor Hofer28-177/+172
2017-06-08Merge pull request dotnet/corert#3832 from dotnet/nmirrorJan Kotas1-10/+0
2017-06-06Restore logic for when to use satellite resource lookup under AppX (#12117)Jan Kotas3-58/+2
2017-06-06TypeForwardedFrom attributes on coretypes for NetFX serialization (#12059)Viktor Hofer50-86/+83
2017-06-05Merge pull request dotnet/corert#3793 from dotnet/nmirrorJan Kotas2-3/+14
2017-06-03Additional fix for ETW failure in 32 process on 64 bit machines. (#12022)Vance Morrison1-1/+1
2017-06-02fix procCount assertion (#12065)Xiangyang (Mark) Guo1-2/+2
2017-06-02Tiny typo in TaskCompletionSource xml comment (#12066)Bar Arnon1-1/+1
2017-06-02Merge pull request dotnet/corert#3745 from dotnet/nmirrorJan Kotas4-0/+30
2017-06-01Fixes deserializaing TimeZoneInfo by putting back the IDeserializationCallbac...Morgan Brown1-1/+18
2017-05-31Post-Serialization cleanup fixes to Reflection (#12010)Atsushi Kanamori11-90/+50
2017-05-31Expose Enumerator members out of EnvironmentAugments. (#11980)Atsushi Kanamori2-69/+64
2017-05-31Internal hashtable serialization attribute removedViktor Hofer1-1/+0
2017-05-30Coretype variables renamed back to netfx counterpart for reflection based ser...Viktor Hofer19-336/+364
2017-05-31Optimized Math.SignPent Ploompuu2-46/+7
2017-05-30Fix build breakJan Kotas1-0/+2
2017-05-30Moves windows specific field to Debug.Windows.cs file (dotnet/corert#3733)Marek Safar1-2/+0
2017-05-30Fix failures in ETW logging on 4GB aware 32 bit processes (#11941)Vance Morrison3-6/+6
2017-05-28Fix build breaksMorgan Brown2-15/+3
2017-05-27IDeserializationCallback cleanupMorgan Brown7-160/+12
2017-05-26ISerializable cleanup (#11873)Morgan Brown129-1529/+221
2017-05-25Merge pull request dotnet/corert#3709 from dotnet/nmirrorMichal Strehovský4-0/+45
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins3-9/+29
2017-05-24Adds System.Runtime.CompilerServices.Runtimefeature.PortablePdb (#11845)Tomáš Matoušek1-2/+12
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown258-645/+7
2017-05-22Update Unix SafeHandle to throw NotFound correctly (#11757)Jeremy Kuhne3-11/+59
2017-05-22Report Span/ReadOnlySpan intrinsics to RyuJIT (dotnet/corert#3669) (#11775)dotnet bot2-0/+6
2017-05-21Implement HasSameMetadataDefinitionAs() on CoreCLR (#11774)Atsushi Kanamori8-0/+31
2017-05-19Merge pull request dotnet/corert#3654 from dotnet/nmirrorMichal Strehovský5-1/+175
2017-05-19Set StrongName=None for System.Private.CoreLibWes Haggard1-1/+2
2017-05-19Update signing for coreclr repoWes Haggard2-1/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas24-1083/+61
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-1/+1
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe1-0/+1
2017-05-16Update Corelib to use SetThreadErrorMode (#11625)Jeremy Kuhne6-37/+43
2017-05-16Merge pull request #11639 from brianrob/fix_corefxStephen Toub1-7/+10
2017-05-15Fix EventSource tests.Brian Robbins1-7/+10
2017-05-15Merge pull request dotnet/corert#3622 from dotnet/nmirrorJan Kotas1-18/+12
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo5-17/+196
2017-05-15Throw PNSE in ThreadPoolBoundHandle.BindHandle on Unixes (#11613)Koundinya Veluri5-22/+69
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins1-1/+19
2017-05-13Disable ETW calls on UNIX.Brian Robbins2-5/+7
2017-05-12Fix String.IndexOf with empty string input (#11587)Tarek Mahmoud Sayed1-1/+1
2017-05-12Only call EventActivityIdControl ETW function on Windows. (#11549)Brian Robbins1-2/+2
2017-05-12Delete non-shared version and switch over to shared version.Atsushi Kanamori4-320/+3
2017-05-12Merge pull request dotnet/corert#3601 from dotnet/nmirrorJan Kotas2-0/+157