platform/upstream/dotnet/runtime.git
2018-09-22 Bruce ForstallMove run-tests.sh from corefx
2018-09-22 Tanner GoodingPorting NumberToDouble to managed code. (dotnet/coreclr...
2018-09-22 Bruce ForstallMerge pull request dotnet/coreclr#20095 from BruceForst...
2018-09-22 Ahson KhanStreamline MemoryExtension Trim and Trim(char) by remov...
2018-09-21 Billy O'NealAdd missing <cmath> header for fabs to fix Visual C...
2018-09-21 Bruce ForstallDisable test b80373 for all non-Windows targets
2018-09-21 Brian SullivanMerge pull request dotnet/coreclr#20033 from briansull...
2018-09-21 Andrew ArnottFix copy-paste error in xml doc comment (dotnet/corefxd...
2018-09-21 Michelle McDanielMove smoketests to new helix queue (dotnet/coreclr...
2018-09-21 Marek SafarSimplifies UTF32Encoding/UTF8Encoding/UnicodeEncoding...
2018-09-21 Simon NattressFix decoding bug in r2rdump's native format reader
2018-09-21 Fadi HannaPerformance fix for R2R: vtable calls (dotnet/coreclr...
2018-09-21 Mike McLaughlinFix issue dotnet/coreclr#20076 createdump faults. ...
2018-09-21 Simon NattressMake EH table optional in R2RDump
2018-09-21 Brian SullivanUpdated assertionprop.cpp
2018-09-20 Jacek BlaszczynskiConvert Sse2 tests PackSignedSaturate, PackUnsignedSatu...
2018-09-20 Andy AyersJIT: Fix operand evaluation order for GT_INDEX_ADDR...
2018-09-20 Jan KotasMove RegistryKey to shared CoreLib partition (dotnet...
2018-09-20 Fei PengDisable tests of BroadcastScalarToVector128
2018-09-20 Fei PengAdd pointer overloads for Avx2.BroadcastScalarToVector128
2018-09-20 Fei PengAdd unsigned overloads for MultiplyLow
2018-09-20 Fei PengAdd all integer overloads for AVX2/SSSE3 AlignRight
2018-09-20 Fei PengAdd all integer overloads for Avx2/SSE4.1 BlendVariable
2018-09-20 Brian SullivanAdded methods VNLiberalNormalValue and VNConservativeNo...
2018-09-20 Tanner GoodingMoving GetExponent/Mantissa and make BigInteger used...
2018-09-20 Tanner GoodingRemoving BitScanReverse from pal.h
2018-09-20 Tanner GoodingFixing some naming conventions and removing dead code.
2018-09-20 Tanner GoodingRemoving bcltype/fp.h from native code.
2018-09-20 Tanner GoodingMaking Number.Grisu3.DigitGen slightly more efficient.
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 (dotnet...
2018-09-20 Egor ChesakovMerge pull request dotnet/coreclr#20035 from echesakovM...
2018-09-20 Bruce ForstallMerge pull request dotnet/coreclr#20071 from BruceForst...
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 dotnet/coreclr#20069 from dotnet...
2018-09-20 Bruce ForstallMerge pull request dotnet/coreclr#20070 from BruceForst...
2018-09-20 Bruce ForstallExclude Windows from arm64 daily corefx job scheduling
2018-09-20 Bruce ForstallMerge pull request dotnet/coreclr#20068 from BruceForst...
2018-09-20 Bruce ForstallRefine Linux arm64 "limited hardware" designation
2018-09-20 Bruce ForstallMerge pull request dotnet/coreclr#20065 from BruceForst...
2018-09-20 Bruce ForstallFix arm64 Linux innerloop triggered jobs
2018-09-20 Bruce ForstallMerge pull request dotnet/coreclr#20064 from BruceForst...
2018-09-19 Bruce ForstallRemove extra space from verbose context strings
2018-09-19 Carol EidtMerge pull request dotnet/coreclr#20002 from mikedn...
2018-09-19 Carol EidtMerge pull request dotnet/coreclr#20038 from CarolEidt...
2018-09-19 Carol EidtMerge pull request dotnet/coreclr#19811 from pentp...
2018-09-19 Michelle McDanielMove smoketests to use Helix queue (dotnet/coreclr...
2018-09-19 Bruce ForstallMerge pull request dotnet/coreclr#19993 from dotnet...
2018-09-19 Jan KotasCleanup registry usage within CoreLib (dotnet/coreclr...
2018-09-19 Marek SafarTurns Math/MathF RoundLimit into a constant (dotnet...
2018-09-19 Bruce ForstallEnable arm64 Linux testing in CI
2018-09-19 Brian SullivanChanges to use VNNormalValue in assertionProp
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 (dotnet/corecl...
2018-09-19 Koundinya VeluriReplace assert in Precode::SetTargetInterlocked (dotnet...
2018-09-19 Koundinya VeluriAdd 2.2 sdk/runtime to JitBench (dotnet/coreclr#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 (dotnet/coreclr#20028)
2018-09-18 Carol EidtMerge pull request dotnet/coreclr#19996 from dotnetrt...
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 (dotnet...
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 (dotnet/coreclr#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 dotnet/coreclr#15657 from mikedn...
2018-09-17 Sergey AndreenkoFix spmi environment reset. (dotnet/coreclr#19943)
2018-09-17 Carol EidtMerge pull request dotnet/coreclr#19949 from fiigii...
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 (dotnet...
2018-09-15 Bruce ForstallMerge pull request dotnet/coreclr#19988 from BruceForst...
2018-09-15 Bruce ForstallDisable arm64 float_cs_ro.cmd
2018-09-15 Jarret ShookLayout native test components correctly on unix (dotnet...
2018-09-15 Vitek KarasFix build break in P1 tests (dotnet/coreclr#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 dotnet/coreclr#19125 from mikedn...
2018-09-14 Egor ChesakovExpand CrossGen Comparison script to able to run on...
2018-09-14 Brian SullivanMerge pull request dotnet/coreclr#19845 from briansull...
2018-09-14 Clinton Ingramdon't force float->double->int cast for x86 (dotnet...
2018-09-14 Vitek KarasMerge pull request dotnet/coreclr#19951 from vitek...
next