summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2018-12-22SpanHelpers deal with nullable reference types (#21232)Ben Adams1-321/+479
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas9-106/+29
2018-12-22Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706)Jan Kotas5-36/+14
2018-12-21CoreRT-specific Object.cs changes - Fix build breaks - Apply same cleanup to ...Jan Kotas1-6/+8
2018-12-21Cleanup to match conventionsJan Kotas6-78/+69
2018-12-21Moves common part of Object to CoreLib sharedMarek Safar3-68/+87
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley6-80/+6
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding3-5/+67
2018-12-21Moves ByReference to shared CoreLib (#21633)Marek Safar3-4/+9
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas4-225/+19
2018-12-21 Updating `FusedMultiplyAdd` for `System.Math` and `System.MathF` to use intr...Tanner Gooding2-0/+2
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng1-2/+2
2018-12-21Add AggressiveInlining for Vector<T>.op_Multiply (#21587)Fei Peng2-280/+8
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas4-58/+24
2018-12-17Fixed suppressed XML documentation errors (dotnet/corefx#34020)Stanislav Ushakov2-0/+4
2018-12-13'mscorlib' link returns 404 -> 'System.Private.CoreLib' (#34086)Matt Warren1-1/+1
2018-12-13Fix hardware intrinsc API XML comments (#21515)Fei Peng9-63/+63
2018-12-12Suppress unused warnings for events raised by the VM (#21520)Stephen Toub1-0/+2
2018-12-12Optimize number parsing (#21365)Pent Ploompuu15-478/+491
2018-12-11Moving the remaining Vector128/256 helper intrinsics to be implemented using ...Tanner Gooding3-321/+876
2018-12-11Delete unnecessary struct initialization (#21482)Jan Kotas1-1/+2
2018-12-10Fix warnings as errorsJan Kotas1-0/+4
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas14-431/+77
2018-12-10Fix for #21456 (Regressions in attribute allocations for non-generic attribut...Nick Craver1-1/+9
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed8-40/+365
2018-12-07Use string.Create in ConvertFromUtf32 (#21409)Stephen Toub3-21/+21
2018-12-07Remove some unnecessary spinning (#21437)Stephen Toub2-19/+18
2018-12-07Moving various Vector128/256 helper method to be implemented using other intr...Tanner Gooding4-341/+1109
2018-12-07Add CancellationToken parameter to GetAsyncEnumerator (#21397)Stephen Toub2-3/+7
2018-12-07Factor new AsyncIteratorStateMachineAttribute into TryResolveStateMachineMeth...Stephen Toub1-1/+1
2018-12-07Add PNSE implementations of unsupported built-in custom marshalers to enable ...Jeremy Koritzinsky4-0/+102
2018-12-07Fix Microsoft.IO.Redist compilation string.Create compilation failureStephen Toub1-2/+8
2018-12-07Work around an MCG bug (dotnet/corert#6658)Michal Strehovský1-0/+2
2018-12-06Moving CreateScalarUnsafe, ToScalar, Vector128.ToVector256Unsafe, and Vector2...Tanner Gooding4-0/+27
2018-12-06Use Span instead of manual copy in MetadataImport.GetUserString (#21405)Stephen Toub1-14/+3
2018-12-06Remove char[] allocation from EventPipePayloadDecoder for strings (#21407)Stephen Toub1-8/+2
2018-12-06Use string.Create in Path.GetRandomFilePath (#21410)Stephen Toub1-28/+23
2018-12-06Replace a few new string(char, 1) with char.ToString(char) (#21406)Stephen Toub3-4/+4
2018-12-06Fix CancellationTokenRegistration.Token after CTS.Dispose (#21394)Stephen Toub1-1/+10
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky15-27/+479
2018-12-05Revert Array enumerator behavior change (#21368)Jan Kotas1-7/+6
2018-12-04Fix XML comments on *nux (#21372)Steve MacLean2-2/+2
2018-12-04Merge pull request #21313 from stephentoub/asynciteratorattrStephen Toub2-0/+19
2018-12-04Improve BMI2 MultiplyNoFlags APIs (#21362)Fei Peng2-4/+38
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub48-522/+434
2018-12-04Delete dead code in Task<T>Stephen Toub1-70/+0
2018-12-04Enable building/validating XML comments in CoreLibStephen Toub1-1/+2
2018-12-04Fix lots of malformed XML commentsStephen Toub47-452/+433
2018-12-04Fixing the Vector64/128/256<T>.ToString(string) methods to pass `null` for th...Tanner Gooding3-3/+3
2018-12-03Sort System.Private.CoreLib.csprojJan Kotas1-293/+233