summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-09-26[Tizen] Precompile frequently used generic methods.Kirill Frolov2-0/+45
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
2019-06-26Fix EncoderNLS / DecoderNLS regression in reporting error index (#25397)Levi Broderick3-12/+23
2019-06-26Tweak some annotations on EventRegistrationTokenTable<T> (#25386)Santiago Fernandez Madero1-12/+9
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams5-8/+26
2019-06-25Reverting the ShouldRoundUp logic to not change for custom numeric format str...Tanner Gooding1-19/+6
2019-06-25Fix incorrect signature of QCall (#25419)Mukul Sabharwal1-1/+1
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 Madero4-33/+34
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