platform/upstream/dotnet/runtime.git
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)
2019-10-27 Jan VorlicekFix GCRefMap generation in crossgen2 (dotnet/coreclr...
2019-10-27 Jan KotasAvoid __declspec(uuid(x)) for better portability (dotne...
2019-10-27 Stephen ToubFix StreamReader to pass cancellation token into ReadBu...
2019-10-27 Dan MoseleyRemove empty lines caused by empty fusion log string...
2019-10-27 Jan KotasDelete unnecessary abstraction from stubbed out Securit...
2019-10-27 Jan KotasCleanup unused internal COM interfaces (dotnet/coreclr...
2019-10-27 Vitek KarasRemove internal binder flags (dotnet/coreclr#27476)
2019-10-27 Tanner GoodingRemoving IsSIMDVectorAssembly and obsoleting isInSIMDMo...
2019-10-27 Vitek KarasBinder utils cleanup (dotnet/coreclr#27475)
2019-10-27 Dan MoseleyAdd path to not-absolute-path exception (dotnet/coreclr...
2019-10-26 Jan VorlicekFix vs2019 optimization issue take 2 (dotnet/coreclr...
2019-10-26 dotnet-maestro... [master] Update dependencies from dotnet/corefx (dotnet...
2019-10-26 Sinan KayaCan't declare variable and also have extern c (dotnet...
2019-10-26 Jan VorlicekEnable building with clang 9 (dotnet/coreclr#27415)
2019-10-26 Yoh DeadfallRemoved unused strings from resources (dotnet/coreclr...
2019-10-26 pi1024eRemoving unneeded function calls and empty bodies ...
2019-10-26 Ben AdamsAvoid mod operator when fast alternative available...
2019-10-26 Sinan KayaRemove extra qualifier (dotnet/coreclr#27455)
2019-10-26 Sinan KayaCleanup SELECTANY (dotnet/coreclr#27459)
2019-10-26 Stephen ToubAvoid unnecessary allocations in Exception.ToString
2019-10-26 Stephen ToubUse ValueStringBuilder instead of StringBuidler{Cache...
2019-10-26 Sinan KayaRemove class declarator (dotnet/coreclr#27456)
2019-10-26 Vladimir SadovFaster conversions (dotnet/coreclr#23548)
2019-10-25 Tomáš RylekSwitch R2RDump over to the new command line parser...
2019-10-25 IliaProfiler API to modify environment variables (dotnet...
2019-10-25 Andrew Au[crossgen2] Avoid ambiguous devirtualization (dotnet...
2019-10-25 Fadi HannaPackaging for crossgen2 as a framework dependent applic...
2019-10-25 Jeremy KoritzinskyUse Unsafe.IsNullRef instead of manual IL in HandleMars...
2019-10-25 Jeremy KoritzinskyUse global packages cache for local builds by default...
2019-10-25 Michal StrehovskýMatch HasLayoutMetadata to CoreCLR (dotnet/coreclr...
2019-10-25 mikednFix block store local address containment on ARM (dotne...
2019-10-25 Vladimir SadovUse half-fences for volatile loads/stores on Windows...
2019-10-25 Stephen ToubShare completed Task between Task and AsyncTaskMethodBu...
2019-10-25 Jan VorlicekFix race in SuperILC logger cleanup (dotnet/coreclr...
2019-10-25 IliaFix macro-redefined warnings caused by limits.h & float...
2019-10-25 IliaRemove LOCK_WRITE enum value (in pal/inc/rt/objidl...
2019-10-25 Austin WiseCleanup some code and comments leftover from BlockCopy...
2019-10-25 Vladimir SadovSwitch to VS2019 BuildPool (dotnet/coreclr#27427)
2019-10-25 Vladimir SadovUpdate Corelib to include Stopwatch (dotnet/coreclr...
2019-10-24 Aaron RobinsonRetarget SuppressGCTransitionAttribute to System.Runtim...
2019-10-24 Jan KotasFix build break
2019-10-24 Michal StrehovskýAdd test coverage for unsupported marshal scenarios...
2019-10-24 Jeremy KoritzinskyImplement struct marshalling via IL Stubs instead of...
2019-10-24 Mike McLaughlinFix minidumps not loading in VS issue (dotnet/coreclr...
2019-10-24 Adam SitnikOptimize GC.AllocateUninitializedArray and use it in...
2019-10-24 Michal StrehovskýAdd doc on p/invoke marshalling pregeneration in ReadyT...
2019-10-24 Tanner GoodingMove down S.N.Vector APIs and expose new conversion...
2019-10-24 Vladimir SadovMoving StopWatch to `src\Common\src\Corelib` (dotnet...
2019-10-24 Egor ChesakovAdd AdvSimd (LeadingZeroCount, LeadingSignCount, PopCou...
2019-10-24 Jan KotasDelete FEATURE_LAZY_COW_PAGES (dotnet/coreclr#27359)
2019-10-24 Stephen ToubEnable pooling for `async ValueTask/ValueTask<T>` metho...
2019-10-23 Drew ScogginsUpdate build pools for perf runs (dotnet/coreclr#27378)
2019-10-23 Tom DeseynRemove Socket.InnerSafeCloseSocket (dotnet/corefxdotnet...
2019-10-23 Tanner GoodingMove Matrix3x2/4x4, Plan, and Quaternion to the shared...
2019-10-23 Stephen ToubRemove stale entries from corefx.issues.rsp (dotnet...
2019-10-23 Tanner GoodingEnsure that `GenTreeIndir load` is used in a scope...
2019-10-23 Sergey AndreenkoExpression 'sigType == TYP_STRUCT' is always false...
2019-10-23 Tanner GoodingEnsure that `GenTreeIndir load` is declared in a scope...
2019-10-23 Marek SafarRemove unused methods (dotnet/coreclr#27370)
2019-10-23 Jan KotasDelete stale test exclusion files (dotnet/coreclr#27375)
2019-10-23 Peter SollichCard mark steal (dotnet/coreclr#25986)
2019-10-23 Aaron RobinsonApply SuppressGCAttribute to some SPCL functions. ...
2019-10-23 Tanner GoodingAdding SkipInit to Internal.Runtime.CompilerServices...
2019-10-23 Tanner GoodingMove Vector2/3/4 to the shared CoreLib partition (dotne...
2019-10-23 Eugene RozenfeldDisable STRESS_MIN_OPTS for ObjectStackAllocationTests...
2019-10-23 Andy AyersJIT: fix assertion prop issues with subtypes (dotnet...
2019-10-23 Maoni StephensBGC tuning using the free list with PI loops (dotnet...
2019-10-22 Sergey AndreenkoPriority of the '&&' operation is higher than that...
2019-10-22 Andrew Au[crossgen2] Make sure hardware intrinsic are generated...
2019-10-22 Aaron RobinsonAdd documentation for SuppressGCTransition (dotnet...
2019-10-22 Jeremy KoritzinskyCleanup ILStub signature delta management (dotnet/corec...
2019-10-22 Brian SullivanEnsure that all of the calculations for PerfScore are...
next