[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / src / System.Private.CoreLib /
2020-06-17 JUNG DONG-HEONImplement instantiating and unboxing through portable...
2020-03-25 Swift KimFix OverflowException from IntPtr casting (#14381)
2020-02-18 Levi BroderickPort dotnet/runtime#31946 to release/3.1 branch (#28014)
2020-02-18 Eirik TsarpalisFix AppDomain.SetPrincipalPolicy bug for new threads...
2020-02-18 Levi BroderickPort dotnet/runtime#31904 to release/3.1 (#28013)
2020-01-15 Levi Broderick[release/3.1] Port fix to revert EncoderNLS and Decoder...
2020-01-14 Stephen ToubFix CancellationTokenRegistration.Unregister race condi...
2020-01-14 Sung Yoon WhangFix EventSource to stop ignoring EventCommand.SendManif...
2020-01-14 Eric ErhardtStop throwing exception in TimeZoneInfo POSIX parsing...
2019-10-31 Stephen ToubFix StreamReader to pass cancellation token into ReadBu...
2019-10-31 Noah FalkSupport large EventSource filter args (#27522)
2019-10-17 Levi BroderickFix DecoderNLS.Convert to out the correct value for...
2019-10-17 Stephen ToubEnable ETW/EventSource logging of task IDs for boxed...
2019-10-16 Sung Yoon WhangImprove the performance of Environment.WorkingSet in...
2019-10-04 Jan KotasImprove TimeSpan precision (#26992) (#27010)
2019-10-01 William GodbeMerge branch 'release/3.1' into merge/release/3.0-to...
2019-09-21 Tarek Mahmoud SayedPort The Fix When Enabling Windows Compatibilty Mode...
2019-09-10 Anirudh AgnihotryMerge pull request #26510 from dotnet-maestro-bot/merge...
2019-09-09 AnipikMerge branch 'release/3.0' into release/3.1
2019-08-27 Tarek Mahmoud SayedFix Abbreviated Genitive Month Names Parsing (#26384)
2019-08-26 Stephen ToubDo not use `AllocateUninitializedArray` in private...
2019-08-26 Jan Kotas[release/3.0] Fix BinaryReader.ReadChars for fragmented...
2019-08-19 Anirudh AgnihotryMerge pull request #26212 from dotnet-maestro-bot/merge...
2019-08-16 Sung Yoon WhangAllow for interface implementations in EventSource...
2019-08-07 Tanner Gooding[release/3.0] Updating Math.Round and MathF.Round to...
2019-08-07 Sung Yoon WhangMake counters use dedicated thread instead of timer...
2019-07-29 Stephen ToubFix use of AddTo/RemoveFromActiveTasks in async methods...
2019-07-29 Stephen ToubFix nullability annotations for static (#25914)
2019-07-23 Sung Yoon Whang[3.0 port] Fix first value of counter payload being...
2019-07-18 Stephen ToubMake all event types nullable (#25752)
2019-07-18 Stephen ToubRemove now unnecessary !s / TODO-NULLABLE comments...
2019-07-18 Santiago Fernandez... Fix nullability warnings from compiler update
2019-07-17 William GodbeMerge pull request #25734 from dotnet-maestro-bot/merge...
2019-07-16 William GodbeMerge branch 'release/3.0' into merge/master-to-release/3.0
2019-07-16 Stephen ToubDisable debugger evaluation of ValueTask<T>.Result...
2019-07-15 Michal StrehovskýMerge pull request dotnet/corert#7397 from dotnet-bot...
2019-07-13 Jan KotasFix use of uninitialized variables in managed decimal...
2019-07-13 Stephen ToubHandle nullable attributes on platforms that lack them
2019-07-11 Jan KotasFix build break in TimerQueue.Portable.cs
2019-07-11 Stephen ToubRemove stale nullable !s and pragmas (#25640)
2019-07-10 Stephen ToubAdd AggressiveInlining to Single.GetHashCode (#25633)
2019-07-10 David MasonLet EventPipe threads sleep when no events are availabl...
2019-07-10 Stephen ToubFix Timer argument exception parameter names (#25617)
2019-07-09 Stephen ToubFix regression in Timers with long timeouts (#25604)
2019-07-08 Sung Yoon WhangAdding DisplayUnits property to all the runtime counter...
2019-07-08 Andy HansonReturn HardLimitBytes from GCMemoryInfo.TotalAvailableM...
2019-07-03 Jan KotasCleanup IL linker heuristic usage (#25547)
2019-07-03 Jan KotasDelete some dead code (#25546)
2019-07-02 Michal StrehovskýUse Array.MaxArrayLength in ArrayList (#25530)
2019-07-02 IlyaReduce allocations in GetLocale() (#25531)
2019-07-02 Sung Yoon WhangDecrease EventListener buffer size (#25526)
2019-07-02 Michal StrehovskýUse AssemblyLoadContext from shared partition (dotnet...
2019-07-02 Jan KotasDelete dead code (#25513)
2019-06-28 Koundinya VeluriFix an assertion failure in the thread pool's QueueUser...
2019-06-27 William GodbeMerge pull request #25455 from dotnet/darc-release...
2019-06-27 Santiago Fernandez... React to new compiler nullability warnings
2019-06-27 William GodbeMerge pull request #25424 from dotnet/darc-master-e048b...
2019-06-27 Santiago Fernandez... React to new compiler nullability warnings
2019-06-27 William GodbeMerge pull request #25439 from dotnet-maestro-bot/merge...
2019-06-27 Jan KotasFix typo & make the code leaner (#25442)
2019-06-27 Stephen ToubFix ActivityTracker ES_BUILD_STANDALONE build
2019-06-27 Stephen ToubTweak nullable attribute per API review (#25443)
2019-06-26 Levi BroderickFix EncoderNLS / DecoderNLS regression in reporting...
2019-06-26 Levi BroderickFix EncoderNLS / DecoderNLS regression in reporting...
2019-06-26 William GodbeMerge branch 'release/3.0' into merge/master-to-release/3.0
2019-06-26 Santiago Fernandez... Tweak some annotations on EventRegistrationTokenTable...
2019-06-26 Bruce ForstallMerge pull request #25326 from BruceForstall/CrossPlatT...
2019-06-26 Ben AdamsDon't show AggressiveInlining items in exception stacks...
2019-06-26 Tanner GoodingReverting the ShouldRoundUp logic to not change for...
2019-06-26 Mukul SabharwalFix incorrect signature of QCall (#25419)
2019-06-26 Jan KotasDelete DeserializationBlockedException (#25393)
2019-06-25 Stephen ToubReact to compiler respecting nullable attributes on...
2019-06-25 Tarek Mahmoud SayedMap C Locale to Invariant (#25373)
2019-06-25 Jan KotasFix StackChange value for OpCodes.Stelem (#25382)
2019-06-25 Santiago Fernandez... Address last round of nullable feedback - S.Resources...
2019-06-24 Tanner GoodingUpdating Dragon4 to ensure the number buffer always...
2019-06-24 Andrii SiriakSwitch from IndexOf(string) to Contains(string) for...
2019-06-24 Ganbarukamo41Make Vector*.ToString() Culture invariant (#25343)
2019-06-24 Michal StrehovskýRemove AggressiveOptimization flag from System.Text...
2019-06-24 Stephen ToubForce secondary await continuations to run asynchronous...
2019-06-23 Marco RossignoliMemoryExtensions ToUpper / ToLower throws for overlappi...
2019-06-23 Roman MarusykChange exception throwing in Path.GetRelativePath ...
2019-06-23 Herman ElderingArgumentException: use system-supplied message if messa...
2019-06-21 Brian SullivanMerge pull request #25260 from briansull/GitHub_25134
2019-06-21 Noah FalkAdd EventPipe Processor Number support and make NetTrac...
2019-06-21 Santiago Fernandez... Address nullable feedback for System.Diagnostics.Tracin...
2019-06-21 Stephen ToubRemove several unnecessary string allocations (#25305)
2019-06-21 Stephen ToubReduce string allocation in DiagnosticCounter.GetMetada...
2019-06-21 Jeremy KoritzinskyRevert "ILMarshaler Refactor (#21227)" (#25292)
2019-06-20 Stephen ToubFix visibility on Exception.InnerExceptionPrefix (...
2019-06-19 Bruce ForstallMerge pull request #25265 from BruceForstall/FixCorefxT...
2019-06-19 Santiago Fernandez... Address nullable feedback for S.T.Overlapped, S.Memory...
2019-06-19 Dan MoseleyException format cleanup subset (#25185)
2019-06-19 Jeremy KoritzinskyILMarshaler Refactor (#21227)
2019-06-18 Viktor HoferDelete dead uapaot code (dotnet/corefx#38330)
2019-06-17 Sung Yoon Whangmake DiagnosticCounter and its children lock 'this...
2019-06-17 Ben AdamsIndexOfAny(values.Length == 0) == -1 (#25075)
2019-06-16 Adam Sitnikavoid expensive ref counting for CompareInfo on Linux...
2019-06-15 Sung Yoon WhangAdd active timer counter (#25186)
2019-06-15 Adam Sitnikdon't use var
next