summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara3-0/+560
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar1-0/+584
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 Safar2-0/+5163
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams1-3/+2
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-55/+33
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas2-1/+2
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas3-48/+45
2019-01-19Fix buildMarek Safar1-1/+1
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar2-2/+79
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-17Move Environment to shared CoreLib (dotnet/corefx#34654)Stephen Toub16-0/+1927
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara6-17/+364
2019-01-17Clean up a few minor Span-related uses (#22038)Stephen Toub3-6/+6
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-17Move AsyncMethodBuilder to shared. (dotnet/corert#6832)Filip Navara2-0/+1139
2019-01-16Reduce steps for string.Contains(string value) (#22008)Ben Adams1-3/+8
2019-01-15String -> stringJan Kotas8-16/+16
2019-01-15Move more COM exceptions to shared partition (dotnet/corert#6829)Marek Safar5-0/+207
2019-01-14Fix TimeSpan parsing (#21968)Tarek Mahmoud Sayed1-39/+46
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 Toub3-50/+89
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar1-0/+12
2019-01-10Move COMException to shared partition (dotnet/corert#6803)Marek Safar1-0/+74
2019-01-10Moves EnvironmentVariableTarget enum to shared partition (#21930)Marek Safar1-0/+13
2019-01-10Move restoring ExecutionContext out of generic methods (#21909)Ben Adams1-54/+24
2019-01-09Move OperationStatus into shared source (#21912)Levi Broderick1-0/+34
2019-01-09More DispatchWrapper tweaksJan Kotas1-18/+1
2019-01-09Removes PNSE version of DispatchWrapper and keep only single version with ifdefMarek Safar1-1/+1
2019-01-09Delete files moved to shared partitionJan Kotas1-1/+4
2019-01-09Moves common COM type to shared corelib partition (dotnet/corert#6782)Marek Safar25-0/+563
2019-01-09fix DateTime overflow on ARM32 (#21902)Tomas Weinfurt1-4/+6
2019-01-08Expose string.Concat(ReadOnlySpan, ...) (#21882)Stephen Toub1-9/+24
2019-01-07CoreRT updates for files moved to shared partitionJan Kotas7-24/+65
2019-01-07Moves ComTypes to shared partition (#21861)Marek Safar18-0/+808
2019-01-07Remove unnecessary ThrowIfUnsupportedType calls and definitionsFei Peng4-87/+54
2019-01-07Moves StackTrace to shared partition (#21757)Marek Safar1-0/+396
2019-01-06Delete redundant S.R.InteropServices.PInvokeMap and S.R.InteropServices.PInvo...Jan Kotas2-4/+4
2019-01-05Maintain left.Equals(right) order for equality for compat (#21829)Ben Adams9-27/+63
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams41-194/+86
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams4-17/+17
2019-01-04Support faster null checks (#21765)Ben Adams11-96/+134
2019-01-04Add StringExtensions.Concat to fix Microsoft.IO.Redist assemblyStephen Toub1-0/+6
2019-01-03Use ValueStringBuilder instead of StringBuilderCache in PathInternal.Windows.csStephen Toub1-2/+3
2019-01-03Eliminate some bounds checks in Path (#21721)Egor Bogatov1-1/+3