platform/upstream/dotnet/runtime.git
2019-11-12 Stephen ToubFix StyleCop rule SA1129 ("Do not use default value...
2019-11-12 Jarret ShookFix runincontext path in helixpublish (dotnet/coreclr...
2019-11-12 David WrightonNon virtual calls to instance methods non-virtual dispa...
2019-11-12 Jarret Shookruntest changes and cleanup (dotnet/coreclr#27815)
2019-11-11 ts2doAddress bugs in BigInteger (dotnet/coreclr#27280)
2019-11-11 Brian SullivanImplement alive across call for CSE candidates (dotnet...
2019-11-11 Stephen ToubUse Stream's BeginReadInternal from FileStream (dotnet...
2019-11-11 Brian RobbinsRaw EventListener Design Document (dotnet/coreclr#19941)
2019-11-11 Tanner GoodingFixing an assert around Avx.ExtractVector128 and Avx2...
2019-11-11 Adeel MujahidDeduplicate some build configuration code (dotnet/corec...
2019-11-11 Stephen ToubFix StyleCop rule SA1129 ("Do not use default value...
2019-11-11 Konstantin... Explicitly enable relro (dotnet/coreclr#25473)
2019-11-11 Pieter-Jan... Implement SetThreadName in PAL for Linux. (dotnet/corec...
2019-11-11 Sinan KayaSuppress ms_struct warnings for non-Intel arches (dotne...
2019-11-11 Stephen ToubRemove unused argument from GetRegionDisplayName (dotne...
2019-11-10 Nelson ChenUpdate SOS_README.md (dotnet/coreclr#27799)
2019-11-10 Jeremy KoritzinskyCreate a simple minimal MSBuild front-end (dotnet/corec...
2019-11-10 Jan KotasRewrite Enum.CompareTo in C# (dotnet/coreclr#27792)
2019-11-09 Jan KotasRelax visibility
2019-11-09 Jan KotasRewrite the rest of the array non-generic fast paths...
2019-11-09 Jan KotasChange BulkMoveWithWriteBarrier to be GC suspension...
2019-11-09 Stephen ToubRevert "Fix unquoted path parameters in Microsoft.NET...
2019-11-09 Ryan LuciaMove AssemblyLoadContext.GetResolvedUnmanagedDll to...
2019-11-09 rob313663Fixed typos in comments. (dotnet/coreclr#27789)
2019-11-09 Tomáš RylekPre-consolidation mop-up fixes part 2 (mostly path...
2019-11-09 Egor ChesakovFix computation of n-th item in an array in PC_REL_OFFS...
2019-11-09 Joseph MusserStackTrace.GetFrames should return an array of non...
2019-11-09 Stephen ToubRevert "Feature: dynamic expansion for generic dictiona...
2019-11-09 Andrew AuAvoid promoting over-sized intrinsic (dotnet/coreclr...
2019-11-09 Levi BroderickImprove Encoding.UTF8.GetString / GetChars performance...
2019-11-08 mikednFix mismatched type IND(LCL_VAR_ADDR) folding in Rewrit...
2019-11-08 Carol EidtFix struct assignment where types differ (dotnet/corecl...
2019-11-08 Fadi HannaUse cross-module R2R generics from main module with...
2019-11-08 Jan VorlicekFix sequential layout for classes (dotnet/coreclr#27766)
2019-11-08 Tomáš RylekFix exclusion of the Common folder in runtest.proj...
2019-11-08 Carlos Sanchez... Add EventWaitHandle creation extension method that...
2019-11-08 Tomáš RylekCrossgen2 CI Pipeline (dotnet/coreclr#27520)
2019-11-08 Tomáš RylekFix r2r-extra job definition (incorrect placement of...
2019-11-08 Carlos Sanchez... Add Semaphore creation extension methods that take...
2019-11-08 Jan KotasRevert "Change BulkMoveWithWriteBarrier to be GC suspen...
2019-11-08 Tomáš RylekLeftover changes after rebasing my runtime changes...
2019-11-08 Tamar ChristinaArm64: Add S.P.CoreLib instrinsics UnzipEven and UnzipO...
2019-11-08 Ryan LuciaMiscellaneous formatting cleanup to the NativeLibrary...
2019-11-08 Ryan LuciaMove NativeLibrary.Free null check to managed (dotnet...
2019-11-08 Tamar ChristinaArm64: Update S.P.CoreLib for ZipLow and ZipHigh (dotne...
2019-11-08 Carol EidtPR Feedback
2019-11-07 Jan VorlicekPort IsBlittable fix and related changes from single...
2019-11-07 Michal StrehovskýCheck we don't marshal out parameters in SizeParamIndex...
2019-11-07 Carol EidtMake sure that we use a normalized struct type if appli...
2019-11-07 Tanner GoodingUpdating NumberToFloatingPointBitsSlow to handle the...
2019-11-07 Tomáš RylekFix dotnet-coreclr-perf pipeline (dotnet/coreclr#27685)
2019-11-07 Tamar ChristinaArm64: Add S.P.CoreLib for AddV. (dotnet/coreclr#27663)
2019-11-07 Viktor HoferRemove root cross folder in favor of eng/common/cross...
2019-11-07 Tomáš RylekMinor cleanup in download-artifact-step / upload-artifa...
2019-11-07 Tomáš RylekUse preinstalled system dotnet if its version matches...
2019-11-07 Simon NattressCrossgen2 node size relocation (dotnet/coreclr#27718)
2019-11-07 Alexey GolubFix unquoted path parameters in Microsoft.NET.Sdk.IL...
2019-11-07 Andrew AuSupport custom modifier for method signature (dotnet...
2019-11-07 Carlos Sanchez... Add Mutex creation extension methods that take an ACL...
2019-11-07 Jan KotasDelete some dead code from vm/threds.cpp/.h (dotnet...
2019-11-07 Viktor HoferMove tryrun to importing project (dotnet/coreclr#27717)
2019-11-07 mikednChange the SSA def node to ASG (dotnet/coreclr#27445)
2019-11-06 Fadi HannaFeature: dynamic expansion for generic dictionaries...
2019-11-06 John Salem[test] Improve diagnostics for failures in IPC/EventPip...
2019-11-06 Filip NavaraRemove silent catch (dotnet/coreclr#26732)
2019-11-06 Sergey AndreenkoFix VN for byrefx on x86. (dotnet/coreclr#27702)
2019-11-06 Egor BogatovImprove Math(F).FusedMultiplyAdd codegen (dotnet/corecl...
2019-11-06 Elinor FungPopulate properties of AssemblyLoadStart/Stop events...
2019-11-06 Anubhav SrivastavaImplement comparisons for all ObjectNodes (dotnet/corec...
2019-11-06 Santiago Fernandez... Revert changes to tryrun.cmake (dotnet/coreclr#27697)
2019-11-06 Stephen ToubAdd Span.Sort, and make Array.Sort span-based (dotnet...
2019-11-06 Jan VorlicekFix intermittent arm/arm64 Linux build failures (dotnet...
2019-11-06 Adeel MujahidAvoid memset in case of HENUMInternal (dotnet/coreclr...
2019-11-05 Sergey AndreenkoContain block store addresses (dotnet/coreclr#21711)
2019-11-05 Fadi HannaMove p/invoke pregeneration out of single-exe branch...
2019-11-05 David MasonEnable rejit feature on all cpu architectures (dotnet...
2019-11-05 Adeel MujahidAdd gcc9 config and remove ZeroInit macro (dotnet/corec...
2019-11-05 Tomáš RylekFix gc-longrunning pipeline definition (dotnet/coreclr...
2019-11-05 eli-finUpdate Profiler Loading.md (dotnet/coreclr#23890)
2019-11-05 JesperTreetopPrevent DivideByZeroException in EventCounter.ToString...
2019-11-05 Vladimir SadovSome follow up changes after the cast caching change...
2019-11-05 Tanner GoodingFixing the return type of the ArmBase.ReverseElementBit...
2019-11-05 Andrew AuHandling generic attribute in AttributePresenceFilterNo...
2019-11-05 Jan KotasFix Array.Copy regressions for large multidimensional...
2019-11-05 Jan KotasChange BulkMoveWithWriteBarrier to be GC suspension...
2019-11-05 Andy AyersJIT: cleanup redundant exact type tests (dotnet/coreclr...
2019-11-05 Tomáš RylekMove helper pipeline scripts under eng/pipeline/scripts...
2019-11-05 Tomáš RylekFix for two subtle bugs I made yesterday in init-dotnet...
2019-11-05 Santiago Fernandez... Update tryrun.cmake in order to be able to build corefx...
2019-11-05 Jeremy KoritzinskyReword comments for policheck (dotnet/coreclr#27669)
2019-11-04 Andrew AuAvoid instantiating abstract class (dotnet/coreclr...
2019-11-04 David WrightonTweaks to existing BulkType event (dotnet/coreclr#27516)
2019-11-04 David WrightonMethodDetails event (dotnet/coreclr#27515)
2019-11-04 dotnet-maestro... [master] Update dependencies from dotnet/corefx (dotnet...
2019-11-04 pi1024eChange m_fPreemptiveGCDisabled to bool (dotnet/coreclr...
2019-11-04 Tamar ChristinaUpdate only S.P.CoreLib for ReverseElementBits (dotnet...
2019-11-04 Sinan KayaSeveral GCC fixes (dotnet/coreclr#27654)
2019-11-04 Tomáš RylekConsolidation resiliency fixes in CoreCLR build scripts...
2019-11-04 Tomáš RylekYAML consolidation changes part 2 (dotnet/coreclr#27649)
2019-11-04 IliaFix invalid-noreturn warning for __CorHlprThrowOOM...
next