platform/upstream/coreclr.git
2018-07-10 Carol EidtMerge pull request #18805 from CarolEidt/Fix18746
2018-07-10 Stephen ToubFix two issues in Marshal.SecureStringToBSTR (#18851)
2018-07-10 Brian SullivanMerge pull request #18812 from briansull/fix_610014
2018-07-10 AmyMerge pull request #18653 from acmyu/build
2018-07-10 Tanner GoodingRegenerating the x86 HWIntrinsic tests to cover struct...
2018-07-10 Tanner GoodingUpdating the x86 HWIntrinsic test templates to test...
2018-07-10 Jan KotasMove BinaryReader to shared CoreLib partition (#18845)
2018-07-10 AmyExclude failing CoreFx test (#18844)
2018-07-10 Brian SullivanUpdated fix for VSO 610014
2018-07-10 Tanner GoodingFixing a call to emitIns_SIMD_R_R_AR_R to pass argument...
2018-07-09 Amy YuExclude failing CoreFx test
2018-07-09 Tanner GoodingUpdating InstructionSet_BMI1/2 to be controlled by...
2018-07-09 Tanner GoodingAdding tests for the ParallelBitDeposit and ParallelBit...
2018-07-09 Tanner GoodingImplementing the ParallelBitDeposit and ParallelBitExtr...
2018-07-09 Tanner GoodingAdding tests for the AndNot, ExtractLowestSetBit, GetMa...
2018-07-09 Tanner GoodingImplementing the AndNot, ExtractLowestSetBit, GetMaskUp...
2018-07-09 Tanner GoodingAdding tests for the x86 TrailingZeroCount HWintrinsic
2018-07-09 Tanner GoodingImplementing the x86 TrailingZeroCount HWIntrinsic
2018-07-09 Tanner GoodingRenaming ScalarUnOpTest to ScalarSimdUnOpTest
2018-07-09 Viktor HoferFix serialization type in NotFiniteNumberException...
2018-07-09 Amy YuFix test errors
2018-07-09 Amy YuUse BuildManagedTools argument instead of environment...
2018-07-09 Amy YuAdd R2RDump to build.proj, running dotnet restore befor...
2018-07-09 Andon AndonovCoreFX CI Unix Staging commit (#18750)
2018-07-09 HumanEquivalentUnitFix a comment in the string.ToLower() method (#18832)
2018-07-09 Jan KotasUndo unnecessary BinaryReader::ReadOneChar/InternalRead...
2018-07-09 Anirudh AgnihotryMoved ManualResetEventSlim to shared (#18799)
2018-07-08 Rich LanderCorrect AssemblyLoadContext comment (#18809)
2018-07-08 Viktor HoferLastIndexOf corner case fix when span is empty (#18826)
2018-07-08 Viktor HoferFix Span LastIndexOf empty value handling
2018-07-07 Anirudh AgnihotryTargetFrameworkName property initialized (#18814)
2018-07-06 Stephen ToubImprove DateTime{Offset}.ParseExact performance for...
2018-07-06 Bruce ForstallMerge pull request #18795 from BruceForstall/RemoveArme...
2018-07-06 Carol EidtDon't change PUTARG_REG type on arm64
2018-07-06 nkaretnikov2[ARM] Mention a clang-5.0 issue in the documentation...
2018-07-05 Brian SullivanMerge pull request #18775 from briansull/add-noway...
2018-07-05 Bruce ForstallRemove Ubuntu/Ubuntu16.04 emulator CI jobs
2018-07-05 Aaron RobinsonUpdate certain Marshal APIs to match exception thrown...
2018-07-05 Brian SullivanAdded noway asserts in gtNewZeroConNode and gtNewOneConNode
2018-07-05 Bruce ForstallMerge pull request #18793 from BruceForstall/UpdateLibU...
2018-07-05 Bruce ForstallUpdate Linux ARM libunwind instructions
2018-07-05 Jarret ShookEnable genFnCalleeRegArgs for Arm64 Varargs (#18714)
2018-07-05 Jan KotasDelete dead code (#18783)
2018-07-05 Stephen ToubImprove DateTime{Offset}.ParseExact{Multiple} performan...
2018-07-04 Andy AyersRe-enable jit regression test DevDiv_590771 (#18724)
2018-07-04 Viktor HoferAdd LastIndexOf compareoptions overload (#18652)
2018-07-04 Tanner GoodingAdding tests for the byte overload of Ssse3.Shuffle
2018-07-04 Tanner GoodingAdding support for the `byte` overload of `Ssse3.Shuffle`
2018-07-04 Jan KotasRemove mention of security transparency from message...
2018-07-04 Andrew AucompGSReorderStackLayout is not supported when EnC...
2018-07-04 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26704-01, preview1...
2018-07-04 Luqun LouDelete InternalsVisibleTo attributes from S.P.CoreLib...
2018-07-03 Bruce ForstallMerge pull request #18504 from mikedn/comp-small
2018-07-03 Tomas Weinfurtadd missing files to package properly on FreeBSD (...
2018-07-03 Carol EidtMerge pull request #18768 from CarolEidt/RemoveIsMultiReg
2018-07-03 Carol EidtMerge pull request #18766 from CarolEidt/Fix18765
2018-07-03 Bruce ForstallMerge pull request #18716 from BruceForstall/RemoveTstJ...
2018-07-03 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26703-04, master...
2018-07-03 Carol EidtRemove Interval::isMultiReg
2018-07-03 Carol EidtBuild uses for atomic ops
2018-07-03 Egor ChesakovUse generic win-x86/win-x64 RIDs in stress_dependencies
2018-07-03 Marco RossignoliAdd back most CreateInstance APIs to AppDomain and...
2018-07-03 Andon AndonovUpdate CoreFX CI packages to NetcoreApp3 (#18760)
2018-07-03 Tanner GoodingUpdating SSE_StaticCast and AVX_StaticCast to set the...
2018-07-03 Tanner GoodingFold away Sse.StaticCast and Avx.StaticCast in the...
2018-07-03 Tanner GoodingAdding an Avx.StaticCast test (modified from the Sse...
2018-07-03 Sergey AndreenkoSuperPMI: add ability to exclude failing method context...
2018-07-02 Aaron RobinsonSet the activation context for the CoreRun application...
2018-07-02 Andrew AuDebug registers cannot be copied in user mode (#18730)
2018-07-02 Brian RobbinsDispatch Runtime Events to EventListener (#18649)
2018-07-02 dotnet-maestro-botUpdate BuildTools, CoreClr, PgoData to preview1-03002...
2018-07-02 Andon AndonovMove RuntimeIDArg initialization (#18747)
2018-07-02 Tanner GoodingFixing up the Sse41.Insert float HWIntrinsics
2018-07-02 Sergey Andreenkoreenable fixed arm64 altjit tests (#18722)
2018-07-02 Atsushi KanamoriAdd back DefinePInvokeMethod (#18742)
2018-07-02 Tanner GoodingAdding back the tests for Avx.MaskLoad
2018-07-02 Tanner GoodingUpdating the Avx.Extract/Insert methods to throw PNSE...
2018-07-02 Tanner GoodingRemoving unnecessary `try/catch` blocks from the Extrac...
2018-07-02 dotnet-maestro-botTabs vs. spaces (#18740)
2018-07-01 Andy AyersFix some build breaks seen with the older VS we use...
2018-07-01 Jan KotasFix recursive inlining of PInvoke stubs (#18737)
2018-06-30 Mike DanesReplace compGetMemArray uses
2018-06-30 Mike DanesFix incorrect lvaTrackedToVarNum memset size
2018-06-30 Mike DanesHandle the missing cache case in gtGetStructHandleForSIMD
2018-06-30 Mike DanesAllocate space for siLatestTrackedScopes on demand
2018-06-30 Mike DanesRemove Compiler::impSmallStack
2018-06-30 Mike DanesCleanup hashBvGlobalData
2018-06-30 Mike DanesRemove unused Compiler members
2018-06-30 Mike DanesMove SIMD/Intrinsic handles out of Compiler
2018-06-30 Mike DanesMove temp info from Compiler to RegSet
2018-06-30 Mike DanesAllocate space for lvaTrackedToVarNum on demand
2018-06-30 Mike DanesAllocate space for the loop table on demand
2018-06-30 mikednPass CompAllocator by value (#15025)
2018-06-30 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26630-01, master...
2018-06-30 Jan KotasFix build breaks with older MSVC compiler (#18725)
2018-06-30 Tanner GoodingFixing some Bmi1 HWIntrinsic method names (#18718)
2018-06-30 Viktor HoferRegex: reduce allocation slightly, add tests, code...
2018-06-29 Bruce ForstallMerge pull request #18715 from BruceForstall/FixSignedC...
2018-06-29 Sergey Andreenkooptimize fgMorphTree for GenTreeArgList (#18582)
2018-06-29 Bruce ForstallRemove build-only and TST jobs from the Jenkins views
next