summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri2-10/+9
2019-05-14Fix Type.GetCustomAttributes for multiple instances of the same attribute (#2...Jan Kotas1-5/+6
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-5/+8
2019-05-10Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding5-41/+33
2019-05-10Fix EventCounter disable logic (#24519)Sung Yoon Whang1-0/+7
2019-05-10Remove obsolete commentsAndrew Au1-5/+0
2019-05-10Tweak a few nullable annotations (#24494)Stephen Toub4-19/+15
2019-05-09Fix netstandard build for nullable annotationsStephen Toub1-0/+1
2019-05-09Fix netfx build with nullable annotationsStephen Toub3-0/+3
2019-05-09Dead string (#24516)Dan Moseley1-3/+0
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1446-1461/+8
2019-05-09Fix ComActivator typo. (#24485)Jeremy Koritzinsky1-3/+3
2019-05-08Remove premature throw (#24450)Steve MacLean1-8/+1
2019-05-08Add support in SPCL to call into user supplied register and unregisteā€¦ (#24...Aaron Robinson2-19/+198
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-25/+0
2019-05-06making DiagnosticCounter internal (#24427)Anirudh Agnihotry1-1/+1
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson6-86/+97
2019-05-06Nullable: System.Collections.Generic remainder (#24340)Krzysztof Wicher23-87/+104
2019-05-05Move AsyncMethodBuilder.SetStateMachine to non-generic (#24403)Ben Adams1-16/+19
2019-05-03Fix CoreRT build breaksJan Kotas2-5/+5
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara2-10/+11
2019-05-02Vector.CopyTo / TryCopyTo should be readonly methods (#24359)Levi Broderick2-8/+8
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov2-1/+30
2019-05-02Add Series/CounterType to CounterPayload and IncrementingCounterPayload (#24349)Sung Yoon Whang7-7/+22
2019-05-02Add using System.Diagnostics on some filesKrzysztof Wicher7-0/+7
2019-05-02Delete stale compilation constants from AsyncIteratorMethodBuilder (#37331)Stephen Toub1-6/+0
2019-05-02Add ManualResetValueTaskSourceCore / AsyncIterateMethodBuilder to Microsoft.B...Stephen Toub1-1/+3
2019-05-02Implement GC.RegisterMemoryLoadChangeNotification (#24202)Ludovic Henry2-19/+196
2019-05-01Add threading-related runtime counters (#24304)Sung Yoon Whang1-0/+9
2019-05-01Adjust some terms (#24351)Dan Moseley2-2/+2
2019-05-02Nullable: Interop and src/System remainder (#24328)Krzysztof Wicher7-38/+44
2019-05-02Nullable: System.Collections remainder (non-generic) (#24326)Krzysztof Wicher21-280/+292
2019-05-01Added overloads to Path.Join (#24307)Blake Hensley1-11/+85
2019-05-01Move the new ConfigureAwait/WithCancellation extension methods to a new type ...Stephen Toub3-0/+45
2019-04-30Merge pull request #24258 from dotnet/NullableFeatureSantiago Fernandez Madero197-2984/+3069
2019-04-30Make block optimized ClearWithoutReferences fully shared (#24312)Marek Safar1-1/+1
2019-04-30Merge master into NullableFeatureBuyaa Namnan19-345/+605
2019-04-30Fix test failuresBuyaa Namnan16-81/+76
2019-04-30fix build errors after mergeKrzysztof Wicher14-38/+38
2019-04-30Updating System.Numerics.Vector<T> to use the readonly members feature. (#23827)Tanner Gooding2-18/+18
2019-04-29Add more span-based Vector<T> ctors and CopyTo methods (#23333)Levi Broderick3-134/+217
2019-04-29Move DefaultBinder.CanConvert.cs to shared (#23931)Egor Bogatov3-34/+59
2019-04-29Move NativeLibrary to the shared partition (#24143)Michal StrehovskĆ½8-112/+172
2019-04-29Improve pref of `Array.IndexOf()` for certain `T`. (#24293)dschinde1-33/+73
2019-04-29Workaround memset alignment sensitivity (#24302)Jan Kotas1-1/+3
2019-04-29Improve Precision to 10 microseconds in timespan (#24279)Anirudh Agnihotry1-10/+9
2019-04-29Fix Satellite Assembly loading (#24191)Steve MacLean2-2/+49
2019-04-27Add missing check for UTF-16 low surrogate char at start of buffer (#24286)Levi Broderick1-0/+5
2019-04-27Nullable: Comparers, Dictionary and Friends (#23971)Santiago Fernandez Madero19-222/+241
2019-04-27Nullable for Type class (#23489)buyaa-n135-2291/+2240