platform/upstream/dotnet/runtime.git
2019-01-09 Bruce ForstallMerge pull request dotnet/coreclr#20772 from mikedn...
2019-01-09 Jeremy KoritzinskyRemove extraneous eightbytes check for native structure...
2019-01-09 Omair MajidSupport building with python3 on unix (dotnet/coreclr...
2019-01-09 Jan KotasMore DispatchWrapper tweaks
2019-01-09 Marek SafarRemoves PNSE version of DispatchWrapper and keep only...
2019-01-09 Jan KotasDelete files moved to shared partition
2019-01-09 Marek SafarMoves common COM type to shared corelib partition ...
2019-01-09 Tomas Weinfurtfix DateTime overflow on ARM32 (dotnet/coreclr#21902)
2019-01-09 Mike DanesUpdate gtLclILoffs related comments
2019-01-09 Aditya MandaleekaMerge pull request dotnet/coreclr#21867 from adityamand...
2019-01-09 Andy AyersMerge pull request dotnet/coreclr#21857 from AndyAyersM...
2019-01-09 Jan VorlicekEnable FinalizeQueue SOS command for Unix (dotnet/corec...
2019-01-09 Carol EidtCopy address-taken SIMD intrinsic (dotnet/coreclr#21884)
2019-01-09 Stephen ToubExpose string.Concat(ReadOnlySpan, ...) (dotnet/coreclr...
2019-01-09 Swaroop SridharUpdate Test exclusion for NativeLibraryTests in officia...
2019-01-08 Sergey AndreenkoUse `saveNext` unwind opcode on arm64. (dotnet/coreclr...
2019-01-08 Jeremy KoritzinskyExtract cleanup changes from dotnet/coreclr#21793....
2019-01-08 Charles MiletteFix consistency between `-` and prefixless args in...
2019-01-08 Bruce ForstallMerge pull request dotnet/coreclr#20409 from lol768...
2019-01-08 Günther FoidlUpdated "Viewing JIT Dumps" for .NET Core 3.0 (dotnet...
2019-01-08 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27308-03, preview...
2019-01-08 Aditya MandaleekaFix write barrier bounds checks for ARM64 Unix
2019-01-08 Bruce ForstallMerge pull request dotnet/coreclr#21880 from BruceForst...
2019-01-08 Bruce ForstallUpdate test reports archiving
2019-01-08 Mike McLaughlinFix issue dotnet/coreclr#20585 createdump explicitly...
2019-01-08 Oded HansonFixed potential memory leak (dotnet/coreclr#21872)
2019-01-08 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27308-01...
2019-01-08 Viktor HoferAttempt to fix paths with spaces again (dotnet/coreclr...
2019-01-08 Dan MoseleyFix path length 255 (dotnet/coreclr#21838)
2019-01-08 Will CohenUpdate ceemain.cpp (dotnet/coreclr#21869)
2019-01-08 Jan KotasCoreRT updates for files moved to shared partition
2019-01-08 Marek SafarMoves ComTypes to shared partition (dotnet/coreclr...
2019-01-08 Tanner GoodingFixing ContainCheckHWIntrinsic to ensure that scalar...
2019-01-08 Stephen ToubCheck GenerateGuidForType argument for null (dotnet...
2019-01-07 Bruce ForstallCollect Windows test run logs into testReports.zip...
2019-01-07 Jeremy KoritzinskyFix CharSet on StringBuilder hidden null terminator...
2019-01-07 Mike McLaughlinActually fix issue dotnet/coreclr#21484 reported by...
2019-01-07 Andy AyersJIT: infer ranges from small int type operations
2019-01-07 Andy AyersJIT: encapsulate general checks for optimization (dotne...
2019-01-07 David MasonRespect the instrumented code maps passed by the profil...
2019-01-07 Ben AdamsImprove CustomAttribute (dotnet/coreclr#21832)
2019-01-07 Jan VorlicekRemove invalid test b21296 (dotnet/coreclr#21507)
2019-01-07 Sven BoemerPublish symbol packages (dotnet/coreclr#21769)
2019-01-07 Marek SafarMoves StackTrace to shared partition (dotnet/coreclr...
2019-01-07 Sven BoemerFix missing project error in official build (dotnet...
2019-01-07 Tomáš RylekFix incorrect assignment of READYTORUN_HELPER_[Dbl...
2019-01-07 Filip NavaraRemove CAS era security checks around resource loads...
2019-01-06 Jan KotasRevert "Fix ilasm exec on paths with spaces (dotnet...
2019-01-06 Jan KotasDelete redundant S.R.InteropServices.PInvokeMap and...
2019-01-06 Ben AdamsRemove redundant casts in TypeBuilder.CreateTypeNoLock...
2019-01-06 Ben AdamsMaintain left.Equals(right) order for equality for...
2019-01-06 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2019-01-06 Ben Adams(Cdotnet/coreclr#7) Use pattern matching `is` rather...
2019-01-06 Andy Ayersinline keyword cleanup
2019-01-06 Swaroop SridharMove Native Library APIs to NativeLibrary class (dotnet...
2019-01-06 Ben AdamsRemove redundant unsafe contexts (dotnet/coreclr#21826)
2019-01-05 Viktor HoferFix ilasm exec on paths with spaces (dotnet/coreclr...
2019-01-05 Andy AyersJIT: encapsulate general checks for optimization
2019-01-04 Matt GalbraithFix misspelling (dotnet/coreclr#21640)
2019-01-04 Filip NavaraRemove stack marks from GetSatelliteAssembly. (dotnet...
2019-01-04 Jan KotasDelete unused fFullReset argument (dotnet/coreclr#21814)
2019-01-04 Filip NavaraAvoid passing stack crawl mark unnecessarily deep in...
2019-01-04 Andrew AuIf the debugger is stopped on a garbage collection...
2019-01-04 Bruce ForstallMerge pull request dotnet/coreclr#21806 from BruceForst...
2019-01-04 Ben AdamsSupport faster null checks (dotnet/coreclr#21765)
2019-01-04 Andy AyersJIT: don't optimize struct copies for call args in...
2019-01-04 Bruce ForstallFix Windows arm32/arm64 testing (dotnet/coreclr#21809)
2019-01-04 Egor ChesakovSpecify value of __RuntimeId for non-portable Linux...
2019-01-04 Stephen ToubAdd StringExtensions.Concat to fix Microsoft.IO.Redist...
2019-01-04 Pent PloompuuEventPipePayloadDecoder clean-up (dotnet/coreclr#21716)
2019-01-04 Marek SafarRemoves AppDomain dependency from TPLETWProvider (dotne...
2019-01-04 Ben AdamsSkip additional cast from common EC.Run calls (dotnet...
2019-01-04 Jan KotasReflection performance tweaks & cleanup (dotnet/coreclr...
2019-01-04 Stephen ToubUse ValueStringBuilder instead of StringBuilderCache...
2019-01-04 Jeremy KoritzinskyAdd test for StringBuilder null terminator implementati...
2019-01-04 Bruce ForstallMerge pull request dotnet/coreclr#21803 from BruceForst...
2019-01-04 Bruce ForstallCheck result of call to TestEnv script
2019-01-04 Bruce ForstallFix batch script errors running JitOptimizationSensitiv...
2019-01-04 Egor ChesakovUse Kernel32 instead of api-ms-win-core-* in DllImports...
2019-01-04 Egor BogatovEliminate some bounds checks in Path (dotnet/coreclr...
2019-01-04 Marek SafarAdds portable version of EncodingTable (dotnet/coreclr...
2019-01-04 Carol EidtMerge pull request dotnet/coreclr#21619 from CarolEidt...
2019-01-03 Carol EidtMerge pull request dotnet/coreclr#21776 from fiigii...
2019-01-03 Stephen ToubImprove performance of Path.ChangeExtension (dotnet...
2019-01-03 Juan HoyosMerge pull request dotnet/coreclr#21774 from hoyosjs...
2019-01-03 Fei PengFix Vector128/256 As<U> intrinsic recognition and exception
2019-01-03 Jan VorlicekFix GC for collectible array of pure value types (dotne...
2019-01-03 Stephen ToubReduce allocation in Index/Range.ToString (dotnet/corec...
2019-01-03 Egor ChesakovRemove vc-runtime package dependency (dotnet/coreclr...
2019-01-03 Egor ChesakovBring Debug CRT DLLs when build IJW tests (dotnet/corec...
2019-01-03 Marek SafarRemoves the code moved to shared partition
2019-01-03 Marek SafarMoves Attribute instance bits to shared location (dotne...
2019-01-03 Carol EidtDisable the [Intrinsic] check for desktop SIMD
2019-01-03 Carol EidtFix desktop SIMD failures
2019-01-03 Jan KotasCleanup current culture handling in the unmanaged runti...
2019-01-03 Stephen ToubRemove substring allocation in MethodBase.AppendParamet...
2019-01-03 Filip NavaraRemove unnecessary propagation of stack crawl marks...
2019-01-03 Bruce ForstallMerge pull request dotnet/coreclr#21669 from kvochko...
2019-01-03 Egor ChesakovRefactor Send to Helix step in Azure DevOps (dotnet...
2019-01-03 Stephen ToubAvoid some unnecessary allocation in MethodBuilder...
next