platform/upstream/dotnet/runtime.git
2018-06-08 Steve MacLeanFix threading gcStress fails
2018-06-07 Steve MacLeanWaitany test debug and cleanup
2018-06-07 Tarek Mahmoud... Force short date pattern to use yyyy on Linux (dotnet...
2018-06-07 Stephen ToubRemove dead case from string.Compare (dotnet/coreclr...
2018-06-07 Marek SafarGuard Windows code under PLATFORM_WINDOWS (dotnet/corec...
2018-06-07 Alfred MyersFixed a couple of comments about ArgumentException...
2018-06-07 Stephen ToubRemove a dead branch from __DTString (dotnet/coreclr...
2018-06-07 Stephen ToubDelete FormatterConverter from CoreLib (dotnet/coreclr...
2018-06-07 Egor ChesakovCross-bitness support in JitInterface (dotnet/coreclr...
2018-06-07 mikednFix ARM cast codegen (dotnet/coreclr#18063)
2018-06-07 Tanner GoodingAdding containment support for more x86 hardware intrin...
2018-06-06 AmyR2RDump - Unwind Info (dotnet/coreclr#18248)
2018-06-06 Jan VorlicekFix issue in Compiler::impImportStaticFieldAccess ...
2018-06-06 Andy AyersJIT: implement assembly name dissassembly filtering...
2018-06-06 Maryam AriyanMoves FastResourceComparer and TaskAwaiter to shared...
2018-06-06 Koundinya VeluriIncrease timeout and log the result for some WaitAny...
2018-06-06 Noah FalkAdd instructions for making idl file changes (dotnet...
2018-06-06 Brian SullivanMerge pull request dotnet/coreclr#18313 from dotnet...
2018-06-06 Carol EidtMerge pull request dotnet/coreclr#18303 from mikedn...
2018-06-05 Brian SullivanFix a warning as error issue that causes a build break...
2018-06-05 Egor ChesakovUse sysconf(_SC_NPROCESSORS_CONF) instead of sysconf...
2018-06-05 Mike DanesUse the actual type of LOCKADD's data operand
2018-06-05 Andy AyersUpdate SDK used to build jitutils to 2.1 RC (dotnet...
2018-06-05 Luqun LouUse WChar instead of char (dotnet/coreclr#18294)
2018-06-04 Andy AyersJIT: tolerate byref/nint return type mismatches during...
2018-06-04 Tanner GoodingAdding function headers to the 'emitIns_SIMD_*' methods...
2018-06-04 Tanner GoodingUpdating the x86 HWIntrinsics to support containment...
2018-06-04 Tanner GoodingFixing up ContainCheckHWIntrinsic to use intrinsicId...
2018-06-04 Tanner GoodingFixing the name of the paramters in the emitIns_SIMD_...
2018-06-04 Carol EidtMerge pull request dotnet/coreclr#18267 from mikedn...
2018-06-04 Jan KotasMake Encoding.Unicode.GetString faster on 64-bit platfo...
2018-06-04 AmyR2RDump - Dump AvailableTypes section contents (dotnet...
2018-06-04 Mike DanesCleanup LOCKADD handling
2018-06-04 Alfred MyersFixed a couple of comments on TimeSpan.SecondsPerTick...
2018-06-04 Benjamin HodgsonOptimise HtmlEncode to produce less garbage
2018-06-04 Brian RobbinsFlow EventSources to EventPipe on Windows (dotnet/corec...
2018-06-04 Egor ChesakovWork in VM towards cross-bitness crossgen (dotnet/corec...
2018-06-04 Andrey KurdyumovFix error during compilation with /permissive- (dotnet...
2018-06-04 Michelle McDanielBe more aggressive with Partial NGen (dotnet/coreclr...
2018-06-04 Carol EidtMerge pull request dotnet/coreclr#18264 from luqunl...
2018-06-04 Russ KeldorphFix build break (dotnet/coreclr#18278) (dotnet/coreclr...
2018-06-04 Jan KotasDelete unused file (dotnet/coreclr#18271)
2018-06-03 John DoeTypo (dotnet/coreclr#18266)
2018-06-03 Robin SueWarnings cleanup (dotnet/coreclr#18260)
2018-06-03 luqunlSet GTF_RELOP_QMARK in gtNewQmarkNode
2018-06-03 John DoeTypo (dotnet/coreclr#18261)
2018-06-03 CalvinTry to fix issues with Unicode on big endian OSes ...
2018-06-02 Robin SueCleanup and remove unused parameters from genCreateAddr...
2018-06-02 Sergey AndreenkoEnable tailcall_v4\smallFrame\smallFrame (dotnet/corecl...
2018-06-02 Marco RossignoliMerge BCryptGenRandom.cs (dotnet/coreclr#18233)
2018-06-02 Tanner GoodingFixing some flags that were queried incorrectly.
2018-06-02 Tanner GoodingApplying the formatting patch.
2018-06-02 Tanner GoodingUpdating the x86 HWIntrinsics to query flags via explic...
2018-06-02 Tanner GoodingMoving more methods to be static methods on HWIntrinsicInfo
2018-06-02 Tanner GoodingMoving the simdSizeOfHWIntrinsic and numArgsOfHWIntrins...
2018-06-02 Tanner GoodingMoving various x86 HWIntrinsicInfo lookup methods to...
2018-06-02 Tanner GoodingMoving the x86 lookupHWIntrinsic and lookupHWIntrinsicI...
2018-06-02 Tanner GoodingMoving the getHWIntrinsicInfo and getHWIntrinsicName...
2018-06-02 Tanner GoodingMoving the xarch HWIntrtinsicInfo type into its own...
2018-06-02 Andrew AuJIT: Eliminate RegTracker (dotnet/coreclr#18179) (dotne...
2018-06-02 Mikhail ShilkovImplement corefx/dotnet/coreclr#16619 Add FormattableSt...
2018-06-02 Jan VorlicekEnable Alpine cross build for arm and arm64 (dotnet...
2018-06-02 Andy AyersJIT: fix issue with zero-length stackalloc (dotnet...
2018-06-02 Tanner GoodingAdding more NoContainment flags to the x86 hwintrinsic...
2018-06-02 Tanner GoodingUpdating the x86 hwintrinsic code to better check for...
2018-06-02 Steve MacLeanReduce race risk in MutexWaitOne2::PosTest4() (dotnet...
2018-06-01 Carol EidtMerge pull request dotnet/coreclr#18059 from helloguo...
2018-06-01 Sergey Andreenko[arm64] Disable `a % b = a & (b - 1);` optimization...
2018-06-01 Tanner GoodingUpdating the HWIntrinsic codegen to ensure ival always...
2018-06-01 Jan KotasFix CoreRT build breaks in Stream moved to shared
2018-06-01 AmyAdded disassembler CoreDisTools to dump runtime functio...
2018-06-01 helloguorebase
2018-06-01 helloguofix SSE2 intrinsic MoveScalar for type long and ulong
2018-06-01 Aaron RobinsonNative lib relative path (dotnet/coreclr#18239)
2018-06-01 Sergey AndreenkoFix GitHub_16041 test. (dotnet/coreclr#18210)
2018-06-01 Egor ChesakovMark JIT/Regression/JitBlue/GitHub_18056 as JitOptimiza...
2018-06-01 AmyR2RDump - Commandline interface (dotnet/coreclr#18136)
2018-06-01 Vance MorrisonMerge pull request dotnet/coreclr#18216 from vancem...
2018-06-01 Marek SafarMoves Stream to shared location (dotnet/coreclr#18142)
2018-06-01 Pent PloompuuFix SpanHelpers.ClearWithoutReferences alignment detect...
2018-06-01 Vance MorrisonReview feedback
2018-06-01 Bruce ForstallMerge pull request dotnet/coreclr#18220 from sdmaclea...
2018-06-01 Chris SienkiewiczArm stepping fixes (dotnet/coreclr#18129)
2018-05-31 Stephen ToubAdd additional features to SOS DumpAsync command (dotne...
2018-05-31 Vance MorrisonReview feedback
2018-05-31 Stephen ToubFix number formatting exception with empty NumberGroupS...
2018-05-31 Steve MacLean[Arm64] Implement genZeroInitFltRegs for float (dotnet...
2018-05-31 Vance MorrisonReview feedback
2018-05-31 Vance MorrisonReview feedback
2018-05-31 Vance MorrisonFixed misspelling
2018-05-31 Vance MorrisonReview feedback (avoid passing out unpinned managed...
2018-05-31 Andy AyersAdd test case for optimized box vector assert (dotnet...
2018-05-31 Bruce ForstallMerge pull request dotnet/coreclr#18191 from BruceForst...
2018-05-31 Tarek Mahmoud... Support new Japanese calendar eras (dotnet/coreclr...
2018-05-31 Steve MacLeanFix HasPendingGCStressInstructionUpdate CONSISTENCY_CHECK
2018-05-31 Maryam AriyanMoving MissingFieldException (fully) and MissingMethodE...
2018-05-31 Luqun LouExpose Exception.set_HResult as Public (dotnet/coreclr...
2018-05-30 Vance MorrisonFix Managed Thread Name Setting
2018-05-30 Bruce ForstallMerge pull request dotnet/coreclr#18173 from sdmaclea...
2018-05-30 Bruce ForstallRemove unused defines
next