summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub1-3/+3
2019-07-18Make all event types nullable (#25752)Stephen Toub1-1/+1
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub8-81/+81
2019-07-16Disable debugger evaluation of ValueTask<T>.Result (#25727)Stephen Toub1-0/+3
2019-07-11Fix build break in TimerQueue.Portable.csJan Kotas1-5/+5
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub8-11/+11
2019-07-09Fix Timer argument exception parameter names (#25617)Stephen Toub1-5/+5
2019-07-09Fix regression in Timers with long timeouts (#25604)Stephen Toub3-25/+20
2019-06-28Fix an assertion failure in the thread pool's QueueUserWorkItemCallbackBase (...Koundinya Veluri1-1/+2
2019-06-27React to new compiler nullability warningsSantiago Fernandez Madero1-1/+2
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams1-1/+0
2019-06-24Force secondary await continuations to run asynchronously (#25280)Stephen Toub1-20/+54
2019-06-13Update Corelib to adapt to compiler nullability updatesStephen Toub5-14/+14
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub3-13/+5
2019-06-11Track timer count and add Timer.ActiveCount (#25061)Koundinya Veluri1-0/+25
2019-06-06Add [NotNull] to syncLock parameter of EnsureInitialized (#25012)Stephen Toub1-7/+7
2019-06-05Merge pull request #24937 from safern/FixNullableAnnotationsApiReviewSantiago Fernandez Madero1-1/+2
2019-06-04Remove stale Task async extension methods from TaskExtensions (#24958)Santiago Fernandez Madero1-30/+0
2019-06-03PR FeedbackSantiago Fernandez Madero2-5/+1
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero2-0/+5
2019-06-03Remove unnecessary Shared<T> class from Task (#24931)Stephen Toub1-15/+2
2019-05-28Fix nullable annotationJan Kotas1-1/+1
2019-05-28Fix superfluous delegate allocations in Unix WaitSubsystem (#7454)Jan Kotas1-3/+4
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub28-210/+247
2019-05-25Stop nulling out lock object in SemaphoreSlim (#24776)Stephen Toub1-21/+26
2019-05-24Update BuildTools, CoreClr to preview4-04022-01, preview6-27721-71, respectiv...dotnet-maestro-bot2-5/+5
2019-05-21Reduce overhead of SemaphoreSlim.WaitAsync (#24687)Stephen Toub1-11/+23
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub76-76/+0
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-1/+1
2019-05-01Move the new ConfigureAwait/WithCancellation extension methods to a new type ...Stephen Toub2-0/+44
2019-04-25Removing EventPipe file polling (EventPipeController+Timer) (#24225)José Rivero1-7/+1
2019-04-23Implement APIs for some threading metrics (CoreRT) (dotnet/corert#7066)Koundinya Veluri1-4/+30
2019-04-20Update BuildTools, CoreClr to preview4-03917-01, preview5-27618-71, respectiv...dotnet-maestro-bot1-1/+1
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-0/+53
2019-04-15Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero2-25/+3
2019-04-14Fix a few internal nullable annotations and comments (#23987)Stephen Toub2-7/+8
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas2-25/+3
2019-04-12Merge pull request #23911 from safern/merge-master-nullableSantiago Fernandez Madero1-0/+41
2019-04-12Nullable: System.Runtime.CompilerServices (#23886)Stephen Toub1-1/+1
2019-04-11Fix build errors due to merge conflictsSantiago Fernandez Madero1-1/+1
2019-04-11Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero1-0/+41
2019-04-10Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)Filip Navara1-0/+40
2019-04-10Nullable: System (most of it) (#23774)Stephen Toub2-2/+2
2019-04-08Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero2-2/+3
2019-04-07Fix two new nullable warnings with latest compilerStephen Toub2-2/+3
2019-04-05Nullable: Array (#23746)Stephen Toub1-1/+1
2019-04-04Fix Debug.Assert in GenericDelegateCache (#23755)Santiago Fernandez Madero1-1/+1
2019-04-04Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero1-1/+7
2019-04-03Move null check into separate method to prevent unnecessary conversion of nul...Filip Navara1-1/+7
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub23-565/+603