summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/Tasks
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Make all event types nullable (#25752)Stephen Toub1-1/+1
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub5-76/+76
2019-07-16Disable debugger evaluation of ValueTask<T>.Result (#25727)Stephen Toub1-0/+3
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub5-7/+7
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 Toub2-5/+5
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub3-13/+5
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-28Add and apply nullable attributes (#24679)Stephen Toub12-149/+163
2019-05-24Update BuildTools, CoreClr to preview4-04022-01, preview6-27721-71, respectiv...dotnet-maestro-bot1-1/+1
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub21-21/+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-07Fix two new nullable warnings with latest compilerStephen Toub2-2/+3
2019-04-04Fix Debug.Assert in GenericDelegateCache (#23755)Santiago Fernandez Madero1-1/+1
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub21-562/+599
2019-03-24typo: Double word "that" (dotnet/corefx#36269)Nick Schonning1-1/+1
2019-03-09Add stack depth check to all Task continuations (#23152)Stephen Toub2-90/+18
2019-02-28Fix CoreRT build breakJan Kotas1-1/+1
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara4-14/+1
2019-02-20Reduce struct copy by 1 in ValueTask.GetAwaiter (#22738)Ben Adams1-2/+2
2019-02-20Use ThrowHelper in ManualResetValueTaskSourceCore (#22714)Stephen Toub1-8/+5
2019-02-20Allow Task.WaitAny completion to run synchronously (#21245)Ben Adams2-10/+23
2019-02-20Fix race condition in ManualResetValueTaskSourceCore (#22711)Stephen Toub1-1/+1
2019-02-02Avoid delegate/work item allocations when setting async continuation (#22373)Stephen Toub1-3/+11
2019-02-01Remove stale warning 420 pragmas (#22352)Stephen Toub5-14/+0
2019-01-29Recover some of the size lost with AsyncMethodBuilder/Task unification (#6913)Michal Strehovský2-7/+12
2019-01-27Shrink Task.Delay when used without cancellation (#22233)Ben Adams1-52/+58
2019-01-27Remove several uses of VoidTaskResult (#22238)Stephen Toub5-219/+163
2019-01-25Reduce Task's static ctor dependencies (#22172)Marek Safar1-40/+22
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas4-54/+54
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar2-8/+871
2019-01-23Implement IAsyncDisposable.ConfigureAwait (#22160)Stephen Toub1-0/+7
2019-01-23Move Task to shared partition (#22105)Marek Safar2-8/+6626
2019-01-22Remove duplicate requiresSynchronization params attribute (#22143)Ben Adams1-5/+0
2019-01-22Fix CoreRT build breaksJan Kotas1-4/+4
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar1-0/+584
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar2-0/+5163
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas2-36/+35
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar1-0/+77
2019-01-10Add WithCancellation for async enumerables (#21939)Stephen Toub1-2/+11
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams3-16/+9
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas5-0/+2997
2018-12-04Fix lots of malformed XML commentsStephen Toub1-3/+3