platform/upstream/dotnet/runtime.git
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...
2019-11-04 Peter SollichSuspension fixes (dotnet/coreclr#27578)
2019-11-03 Egor ChesakovImplement LeadingSignCount,LeadingZeroCount,PopCount...
2019-11-03 Tarek Mahmoud... Fix Buggy code in TimeZoneInfo (dotnet/coreclr#27591)
2019-11-03 Jan KotasDelete two more FCalls (dotnet/coreclr#27640)
2019-11-03 Jan KotasRefactor away jithelpers.cs (dotnet/coreclr#27643)
2019-11-03 Jan KotasUse simple Array.Copy overload where possible (dotnet...
2019-11-03 Jan KotasConsolidate *.Fast.cs (dotnet/coreclr#27644)
2019-11-03 Jan KotasRewrite of Array.Copy fast path in C# (dotnet/coreclr...
2019-11-03 Levi BroderickFix typo in Tuple.cs (dotnet/coreclr#27637)
2019-11-02 Sinan KayaCompile with gcc 4.8 (dotnet/coreclr#27625)
2019-11-02 Bond-009EnvironGetenv: use strncmp instead of strlen and memcmp...
2019-11-02 Tomáš RylekClean up package restoration in CoreCLR test build...
2019-11-02 Huo YaoyuanRemove staled clrdbg.sln file. (dotnet/coreclr#27631)
2019-11-02 Jan KotasNormalize trailing whitespaces (dotnet/coreclr#27626)
2019-11-02 Tomáš RylekIntroduce variables for CoreCLR repo root and script...
2019-11-02 Sung Yoon WhangMake IncrementingEventCounter test less timing-sensitiv...
2019-11-02 Jan KotasRewrite a few more array FCalls in C# (dotnet/coreclr...
2019-11-02 Sergey AndreenkoClean up jitstd folder. (dotnet/coreclr#27542)
2019-11-02 Elinor FungRemove FEATURE_VERSIONING_LOG define (dotnet/coreclr...
2019-11-02 Eugene RozenfeldRemove UCRTVersion workaround and re-enable Windows...
2019-11-01 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-11-01 Konstantin... test/runtest.py: fix path construction in copy_tree...
2019-11-01 Aaron RobinsonDisable JIT/Directed/pinvoke/pinvoke-examples test...
2019-11-01 dotnet-maestro... [master] Update dependencies from dotnet/arcade (dotnet...
2019-11-01 Jan KotasImplement GC.KeepAlive JIT intrinsic (dotnet/coreclr...
2019-11-01 Jeremy KoritzinskyFix GC holes in array marshallers in the field scenario...
2019-11-01 Brian RobbinsUpdate path to crossgen in performance tracing document...
2019-11-01 Sven BoemerUpdate ILLink.Tasks (dotnet/coreclr#25596)
2019-11-01 Jan KotasDelete clr-configuration-knobs.md (dotnet/coreclr#27612)
2019-11-01 Viktor HoferUse Version suffix for version properties (dotnet/corec...
2019-11-01 Elinor FungRemove unused PropertyMap class from binder (dotnet...
2019-11-01 Stephen ToubDisable another static analysis rule (dotnet/corefxdotn...
2019-11-01 Elinor FungRemove unused functions on IAssemblyName (dotnet/corecl...
2019-11-01 Tomáš RylekPublish zipped product build bits like we do for test...
2019-10-31 Andrew AuDocumentation for Native Hash Table (dotnet/coreclr...
2019-10-31 Tomáš RylekAdd explicit layout checks to Crossgen2 (dotnet/coreclr...
2019-10-31 Tanner GoodingFixing the casing of GT_HWIntrinsic to GT_HWINTRINSIC...
2019-10-31 Brian SullivanFix dotnet/coreclr#27326 - Don't decrement curOffsReg...
2019-10-31 Brian SullivanTiered rejit work items (dotnet/coreclr#27147)
2019-10-31 Stephen ToubUpdate analyzer versions (dotnet/corefxdotnet/coreclr...
2019-10-31 Viktor HoferRemove obsolete git mirror files (dotnet/coreclr#27584)
2019-10-31 Elinor FungRemove BINDER_DEBUG_LOG (dotnet/coreclr#27574)
2019-10-31 Stephen ToubClean up Uri.UnescapeDataString (dotnet/corefxdotnet...
2019-10-31 Ben AdamsDon't needlessly refresh proc count (dotnet/coreclr...
2019-10-31 Tomáš RylekFix GC stress runs (dotnet/coreclr#27565)
2019-10-31 Jakob Botsch... Fix slow tailcalls to VSD (dotnet/coreclr#27363)
2019-10-30 mikednEnable block init unroll on ARM32 (dotnet/coreclr#27450)
2019-10-30 Andy AyersJIT: add pass to merge common throw helper calls (dotne...
2019-10-30 Egor ChesakovAdd BitwiseSelect (dotnet/coreclr#27430)
2019-10-30 Egor ChesakovAdd ComputeCrc32, ComputeCrc32C (dotnet/coreclr#27421)
2019-10-30 Egor ChesakovRemove unsigned overloads of LeadingSignCount (dotnet...
2019-10-30 Tomáš RylekFix copying of framework assemblies excluded from compi...
2019-10-30 Elinor FungMove activity tracking helpers for assembly loads out...
2019-10-30 Jan KotasMove runtime specific methods out of the runtime partition
2019-10-30 Carlos Sanchez... Add file creation method that takes an ACL (dotnet...
2019-10-30 Stephen ToubMove PreserveDependencyAttribute to shared (dotnet...
2019-10-30 Filip NavaraFix building portable thread pool on Windows (dotnet...
2019-10-29 mikednEnable reuse reg val on ARM32 (dotnet/coreclr#27506)
2019-10-29 Aaron RobinsonRevert removal of SuppressGCTransition from SystemNativ...
2019-10-29 Sergey AndreenkoFix simple general warnings found by PVS. (dotnet/corec...
2019-10-29 Drew ScogginsAdd osGroup parameter to perf call (dotnet/coreclr...
2019-10-29 Adeel MujahidDelete null comparisons of non-null arguments (dotnet...
2019-10-29 Vladimir SadovReduce frequency of GC long running tests to twice...
2019-10-29 Jeremy KoritzinskyFix resolving IBCMerge's path in build.cmd (dotnet...
2019-10-29 Egor ChesakovImplement stack probing using helpers on win-arm and...
2019-10-29 Noah FalkSupport large EventSource filter args (dotnet/coreclr...
2019-10-29 Omair MajidAdd a destructor for MethodCallSummarizer (dotnet/corec...
2019-10-28 IliaMove required _Unwind_* definitions to src/vm/exception...
2019-10-28 Jan VorlicekFix GCStress C issue with the fix to VS2019 optimizatio...
2019-10-28 Tomáš RylekCoreCLR pipeline optimizations (dotnet/coreclr#27059)
2019-10-28 Jan KotasCleanup (dotnet/coreclr#27502)
2019-10-28 Carol EidtPreparatory changes for EH WriteThru (dotnet/coreclr...
2019-10-28 Tomáš RylekSwitch Crossgen2 over to the new command-line parser...
2019-10-28 Adeel MujahidCast SIMD size value to unsigned explicitly (dotnet...
2019-10-28 Jan KotasStreamline default ctor path in reflection on custom...
2019-10-28 Vladimir SadovPut `GCSimulatorTest` tests into a separate pipeline...
2019-10-28 Dan MoseleyLog path in a particular BIFE (dotnet/coreclr#27469)
2019-10-28 Elinor FungBasic infrastructure for binder tracing (dotnet/coreclr...
2019-10-27 Adeel MujahidUse named nested anonymous types (dotnet/coreclr#27485)
next