platform/upstream/dotnet/runtime.git
2018-09-27 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, PgoData to preview1...
2018-09-27 Stephen ToubFix CancellationTokenRegistration.Dispose racing with...
2018-09-27 Egor ChesakovEnable Ubuntu arm Cross Release crossgen_comparison...
2018-09-27 Egor ChesakovMerge pull request dotnet/coreclr#19960 from echesakovM...
2018-09-27 Michelle McDanielReplace Crst* with CrstStatic for IBCLogger (dotnet...
2018-09-27 Viktor HoferMaestro dependency update without buildtools (dotnet...
2018-09-27 Egor ChesakovEnable Ubuntu arm crossgen_comparison Checked in each...
2018-09-27 Egor ChesakovCross-bitness in VTable Calls (dotnet/coreclr#20137)
2018-09-26 Sergey AndreenkoDo not treat a custom layout as overlapping when trying...
2018-09-26 Jacek BlaszczynskiRemove deleted HW intrinsic tests from exclusion lists...
2018-09-26 Bruce ForstallMerge pull request dotnet/coreclr#20098 from dotnetrt...
2018-09-26 Jeremy KoritzinskyMerge pull request dotnet/coreclr#20132 from jkoritzins...
2018-09-26 Bruce ForstallMerge pull request dotnet/coreclr#19939 from mikedn...
2018-09-26 Jeremy KoritzinskyRemove duplicated test
2018-09-26 Jeremy KoritzinskyAdd outdated test to CoreFX.issues.json
2018-09-26 Jeremy KoritzinskyPR Feedback and exclude regression test on 64-bit proce...
2018-09-26 Luqun LouUse platformdefines through lib instead of cpp (dotnet...
2018-09-26 Jan KotasDelete dead .NET Framework activation code (dotnet...
2018-09-25 Jeremy KoritzinskyAdd regression test.
2018-09-25 Jeremy KoritzinskySimpler implementation from PR feedback.
2018-09-25 Sung Yoon WhangPorting fix on Desktop for VirtualUnlock perf issue...
2018-09-25 Jeremy KoritzinskyFix possible overflow in SafeBuffer.Initialize.
2018-09-25 Egor ChesakovMerge pull request dotnet/coreclr#19979 from echesakovM...
2018-09-25 Jacek BlaszczynskiAdd header files to ildasm, ilasm vcxproj (dotnet/corec...
2018-09-25 Bruce ForstallMerge pull request dotnet/coreclr#20107 from dotnet...
2018-09-25 Sergey Andreenkoswitch to netcoreapp2.0 (dotnet/coreclr#20120)
2018-09-25 Jacek BlaszczynskiAdd headers to cordb{di, ee_dac, ee_wks}.vcxproj files...
2018-09-24 Jan VorlicekFix hijacking for ARM/ARM64/x86 on Unix (dotnet/coreclr...
2018-09-24 Davis GoodinDon't check for libintl.h on Darwin (OSX) (dotnet/corec...
2018-09-24 Sergey Andreenkoclean code that counts promoted implict byref argument...
2018-09-24 Jan KotasSimplify OSVERSIONINFOEX interop (dotnet/coreclr#20111)
2018-09-24 谭九鼎Remove unnecessary parenthesis (dotnet/corefxdotnet...
2018-09-22 Bruce ForstallImprove Linux arm32/arm64 corefx test runs.
2018-09-22 Bruce ForstallMove run-tests.sh from corefx
2018-09-22 Tanner GoodingPorting NumberToDouble to managed code. (dotnet/coreclr...
2018-09-22 Jacek BlaszczynskiFix failures in Windows/Linux CI Formatting jobs by...
2018-09-22 Egor ChesakovAddress PR feedback - Cleanup temp dirs after usage
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 Egor ChesakovRun and compare results of "crossgen /CreatePerfMap...
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)
next