summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-10-30Fix OverflowException from IntPtr casting (#14381)Swift Kim1-1/+1
2019-08-27Fix Abbreviated Genitive Month Names Parsing (#26384)Tarek Mahmoud Sayed3-10/+24
2019-08-26Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26...Stephen Toub1-3/+3
2019-08-26[release/3.0] Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26...Jan Kotas2-1/+23
2019-08-16Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...Sung Yoon Whang1-5/+6
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding4-22/+179
2019-08-07Make counters use dedicated thread instead of timer (#25864) (#25978)Sung Yoon Whang2-73/+89
2019-07-28Fix use of AddTo/RemoveFromActiveTasks in async methods (#25915)Stephen Toub1-20/+15
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub14-22/+22
2019-07-22[3.0 port] Fix first value of counter payload being skewed (#25799)Sung Yoon Whang4-5/+35
2019-07-18Make all event types nullable (#25752)Stephen Toub11-61/+68
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub49-274/+274
2019-07-18Fix nullability warnings from compiler updateSantiago Fernandez Madero4-8/+8
2019-07-16Disable debugger evaluation of ValueTask<T>.Result (#25727)Stephen Toub1-0/+3
2019-07-15Merge pull request dotnet/corert#7397 from dotnet-bot/from-tfsMichal Strehovský2-0/+12
2019-07-13Fix use of uninitialized variables in managed decimal implementation (#25674)Jan Kotas1-20/+30
2019-07-12Handle nullable attributes on platforms that lack themStephen Toub1-9/+54
2019-07-11Fix build break in TimerQueue.Portable.csJan Kotas1-5/+5
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub26-42/+34
2019-07-10Add AggressiveInlining to Single.GetHashCode (#25633)Stephen Toub1-0/+1
2019-07-09Fix Timer argument exception parameter names (#25617)Stephen Toub1-5/+5
2019-07-09Fix regression in Timers with long timeouts (#25604)Stephen Toub3-25/+20
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-1/+6
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas3-45/+2
2019-07-03Delete some dead code (#25546)Jan Kotas4-47/+6
2019-07-02Use Array.MaxArrayLength in ArrayList (#25530)Michal Strehovský1-4/+1
2019-07-01Use AssemblyLoadContext from shared partition (dotnet/corert#7570)Michal Strehovský2-1/+3
2019-06-28Fix an assertion failure in the thread pool's QueueUserWorkItemCallbackBase (...Koundinya Veluri1-1/+2
2019-06-27React to new compiler nullability warningsSantiago Fernandez Madero2-6/+8
2019-06-26Fix typo & make the code leaner (#25442)Jan Kotas1-2/+2
2019-06-26Fix ActivityTracker ES_BUILD_STANDALONE buildStephen Toub1-0/+8
2019-06-26Tweak nullable attribute per API review (#25443)Stephen Toub3-2/+3
2019-06-26Fix EncoderNLS / DecoderNLS regression in reporting error index (#25397)Levi Broderick3-12/+23
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams4-6/+26
2019-06-25Reverting the ShouldRoundUp logic to not change for custom numeric format str...Tanner Gooding1-19/+6
2019-06-25Delete DeserializationBlockedException (#25393)Jan Kotas3-43/+3
2019-06-25React to compiler respecting nullable attributes on propertiesStephen Toub1-2/+2
2019-06-25Map C Locale to Invariant (#25373)Tarek Mahmoud Sayed1-0/+8
2019-06-25Fix StackChange value for OpCodes.Stelem (#25382)Jan Kotas1-1/+11
2019-06-24Address last round of nullable feedback - S.Resources.ResourceManager, System...Santiago Fernandez Madero1-8/+9
2019-06-24Updating Dragon4 to ensure the number buffer always provides a significant di...Tanner Gooding3-22/+72
2019-06-24Switch from IndexOf(string) to Contains(string) for better readability and pe...Andrii Siriak1-1/+1
2019-06-24Make Vector*.ToString() Culture invariant (#25343)Ganbarukamo413-84/+24
2019-06-24Remove AggressiveOptimization flag from System.Text (#25356)Michal Strehovský3-11/+5
2019-06-24Force secondary await continuations to run asynchronously (#25280)Stephen Toub1-20/+54
2019-06-23MemoryExtensions ToUpper / ToLower throws for overlapping buffer (#25327)Marco Rossignoli1-8/+18
2019-06-22Change exception throwing in Path.GetRelativePath (#25047)Roman Marusyk1-2/+12
2019-06-22ArgumentException: use system-supplied message if message is null (#25115)Herman Eldering1-0/+10
2019-06-21Address nullable feedback for System.Diagnostics.Tracing and StackTrace (#25303)Santiago Fernandez Madero5-40/+30