platform/upstream/coreclr.git
2018-09-20 Tanner GoodingRemoving the Grisu3 native implementation.
2018-09-20 Tanner GoodingPorting the Grisu3 algorithm to managed code.
2018-09-20 Tanner GoodingPorting bcltype/diyfp.cpp to managed code as shared...
2018-09-20 Tanner GoodingRemoving the Dragon4 and DoubleToNumber native implemen...
2018-09-20 Tanner GoodingPorting the Dragon4 algorithm to managed code.
2018-09-20 Tanner GoodingPorting bcltype/bignum.cpp to managed code as shared...
2018-09-20 Michelle McDanielRevert "Move smoketests to use Helix queue (#20017...
2018-09-20 Egor ChesakovMerge pull request #20035 from echesakovMSFT/CrossBitne...
2018-09-20 Bruce ForstallMerge pull request #20071 from BruceForstall/FixViews
2018-09-20 Marek SafarCleans up error message caching in DuplicateWaitObjectE...
2018-09-20 Bruce ForstallFix arm/arm64 Jenkins views
2018-09-20 Bruce ForstallMerge pull request #20069 from dotnet/dev/unix_test_wor...
2018-09-20 Bruce ForstallMerge pull request #20070 from BruceForstall/FixLimited
2018-09-20 Bruce ForstallExclude Windows from arm64 daily corefx job scheduling
2018-09-20 Bruce ForstallMerge pull request #20068 from BruceForstall/FixLimited...
2018-09-20 Bruce ForstallRefine Linux arm64 "limited hardware" designation
2018-09-20 Bruce ForstallMerge pull request #20065 from BruceForstall/FixArm64In...
2018-09-20 Bruce ForstallFix arm64 Linux innerloop triggered jobs
2018-09-20 Bruce ForstallMerge pull request #20064 from BruceForstall/FixSpace
2018-09-19 Bruce ForstallRemove extra space from verbose context strings
2018-09-19 Carol EidtMerge pull request #20002 from mikedn/undef-printf
2018-09-19 Carol EidtMerge pull request #20038 from CarolEidt/Fix20031
2018-09-19 Carol EidtMerge pull request #19811 from pentp/xcnt-false-dep
2018-09-19 Michelle McDanielMove smoketests to use Helix queue (#20017)
2018-09-19 Bruce ForstallMerge pull request #19993 from dotnet/dev/unix_test_wor...
2018-09-19 Jan KotasCleanup registry usage within CoreLib (#20050)
2018-09-19 Marek SafarTurns Math/MathF RoundLimit into a constant (#20044)
2018-09-19 Bruce ForstallEnable arm64 Linux testing in CI
2018-09-19 Jacek BlaszczynskiRemove Sse2 ConvertTo* tests from Tests.lst files for...
2018-09-19 Jacek BlaszczynskiAdd generated code for Convert Sse2 ConvertTo* and...
2018-09-19 Jacek BlaszczynskiConvert Sse2 ConvertTo* and ConvertToVector128* tests...
2018-09-19 Koundinya VeluriFix perf scenarios in the min_opt config (#20010)
2018-09-19 Koundinya VeluriReplace assert in Precode::SetTargetInterlocked (#20007)
2018-09-19 Koundinya VeluriAdd 2.2 sdk/runtime to JitBench (#19778)
2018-09-19 Andon AndonovIndentation
2018-09-19 Andon AndonovDisable outdated Enumerator tests
2018-09-19 dotnet-bot* Revert the changes to TryInsert() introduced by https...
2018-09-19 Sven BoemerInclude in alphabetical order (#20028)
2018-09-18 Carol EidtMerge pull request #19996 from dotnetrt/jit-update...
2018-09-18 Egor ChesakovUse 32-bit address format string during crossgen in...
2018-09-18 Egor ChesakovReplace sizeof(PVOID) with TARGET_POINTER_SIZE in src...
2018-09-18 Egor ChesakovUse HasNativeOrReadyToRunImage in src/vm/compile.cpp
2018-09-18 Carol EidtFix MultiReg methods on GenTree
2018-09-18 Tarek Mahmoud... Port Formatting Japanese First Year of Era (#19976)
2018-09-18 Jacek BlaszczynskiDo not add invalid masm flags in cordbdi.vcxproj for...
2018-09-18 Jacek BlaszczynskiAdd headers to cee_wks, cee_dac vcxprojs to improve...
2018-09-18 Jan KotasFix Buffer.cs formatting to follow coding guidelines...
2018-09-18 Jacek BlaszczynskiAdd gc header files to vcxproj file to improve user...
2018-09-18 Tomáš RylekAdd EH info support to R2RDump (#20000)
2018-09-18 Jan KotasUse elaborated type specifiers to prevent meaning chang...
2018-09-18 Tanner GoodingUpdating Buffer.ZeroMemory to call SpanHelpers.ClearWit...
2018-09-18 Carol EidtMerge pull request #15657 from mikedn/fp-divmul-binary
2018-09-17 Sergey AndreenkoFix spmi environment reset. (#19943)
2018-09-17 Carol EidtMerge pull request #19949 from fiigii/fixhwapis
2018-09-17 Andy AyersJit: ensure objp properly updated by SpillRetExprHelper...
2018-09-17 Mike DanesAlways define printf/fprintf in JIT
2018-09-16 Jacek BlaszczynskiUpdate clrjit headers files included into clrjit.vcxproj
2018-09-16 Filip NavaraSystem.Private.CoreLib: Move ResoureReader/ResourceSet...
2018-09-15 Jarret ShookCorrectly disable varargsupport for windows x86 (#19981)
2018-09-15 Bruce ForstallMerge pull request #19988 from BruceForstall/Disable18989
2018-09-15 Bruce ForstallDisable arm64 float_cs_ro.cmd
2018-09-15 Jarret ShookLayout native test components correctly on unix (#19918)
2018-09-15 Vitek KarasFix build break in P1 tests (#19975)
2018-09-15 Koundinya VeluriAdd short guide for using tiered compilation and how...
2018-09-15 David Masonconvert HandleStore::_underlyingBucket to a pointer...
2018-09-14 Brian SullivanMerge pull request #19125 from mikedn/cse-extract
2018-09-14 Egor ChesakovExpand CrossGen Comparison script to able to run on...
2018-09-14 Brian SullivanMerge pull request #19845 from briansull/vn-enhancements
2018-09-14 Clinton Ingramdon't force float->double->int cast for x86 (#19833)
2018-09-14 Vitek KarasMerge pull request #19951 from vitek-karas/MoveAssertio...
2018-09-14 Joseph MusserFixed TimeoutHelper typos (#19956)
2018-09-14 Joseph MusserFixed typo ‘defualt’ (#19955)
2018-09-14 Carol EidtMerge pull request #19745 from CarolEidt/Fix19448
2018-09-13 Fei Pengtemporarily disable some hw intrinsic tests
2018-09-13 Fei PengFix inconsistent Intel hardware intrinsic APIs
2018-09-13 Egor ChesakovMerge pull request #19945 from echesakovMSFT/EnableCros...
2018-09-13 Aaron RobinsonDev16 removed the static_cast<> in a std::basic_string...
2018-09-13 mikednReplace fgMarkAddressExposedLocals (#19621)
2018-09-13 Egor ChesakovRun both Hostx86/arm32 and Hostx64/arm32 crossgens...
2018-09-13 Brian Sullivanwhitespace fixes
2018-09-13 Brian SullivanValue Number Enhancements:
2018-09-13 Mike McLaughlinFix xplat debugging perf problem. (#19911)
2018-09-13 Egor ChesakovMerge pull request #19933 from echesakovMSFT/PublishCro...
2018-09-13 elyohUpdate ChineseLunisolarCalendar.cs (#19946)
2018-09-13 vitek-karasMove Assert class from Interop into the CoreCLRTestLibrary
2018-09-13 Aditya MandaleekaMerge pull request #19927 from adityamandaleeka/fix_arm...
2018-09-13 Andrew AuAdding the ARM floating point registers to the cordebug...
2018-09-13 Egor ChesakovPublish Hostx64/arm32 crossgen and libclrjit.so on...
2018-09-13 Aaron RobinsonAddress msbuild issues with cross compiled tests in...
2018-09-12 Aditya MandaleekaFix emitIns_S_S_R_R not to encode SP to ZR before an...
2018-09-12 Jan KotasImplement Thread.GetApartmentState/TrySetApartmentState...
2018-09-12 Jan KotasRevert changes that are causing buildbreaks of OOB...
2018-09-12 Carol EidtArm: Correctly handle multi-reg COPY
2018-09-12 Nick KotovUpdate AsyncMethodBuilder.cs (#19909)
2018-09-12 Jan VorlicekFix GC for collectible classes (#19892)
2018-09-12 GrantCallSites for MemoryExtensions.Contains (CoreCLR) ...
2018-09-12 Sergey AndreenkoFix optimization of CAST(int)(LSH(long)<<CNS_INT 32...
2018-09-11 Jan KotasMove more registry files to shared partition
2018-09-11 Adam SitnikMerge pull request #19885 from brianrob/runtimeeventsou...
2018-09-11 Andy AyersJIT: use bit vector for identifying jump targets (...
next