summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2020-02-18Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-02-18Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104) (#28019)Eirik Tsarpalis1-3/+4
2020-02-18Port dotnet/runtime#31904 to release/3.1 (#28013)Levi Broderick3-156/+92
2020-01-15[release/3.1] Port fix to revert EncoderNLS and DecoderNLS Convert changes (#...Levi Broderick2-8/+33
2020-01-14Fix CancellationTokenRegistration.Unregister race condition (#27949)Stephen Toub1-1/+9
2020-01-14Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)Sung Yoon Whang1-2/+0
2020-01-14Stop throwing exception in TimeZoneInfo POSIX parsing (#27969)Eric Erhardt2-33/+26
2019-10-31Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464) (#2...Stephen Toub1-9/+9
2019-10-30Support large EventSource filter args (#27522)Noah Falk1-11/+17
2019-10-17Fix DecoderNLS.Convert to out the correct value for 'completed' (#27229)Levi Broderick1-3/+7
2019-10-17Enable ETW/EventSource logging of task IDs for boxed state machines (#27115) ...Stephen Toub1-1/+3
2019-10-15Improve the performance of Environment.WorkingSet in Windows (#26522) (#27212)Sung Yoon Whang5-24/+65
2019-10-04Improve TimeSpan precision (#26992) (#27010)Jan Kotas1-13/+8
2019-09-21Port The Fix When Enabling Windows Compatibilty Mode (#26805)Tarek Mahmoud Sayed3-24/+31
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 Toub21-29/+30
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 Toub13-67/+74
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub60-312/+312
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 Toub29-45/+37
2019-07-10Add AggressiveInlining to Single.GetHashCode (#25633)Stephen Toub1-0/+1
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason2-0/+27
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-08Adding DisplayUnits property to all the runtime counters (#25598)Sung Yoon Whang1-9/+9
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson2-19/+27
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas7-52/+20
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-02Reduce allocations in GetLocale() (#25531)Ilya1-1/+1
2019-07-01Decrease EventListener buffer size (#25526)Sung Yoon Whang1-1/+3
2019-07-01Use AssemblyLoadContext from shared partition (dotnet/corert#7570)Michal Strehovský2-1/+3
2019-07-01Delete dead code (#25513)Jan Kotas1-11/+0
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 Toub5-4/+6