summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Merge pull request dotnet/corert#3793 from dotnet/nmirrorJan Kotas1-0/+11
2017-06-03Additional fix for ETW failure in 32 process on 64 bit machines. (#12022)Vance Morrison1-1/+1
2017-05-31Post-Serialization cleanup fixes to Reflection (#12010)Atsushi Kanamori3-9/+42
2017-05-30Coretype variables renamed back to netfx counterpart for reflection based ser...Viktor Hofer4-36/+34
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 Brown2-41/+5
2017-05-26ISerializable cleanup (#11873)Morgan Brown84-911/+165
2017-05-24Adds System.Runtime.CompilerServices.Runtimefeature.PortablePdb (#11845)Tomáš Matoušek1-2/+12
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown140-148/+2
2017-05-22Update Unix SafeHandle to throw NotFound correctly (#11757)Jeremy Kuhne2-0/+10
2017-05-22Report Span/ReadOnlySpan intrinsics to RyuJIT (dotnet/corert#3669) (#11775)dotnet bot2-0/+6
2017-05-21Implement HasSameMetadataDefinitionAs() on CoreCLR (#11774)Atsushi Kanamori1-0/+2
2017-05-16Update Corelib to use SetThreadErrorMode (#11625)Jeremy Kuhne1-8/+5
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) Guo3-15/+144
2017-05-13Disable ETW calls on UNIX.Brian Robbins1-1/+3
2017-05-12Merge pull request dotnet/corert#3601 from dotnet/nmirrorJan Kotas1-0/+156
2017-05-11Removes unneeded Serializable attributes from enums and delegates. They can b...Morgan Brown16-17/+0
2017-05-11Fix build.Brian Robbins2-3/+40
2017-05-11Add back private BadImageFormatException constructor called by the VM (#11523)Jan Kotas1-1/+1
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins3-14/+106
2017-05-08Avoid throwing in the globalization managed callbacks (#11454)Tarek Mahmoud Sayed1-9/+18
2017-05-06Delete moved files and fix build breaksJan Kotas3-19/+19
2017-05-05Move more files to shared CoreLib partition (#11429)Jan Kotas15-0/+3064
2017-05-05Path.GetDirectoryName() throw exception when path is empty or has only white ...Santiago Fernandez Madero1-10/+14
2017-05-05Merge pull request #11411 from justinvp/delegate_opequalityStephen Toub1-4/+4
2017-05-04Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11...Jan Kotas3-0/+1037
2017-05-04Use ReferenceEquals instead of Delegate.op_Equality for sentinel checksJustin Van Patten1-4/+4
2017-05-04Fix ProjectN build break (dotnet/corert#3517)Jan Kotas1-1/+6
2017-05-04System.IO.Path.GetPathRoot string.Empty or whitespace character string should...Viktor Hofer2-3/+12
2017-05-03Adding System\Runtime\CompilerServices\IsByRefLikeAttribute type (#11369)Vladimir Sadov1-0/+21
2017-05-03Implement Type.IsTypeDefinition property on CoreCLR (#11355)Atsushi Kanamori2-0/+2
2017-05-02Enable Marshal.SecureStringToBSTR and Marshal.ZeroFreeBSTR on Unix (#11234)John Bottenberg3-18/+46
2017-05-01Partial revert "Move a few more files to shared CoreLib partition" (#11328)Jan Kotas1-293/+0
2017-05-01Move a few more files to shared CoreLib partitionJan Kotas5-0/+1039
2017-04-30Rename internal field of primitive type structs and make it private (#11312)Jan Kotas1-17/+17
2017-04-27Merge pull request dotnet/corert#3446 from jkotas/nmirror-mergeJan Kotas1-19/+1
2017-04-26Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415)Faizur Rahman1-0/+44
2017-04-21Mark CharEnumerator as [Serializable] (#11124)Jan Kotas1-0/+1
2017-04-20Update StringBuilder.AppendJoin to approved API (#11059)Joseph Musser1-33/+45
2017-04-18Revert "Add SecurityZone stub" (#11053)Viktor Hofer1-11/+0
2017-04-18Expose Task.IsCompletedSuccessfullyStephen Toub1-2/+2
2017-04-17Merge pull request #11036 from brianrob/remove_eventcounterBrian Robbins1-436/+0
2017-04-17Rename attribute to IsReadOnlyAttribute (#11026)Omar Tawfik1-2/+2
2017-04-17Remove EventCounter from System.Private.CoreLib.Brian Robbins1-436/+0
2017-04-17Add SecurityZone stubdanmosemsft1-0/+11