summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara13-171/+317
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar3-16/+6
2019-01-21Remove two unnecessary ToArray calls (#22119)Stephen Toub1-6/+6
2019-01-21Avoid intermediate strings in some StringBuilder formatting (#22111)Stephen Toub4-16/+30
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar4-22/+8
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams2-18/+10
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas7-106/+107
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas7-165/+84
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas5-51/+49
2019-01-19Fix buildMarek Safar2-2/+2
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-2/+3
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar6-74/+87
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar2-2/+94
2019-01-18Enable detection of HW intrinsics (dotnet/corert#6836)Michal Strehovský25-4/+81
2019-01-18Fix defines in TaskAwaiter (dotnet/corert#6846)Marek Safar1-34/+34
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang1-1/+8
2019-01-17Move Environment to shared CoreLib (dotnet/corefx#34654)Stephen Toub41-0/+2737
2019-01-17Remove ToString from RuntimeAssembly.GetManifestResourceStream (#22012)Stephen Toub2-4/+10
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara9-407/+368
2019-01-17Clean up a few minor Span-related uses (#22038)Stephen Toub6-10/+10
2019-01-17Remove a few stale resource strings for ConcurrentStack (#22037)Stephen Toub1-9/+0
2019-01-17Avoid allocations in Utf8Formatter.TryFormat(float/double, ...) (#22011)Stephen Toub2-41/+81
2019-01-17Fix AsyncMethodBuilder build on Mono (#22034)Marek Safar1-1/+1
2019-01-17Fix CoreCLR build of AsyncMethodBuilder.Filip Navara1-5/+9
2019-01-17Add new members to AsyncCausalitySupport.Filip Navara3-1089/+13
2019-01-17Move AsyncMethodBuilder to shared. (dotnet/corert#6832)Filip Navara3-0/+1140
2019-01-16Reduce steps for string.Contains(string value) (#22008)Ben Adams1-3/+8
2019-01-15String -> stringJan Kotas8-16/+16
2019-01-15Delete files moved to shared partitionJan Kotas6-224/+0
2019-01-15Move more COM exceptions to shared partition (dotnet/corert#6829)Marek Safar6-0/+212
2019-01-14Fix TimeSpan parsing (#21968)Tarek Mahmoud Sayed1-39/+46
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-2/+48
2019-01-12Add System.Reflection.Emit.DynamicILInfo (#21945)Maryam Ariyan2-1/+108
2019-01-11Merge pull request #21795 from fiigii/fixGenericCarol Eidt4-87/+54
2019-01-11Add missing overrides to SyncTextWriter (#21956)Stephen Toub1-6/+54
2019-01-10Add WithCancellation for async enumerables (#21939)Stephen Toub4-51/+90
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar4-32/+13
2019-01-10Move COMException to shared partition (dotnet/corert#6803)Marek Safar3-17/+17
2019-01-10Moves EnvironmentVariableTarget enum to shared partition (#21930)Marek Safar3-7/+14
2019-01-10Move restoring ExecutionContext out of generic methods (#21909)Ben Adams2-62/+25
2019-01-09Prevent AsyncIteratororMethodBuilder.ObjectIdForDebugger from gettingg trimme...Chuck Ries1-0/+3
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky3-0/+319
2019-01-09Move OperationStatus into shared source (#21912)Levi Broderick2-0/+35
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero1-4/+10
2019-01-09More DispatchWrapper tweaksJan Kotas1-18/+1
2019-01-09Removes PNSE version of DispatchWrapper and keep only single version with ifdefMarek Safar2-11/+1
2019-01-09Delete files moved to shared partitionJan Kotas15-322/+4
2019-01-09Moves common COM type to shared corelib partition (dotnet/corert#6782)Marek Safar26-1/+589