summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Threading/Tasks
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub1-2/+1
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 Toub2-2/+0
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub2-9/+3
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas1-5/+5
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar1-851/+0
2019-01-23Move Task to shared partition (#22105)Marek Safar2-6691/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar1-594/+0
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar2-5177/+0
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas5-164/+82
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar1-53/+0
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams2-47/+28
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams1-1/+1
2019-01-04Removes AppDomain dependency from TPLETWProvider (#21709)Marek Safar2-5/+5
2019-01-04Skip additional cast from common EC.Run calls (#21789)Ben Adams1-1/+7
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas5-3074/+0
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-3/+4
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas2-2/+2
2018-12-07Remove some unnecessary spinning (#21437)Stephen Toub1-15/+14
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub6-90/+12
2018-12-04Delete dead code in Task<T>Stephen Toub1-70/+0
2018-12-04Fix lots of malformed XML commentsStephen Toub6-21/+13
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+1
2018-11-09Fast-path ExecutionContext for ThreadPool items (#20308)Ben Adams3-21/+24
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub1-2/+3
2018-10-18Add public IThreadPoolWorkItem (#20387)Stephen Toub3-51/+34
2018-10-10Add CancellationToken.UnsafeRegister (#20342)Stephen Toub1-3/+3
2018-10-09Clear unnecessary state from completed Tasks (#20294)Stephen Toub1-2/+8
2018-09-27Avoid AwaitTaskContinuation allocation in some awaits (#20159)Stephen Toub1-1/+17
2018-07-15Expose SpinWait.SpinOnce(int sleep1Threshold) overload (#18204)Koundinya Veluri1-1/+1
2018-07-09Moved ManualResetEventSlim to shared (#18799)Anirudh Agnihotry1-3/+3
2018-07-05Delete dead code (#18783)Jan Kotas1-52/+10
2018-06-28Avoid capturing ExecutionContext into CancellationTokenSource's Timer (#18670)Stephen Toub1-1/+1
2018-06-24Simply type names in Corelib (#18623)Stephen Toub8-58/+58
2018-06-18Typo (#18520)John Doe1-1/+1
2018-06-08Expose public implementation AsyncCausalitySupport to S.R.WindowsRuntime (#18...Luqun Lou2-10/+0
2018-05-29Add sos DumpAsync command (#18160)Stephen Toub1-1/+1
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan7-91/+91
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan12-0/+16954