summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)Ben Adams2-16/+6
2018-10-25Add ConfigureAwait extension method for IAsyncEnumerableStephen Toub1-0/+47
2018-10-25Add AsyncIteratorMethodBuilderStephen Toub1-0/+75
2018-10-18Add public IThreadPoolWorkItem (#20387)Stephen Toub1-1/+1
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-0/+1
2018-09-28Avoid allocation in Task.Yield() awaiter (#20186)Stephen Toub1-1/+1
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero1-0/+1
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero1-1/+0
2018-06-28Typo (dotnet/corert#6029)John Doe1-1/+1
2018-06-24Simply type names in Corelib (#18623)Stephen Toub6-11/+11
2018-06-13Added CallerArgumentExpressionAttribute (corefx issue 21809) (#18404)jswolf191-0/+17
2018-06-07Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to...Maryam Ariyan1-0/+61
2018-06-06Moves FastResourceComparer and TaskAwaiter to shared (#18283)Maryam Ariyan1-0/+609
2018-05-21Code cleanup and formatting for System.Memory files. (#17451)Ahson Khan1-1/+1
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan53-0/+1945