[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / src / System.Private.CoreLib /
2019-06-15 Adam SitnikApply suggestions from code review
2019-06-15 Adam Sitnikset the charset to Ansi
2019-06-15 Adam Sitniksimplify the code
2019-06-15 Sergey AndreenkoMerge pull request #25162 from sandreenko/FixGCStressSe...
2019-06-15 Marek SafarMove parts of RuntimeType to shared partition (#25176)
2019-06-14 Adam Sitniklock the dictionary
2019-06-14 Adam Sitnikmove the sort key logic to a dedicated helper type...
2019-06-14 Sung Yoon WhangMake DisplayUnits string.Empty by default instead of...
2019-06-14 Tarek Mahmoud SayedFix French Decimal number parsing (#25154)
2019-06-14 Jarret ShookMerge pull request #25138 from jashook/write_pgo_opt_ve...
2019-06-14 Adam Sitnikintroduce cache for sort handles to prevent from memory...
2019-06-14 Jan KotasOptimize Activator.CreateInstance (#25145)
2019-06-14 Adam Sitnikuse IntPtr instead of CriticalHandle to avoid resurrect...
2019-06-14 Stephen ToubUpdate Corelib to adapt to compiler nullability updates
2019-06-13 Fadi HannaMerge pull request #25137 from fadimounir/SuppressWarnings
2019-06-13 Ben AdamsIntrinsicify SpanHelpers.IndexOf(char) (#22505)
2019-06-13 Santiago Fernandez... Fix a couple of annotations on Type (#25136)
2019-06-12 Jarret Shookuse nodeReuse:false in build.sh and build-test.sh....
2019-06-12 Stephen ToubReplace 'where T : object` with `where T : notnull`
2019-06-12 dotnet-maestro[bot]Update dependencies from dotnet/arcade (dotnet/corefx...
2019-06-12 Stephen ToubFix nullable annotations on Binder.ReorderArgumentArray
2019-06-12 Stephen ToubRemove defunct !s and update some TODO-NULLABLE comments
2019-06-12 Marek SafarConvert PermissionSet NIE to PlatformNotSupportedExcept...
2019-06-12 Stephen ToubAdd missing TraceOperationCreation log event in GetStat...
2019-06-12 Adam Sitnikseal the CriticalSortHandle class
2019-06-12 Adam Sitnikchange SafeSortHandle to be CriticalSortHandle to avoid...
2019-06-11 Koundinya VeluriTrack timer count and add Timer.ActiveCount (#25061)
2019-06-11 Stephen ToubUpdate IEquatable/IComparable<T> for nullability (...
2019-06-11 Jeremy KoritzinskySwitch P/Invokes into libcoreclr for the PAL to QCalls...
2019-06-10 Maryam AriyanMake Debug.Print(string) behavior consistent with ...
2019-06-10 noahfalkAdd support for the NetTrace EventPipe file format
2019-06-10 Mukul SabharwalUse SIZE_T for SectionSize in RegisterFrozenSegment...
2019-06-08 Michal StrehovskýMove Marshal class to S.P.CoreLib (dotnet/corert#7502)
2019-06-08 Carlos Sanchez LopezFix issue in NamedPipeServerStream.GetImpersonationUser...
2019-06-08 Jeremy KuhneFix redist
2019-06-08 Steve MacLeanFix AppDomain issues (#25019)
2019-06-07 Sergey AndreenkoMerge pull request #24007 from mikedn/enable-w4
2019-06-07 Santiago Fernandez... Address nullable feedback for System.Runtime and System...
2019-06-07 Stephen ToubAdd [NotNull] to syncLock parameter of EnsureInitialize...
2019-06-07 Sung Yoon WhangAdd DisplayUnits property to DiagnosticCounter (#24981)
2019-06-06 Tanner GoodingMarking Vector128<T>.Count and Vector256<T>.Count as...
2019-06-06 Sergey AndreenkoReenable StackTracePreserveTests. (#24987)
2019-06-06 Jan KotasDelete unnecessary security transparency attributes...
2019-06-06 Fadi HannaShortenning /Platform_Assemblies_Paths to just /p for...
2019-06-06 Ben AdamsLess work for OptimalMaxSpinWaitsPerSpinIteration fast...
2019-06-05 Santiago Fernandez... Merge pull request #24937 from safern/FixNullableAnnota...
2019-06-05 Santiago Fernandez... Remove stale Task async extension methods from TaskExte...
2019-06-04 Santiago Fernandez... Remove Collection<T> range APIs (#24938)
2019-06-04 Jan KotasSynchronize managed and unmanaged Variant fields (...
2019-06-04 Santiago Fernandez... More PR Feedback
2019-06-04 Santiago Fernandez... PR Feedback
2019-06-04 Youssef1313Being consistent (#24927)
2019-06-04 Adam Sitnikfollow the ICU User Guide recommendation to optimize...
2019-06-04 Santiago Fernandez... PR Feedback
2019-06-04 Santiago Fernandez... Fix some nullable annotations from API Review
2019-06-04 Stephen ToubSpecify TaskScheduler.Default in EventPipeEventDispatch...
2019-06-04 Jan KotasFix signature mismatch between managed and unmanaged...
2019-06-04 Stephen ToubRemove unnecessary Shared<T> class from Task (#24931)
2019-06-03 Stephen ToubAdjust several `where T : class?` constraints (#24894)
2019-06-03 Tanner GoodingRemoving the TestAllOnes, TestAllZeros, and TestMixOnes...
2019-06-02 Dan MoseleyImprove fatal err msg (#24390)
2019-05-31 Stephen ToubFix FileStream.FlushAsync() to behave like Flush()...
2019-05-31 William GodbeMerge pull request #24891 from dotnet-maestro-bot/merge...
2019-05-31 William GodbeMerge branch 'release/3.0' into merge/master-to-release/3.0
2019-05-30 Brian SullivanMerge pull request #24869 from briansull/desktop-build...
2019-05-30 Elinor FungRemove BuildTools from product build (#24841)
2019-05-30 Stephen ToubAdd Environment.TickCount64 (#24857)
2019-05-29 Elinor FungStop specifying cdecl for ComponentEntryPoint (default...
2019-05-29 Sven BoemerAdd back AssemblyDescription attribute (#24819)
2019-05-29 José RiveroCreate the Concept of Multiple EventPipe Sessions ...
2019-05-29 Jan KotasFix nullable annotation
2019-05-29 Jan KotasFix superfluous delegate allocations in Unix WaitSubsys...
2019-05-29 Stephen ToubChange StreamReader.ReadBufferAsync to return ValueTask...
2019-05-28 Elinor FungRename CreateNativeDelegate -> LoadAssemblyAndGetFuncti...
2019-05-28 Vladimir SadovUsing AllocateUninitializedArray in array pool (#24504)
2019-05-28 Marek SafarMove parts of WeakReference to shared partition (#24800)
2019-05-28 Jan KotasCleanup unnecessary code in exception formatting (...
2019-05-28 Marco RossignoliExpose Path.TrimEndingDirectorySeparator (#20805)
2019-05-28 Egor BogatovMove some CustomAttribute related types to shared ...
2019-05-28 Stephen ToubAdd and apply nullable attributes (#24679)
2019-05-28 Dan MoseleyCall derived ToString on inner exceptions (#24793)
2019-05-26 Stephen ToubStop nulling out lock object in SemaphoreSlim (#24776)
2019-05-25 Sung Yoon WhangAdd more runtime GC counters (#24561)
2019-05-24 Jan KotasFix nulable annotations build break (#24768)
2019-05-24 Santiago Fernandez... Merge pull request #24764 from safern/FixArraySetValueN...
2019-05-24 Santiago Fernandez... PR Feedback
2019-05-24 Santiago Fernandez... Fix nullable annotation in String.Join
2019-05-24 Santiago Fernandez... Fix nullable annotations in RuntimeTypeHandle operators
2019-05-24 Santiago Fernandez... Fix Guid.TryParse nullabel annotation
2019-05-24 Santiago Fernandez... Fix nullable annotation in Array.SetValue
2019-05-24 dotnet-maestro-botUpdate BuildTools, CoreClr to preview4-04022-01, previe...
2019-05-24 Santiago Fernandez... Make AppDomain.GetThreadPrincipal() internal (#24747)
2019-05-24 Jan KotasDelete FEATURE_TESTHOOK (#24746)
2019-05-23 David WrightonFewer ilstubs in corelib from reflection apis (#24708)
2019-05-23 Dotnet-GitSync-BotFix CoreRT build breaks (#24743)
2019-05-23 Mike McLaughlinMerge pull request #24734 from mikem8361/sosincs2
2019-05-23 Steve MacLeanComponentActivator GetType must throwOnError (#24732)
2019-05-22 Egor ChesakovMerge pull request #24636 from echesakovMSFT/MoreOuterl...
2019-05-22 Stephen ToubFix Path.Join argument nullable annotation (#24719)
2019-05-22 Marek SafarCommit 29810a78e5b93d8da9fb921d096226d249fc75a5 added...
next