summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Replace 'where T : object` with `where T : notnull`Stephen Toub11-44/+44
2019-06-12Update dependencies from dotnet/arcade (dotnet/corefx#38474)dotnet-maestro[bot]7-7/+7
2019-06-12Fix nullable annotations on Binder.ReorderArgumentArrayStephen Toub3-5/+7
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub21-65/+41
2019-06-12Convert PermissionSet NIE to PlatformNotSupportedException (#25114)Marek Safar1-1/+1
2019-06-12Add missing TraceOperationCreation log event in GetStateMachineBox (#25097)Stephen Toub1-0/+7
2019-06-11Track timer count and add Timer.ActiveCount (#25061)Koundinya Veluri1-0/+25
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub13-27/+186
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-5/+7
2019-06-10Make Debug.Print(string) behavior consistent with .NET Framework (#25036)Maryam Ariyan1-2/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-1/+17
2019-06-10Use SIZE_T for SectionSize in RegisterFrozenSegment (#25044)Mukul Sabharwal1-1/+1
2019-06-08Move Marshal class to S.P.CoreLib (dotnet/corert#7502)Michal Strehovský1-5/+5
2019-06-08Fix issue in NamedPipeServerStream.GetImpersonationUserName() (#37676)Carlos Sanchez Lopez1-0/+1
2019-06-07Fix redistJeremy Kuhne1-1/+9
2019-06-07Fix AppDomain issues (#25019)Steve MacLean4-9/+11
2019-06-07Address nullable feedback for System.Runtime and System.Runtime.Extensions (#...Santiago Fernandez Madero20-34/+37
2019-06-06Add [NotNull] to syncLock parameter of EnsureInitialized (#25012)Stephen Toub1-7/+7
2019-06-06Add DisplayUnits property to DiagnosticCounter (#24981)Sung Yoon Whang6-1/+13
2019-06-06Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] (#24991)Tanner Gooding2-0/+2
2019-06-06Delete unnecessary security transparency attributes (#25007)Jan Kotas1-2/+0
2019-06-05Less work for OptimalMaxSpinWaitsPerSpinIteration fast-path (#21702)Ben Adams1-11/+13
2019-06-05Merge pull request #24937 from safern/FixNullableAnnotationsApiReviewSantiago Fernandez Madero61-272/+200
2019-06-04Remove stale Task async extension methods from TaskExtensions (#24958)Santiago Fernandez Madero1-30/+0
2019-06-04Remove Collection<T> range APIs (#24938)Santiago Fernandez Madero1-113/+0
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas1-118/+79
2019-06-04More PR FeedbackSantiago Fernandez Madero6-58/+30
2019-06-04PR FeedbackSantiago Fernandez Madero12-28/+17
2019-06-04Being consistent (#24927)Youssef13131-15/+110
2019-06-04follow the ICU User Guide recommendation to optimize the perf of InvariantCul...Adam Sitnik1-17/+36
2019-06-03PR FeedbackSantiago Fernandez Madero30-90/+40
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero52-149/+166
2019-06-03Specify TaskScheduler.Default in EventPipeEventDispatcher (#24930)Stephen Toub1-1/+1
2019-06-03Fix signature mismatch between managed and unmanaged GetCodeInfo signatures (...Jan Kotas2-4/+4
2019-06-03Remove unnecessary Shared<T> class from Task (#24931)Stephen Toub1-15/+2
2019-06-03Adjust several `where T : class?` constraints (#24894)Stephen Toub4-12/+16
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding2-80/+0
2019-06-02Improve fatal err msg (#24390)Dan Moseley3-35/+13
2019-05-31Fix FileStream.FlushAsync() to behave like Flush() (#24902)Stephen Toub1-18/+2
2019-05-30Remove BuildTools from product build (#24841)Elinor Fung1-42/+0
2019-05-30Add Environment.TickCount64 (#24857)Stephen Toub1-1/+11
2019-05-29Stop specifying cdecl for ComponentEntryPoint (default to stdcall) (#24833)Elinor Fung1-1/+0
2019-05-29Add back AssemblyDescription attribute (#24819)Sven Boemer1-0/+1
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero2-11/+3
2019-05-28Fix nullable annotationJan Kotas1-1/+1
2019-05-28Fix superfluous delegate allocations in Unix WaitSubsystem (#7454)Jan Kotas1-3/+4
2019-05-28Change StreamReader.ReadBufferAsync to return ValueTask<int> (#24810)Stephen Toub1-1/+1
2019-05-28Rename CreateNativeDelegate -> LoadAssemblyAndGetFunctionPointer (#24804)Elinor Fung1-9/+9
2019-05-28Using AllocateUninitializedArray in array pool (#24504)Vladimir Sadov3-5/+10
2019-05-28Move parts of WeakReference to shared partition (#24800)Marek Safar6-97/+102