platform/upstream/dotnet/runtime.git
2018-08-02 Mike DanesGet rid of codegenlinear.h
2018-07-28 Dávid KayaAdded version increment for TrimExcess and EnsureCapaci...
2018-07-28 Jacek Blaszczynskibuild-test - fix TestWrapper CS warnings (dotnet/corecl...
2018-07-28 Sergey Andreenkospmi: exclude methods using a file with saved md5 hashe...
2018-07-28 Bruce ForstallMerge pull request dotnet/coreclr#19165 from BruceForst...
2018-07-28 Ahson KhanAdd comment explaining the return value of ToUpper...
2018-07-27 Carol EidtLowering: Atomic ops can produce a value (dotnet/corecl...
2018-07-27 Tanner GoodingUpdating emitInsCanOnlyWriteSSE2OrAVXReg to cover some...
2018-07-27 Carol EidtMerge pull request dotnet/coreclr#19145 from CarolEidt...
2018-07-27 Bruce ForstallSpecify specific build flavors for CodeGenBringUpTests...
2018-07-27 Andy AyersJIT: add extra check to struct of struct of x promotion...
2018-07-27 Koundinya VeluriAdd CI PR-triggered Ubuntu x64 innerloop no-tiering...
2018-07-27 Bruce ForstallMerge pull request dotnet/coreclr#19154 from BruceForst...
2018-07-27 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26727-01...
2018-07-27 Jacek BlaszczynskiReference in box HW intrinsics (dotnet/coreclr#19137)
2018-07-27 Bruce ForstallMerge pull request dotnet/coreclr#19144 from BruceForst...
2018-07-27 Tanner GoodingFixing the x86 hwintrinsics to not assert for invalid...
2018-07-26 Bruce ForstallFix overallocation of arm64 small constant localloc
2018-07-26 Aditya MandaleekaMerge pull request dotnet/coreclr#19153 from adityamand...
2018-07-26 Aditya MandaleekaFix syntax error in help text.
2018-07-26 Sergey Andreenkoreenable corefx System.Runtime.Tests on arm32 (dotnet...
2018-07-26 Tanner GoodingAdding the Microsoft.NET.Sdk.IL pkgproj
2018-07-26 Carol EidtInclude long shifts in OperIsShiftOrRotate
2018-07-26 Bruce ForstallRe-enable arm64 tests that no longer fail
2018-07-26 Chris SienkiewiczSwitch to using MicrosoftNETCorePlatformsPackageVersion...
2018-07-26 Andon AndonovUpdate CoreFX documentation (dotnet/coreclr#19092)
2018-07-25 Chris SienkiewiczSdk test projects (dotnet/coreclr#19044)
2018-07-24 Tanner GoodingRemoving duplicate CoreCLRTestLibrary project references
2018-07-24 Tanner GoodingRegenerating the x86 HWIntrinsic templated tests
2018-07-24 Tanner GoodingRemoving `Random random = new Random()` from the HWIntr...
2018-07-24 Tanner GoodingRealigning the HWIntrinsic template metadata tables
2018-07-24 Tanner GoodingReplacing usages of random with TestLibrary.Generator...
2018-07-24 Tanner GoodingAdding TestLibrary.Generator methods for unsigned types
2018-07-24 Mike McLaughlinFix mscordbi metadata reader alignment bug on Linux...
2018-07-24 IliaRelease leaked ICorProfilerCallback9 in ~EEToProfInterf...
2018-07-24 Bruce ForstallMerge pull request dotnet/coreclr#19099 from BruceForst...
2018-07-24 Russ KeldorphRevert "Revert "Fix some failures when using build...
2018-07-24 Sven BoemerWork around cmd command length limit in xunit Exec...
2018-07-24 Aaron RobinsonAdd root MSBuild targets for Interop managed test asset...
2018-07-23 Bruce ForstallChange Windows arm32/arm64 Debug normal/innerloop jobs...
2018-07-23 Egor ChesakovAdd missing FlushInstructionCache to Thread::CommitGCSt...
2018-07-23 Egor ChesakovDisable tests failing on ARM32 in https://github.com...
2018-07-23 AmyR2RDump - UnwindInfo for x86 (dotnet/coreclr#18994)
2018-07-23 mikednChange gtExtractSideEffList to use GenTreeVisitor ...
2018-07-23 Jan KotasPartial R2R IBC fixes (dotnet/coreclr#19073)
2018-07-23 Andy AyersJIT: some lclvars related cleanup (dotnet/coreclr#19077)
2018-07-23 Aaron RobinsonRemove hosthook api (dotnet/coreclr#19079)
2018-07-23 Sung Yoon WhangEnable profiler attach on Windows (dotnet/coreclr#18762)
2018-07-22 Andy AyersJIT: stateful local ref counts and weights (dotnet...
2018-07-21 Bruce ForstallMerge pull request dotnet/coreclr#19049 from acmyu...
2018-07-20 Carol EidtMerge pull request dotnet/coreclr#19067 from CarolEidt...
2018-07-20 Brian SullivanMerge pull request dotnet/coreclr#19065 from briansull...
2018-07-20 Eugene RozenfeldImprove narrowing of GT_AND nodes. (dotnet/coreclr...
2018-07-20 Aaron RobinsonUpdate documentation for testing (dotnet/coreclr#19063)
2018-07-20 Andy AyersJIT: handle implicit local var references via local...
2018-07-20 Stephen ToubFix unnnecessary reference to DateTimeFormatInfo.Decima...
2018-07-20 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-07-20 Aaron RobinsonDisable manual COM registration logic on ARM32 (dotnet...
2018-07-20 Konstantin... Zapper::CompileAssembly: save NI file atomically (dotne...
2018-07-20 Carol EidtRemove incRefCnt from fgMakeOutgoingStructArgCopy
2018-07-20 Carol EidtMerge pull request dotnet/coreclr#19040 from CarolEidt...
2018-07-20 Gleb BalykovAdd Tizen 5.0 RID (dotnet/coreclr#19057)
2018-07-20 Stephen ToubImprove throughput of TimeSpan.ToString/TryFormat with...
2018-07-20 Aaron RobinsonMinor interop code changes (dotnet/coreclr#19005)
2018-07-20 Phil GarciaFixed missing readonly attribute (dotnet/coreclr#19052)
2018-07-20 Aaron RobinsonAdd issues with COM tests in the helix build. (dotnet...
2018-07-20 Amy YuSkip R2RDumpTests in crossgen tests, test unsupported...
2018-07-20 Brian SullivanFixes issue 19022
2018-07-19 Tanner GoodingRemoving WINCORESYS usages from the test projects
2018-07-19 Noah FalkEnable the no tiered compilation innerloop PR legs...
2018-07-19 Tanner GoodingAdding a project reference for CoreCLRTestLibrary to...
2018-07-19 Tanner GoodingRegenerating the HWIntrinsic tests from the updated...
2018-07-19 Tanner GoodingUpdating the templated HWIntrinsic tests to use `TestLi...
2018-07-19 Sven BoemerBuild xunit wrappers the same way on windows and unix...
2018-07-19 Jan KotasFix desktop build break
2018-07-19 Carol EidtJitDump improvements
2018-07-19 Carol EidtMerge pull request dotnet/coreclr#18999 from CarolEidt...
2018-07-19 Bruce ForstallMerge pull request dotnet/coreclr#19032 from BruceForst...
2018-07-19 Bruce ForstallDisable r2rdump test for JIT stress currently
2018-07-19 Bruce ForstallMerge pull request dotnet/coreclr#19004 from BruceForst...
2018-07-19 Kai RuhnauUse mcontext_t instead of sigcontext (dotnet/coreclr...
2018-07-19 Jan KotasAdd MemoryMarshal.AsRef implementation (dotnet/coreclr...
2018-07-19 sunnycaseFix opinfo: InlineR should only read 8 bytes (dotnet...
2018-07-19 Noah FalkEliminate arm64 contract asserts (dotnet/coreclr#19015)
2018-07-19 dotnet-maestro-botUpdate CoreClr to preview1-26719-01 (dotnet/coreclr...
2018-07-19 Hugh BellamyImplement GetComObjectData and SetComObjectData (dotnet...
2018-07-19 Aaron RobinsonBasic .NET client tests (dotnet/coreclr#18843)
2018-07-18 Bruce ForstallDisable failing Ubuntu x86 jobs
2018-07-18 Stephen ToubImprove TimeSpan.ToString/TryFormat throughput for...
2018-07-18 Jakob Botsch... Properly type morphed NEG nodes (dotnet/coreclr#18837)
2018-07-18 Andy AyersJIT: force all local var ref counts to be accessed...
2018-07-18 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26718-05, master...
2018-07-18 Carol EidtArm64: Fix handling of IP0 & IP1
2018-07-18 Bruce ForstallMerge pull request dotnet/coreclr#18970 from BruceForst...
2018-07-18 AmyR2RDump - Test infrastructure (dotnet/coreclr#18745)
2018-07-18 Jan KotasRevert "Improve narrowing of GT_AND nodes. (dotnet...
2018-07-18 Jay KrellUse FD_CLOEXEC instead of 1. (dotnet/coreclr#18976)
2018-07-18 Carol EidtMerge pull request dotnet/coreclr#18941 from CarolEidt...
2018-07-18 Jan KotasUse api-set instead of combase.dll (dotnet/coreclr...
2018-07-18 Marco RossignoliRemove unuseful null check on Activator.CreateInstance...
next