summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub7-7/+8
2019-07-18Make all event types nullable (#25752)Stephen Toub2-6/+6
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub11-38/+38
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub3-3/+3
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason2-0/+27
2019-07-08Adding DisplayUnits property to all the runtime counters (#25598)Sung Yoon Whang1-9/+9
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-18/+21
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas1-2/+2
2019-07-02Reduce allocations in GetLocale() (#25531)Ilya1-1/+1
2019-07-01Decrease EventListener buffer size (#25526)Sung Yoon Whang1-1/+3
2019-07-01Delete dead code (#25513)Jan Kotas1-11/+0
2019-06-26Tweak nullable attribute per API review (#25443)Stephen Toub2-2/+3
2019-06-26Tweak some annotations on EventRegistrationTokenTable<T> (#25386)Santiago Fernandez Madero1-12/+9
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams1-2/+0
2019-06-25Fix incorrect signature of QCall (#25419)Mukul Sabharwal1-1/+1
2019-06-24Address last round of nullable feedback - S.Resources.ResourceManager, System...Santiago Fernandez Madero3-25/+25
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk3-2/+19
2019-06-21Remove several unnecessary string allocations (#25305)Stephen Toub6-65/+8
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky1-8/+8
2019-06-19Address nullable feedback for S.T.Overlapped, S.Memory, S.R.InteropServices (...Santiago Fernandez Madero3-4/+4
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky1-8/+8
2019-06-15Add active timer counter (#25186)Sung Yoon Whang1-0/+2
2019-06-14Move parts of RuntimeType to shared partition (#25176)Marek Safar1-431/+1
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas1-69/+38
2019-06-13Update Corelib to adapt to compiler nullability updatesStephen Toub10-31/+30
2019-06-12Fix a couple of annotations on Type (#25136)Santiago Fernandez Madero3-5/+5
2019-06-12Replace 'where T : object` with `where T : notnull`Stephen Toub11-44/+44
2019-06-12Fix nullable annotations on Binder.ReorderArgumentArrayStephen Toub1-1/+1
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub4-20/+18
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub2-5/+12
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-5/+7
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-07Fix AppDomain issues (#25019)Steve MacLean2-4/+4
2019-06-07Address nullable feedback for System.Runtime and System.Runtime.Extensions (#...Santiago Fernandez Madero3-3/+6
2019-06-05Less work for OptimalMaxSpinWaitsPerSpinIteration fast-path (#21702)Ben Adams1-11/+13
2019-06-05Merge pull request #24937 from safern/FixNullableAnnotationsApiReviewSantiago Fernandez Madero29-142/+90
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas1-118/+79
2019-06-04More PR FeedbackSantiago Fernandez Madero4-51/+20
2019-06-04PR FeedbackSantiago Fernandez Madero8-17/+12
2019-06-03PR FeedbackSantiago Fernandez Madero18-68/+26
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero23-49/+75
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-03Adjust several `where T : class?` constraints (#24894)Stephen Toub1-0/+2
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-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero2-11/+3
2019-05-28Rename CreateNativeDelegate -> LoadAssemblyAndGetFunctionPointer (#24804)Elinor Fung1-9/+9
2019-05-28Using AllocateUninitializedArray in array pool (#24504)Vladimir Sadov1-0/+5