platform/upstream/coreclr.git
2018-10-31 Michał JaniszewskiRemove superfluous 'const' qualifier from trivial retur...
2018-10-31 Jarret ShookRe-Enable Windows tests with JitOptSensitive flag ...
2018-10-31 Sergey AndreenkoFix DevDiv issue with JitStressRegs=0x3 on arm32. ...
2018-10-31 Jan VorlicekFix Windows x86 EH for exception from UMThunkPrestub...
2018-10-31 Egor ChesakovWork around XUnit FileLoadException issues (#20644)
2018-10-31 Carol EidtMerge pull request #20638 from fiigii/movetest
2018-10-31 Bruce ForstallMerge pull request #20710 from BruceForstall/DisableNon...
2018-10-31 Bruce ForstallDisable non-PR triggers in dev/unix_test_workflow branch
2018-10-31 Jan KotasDelete redundant framework API tests (#20693)
2018-10-31 David WrightonAdd support for large number of argumets in CCW call...
2018-10-30 Matt GalbraithMerge pull request #20703 from MattGal/bsd-pipebuild...
2018-10-30 Sergey AndreenkoFix printing in `CodeGen::siEndScope`. (#20698)
2018-10-30 lastsanninFixed small typo in a comment (#20695)
2018-10-30 Tomas Weinfurtfix detection for LLDB.h and make sos mandatory on...
2018-10-30 Matt GalbraithRemove DotNetBootstrapCliTarPath from variables as...
2018-10-30 Matt GalbraithMerge pull request #20699 from MattGal/bsd-pipebuild...
2018-10-30 Matt Galbraithadd -portablebuild=false to build.sh (affects naming)
2018-10-30 Sergey AndreenkoFix `JitStressRegs=0x1` issue with `RefTypeUpperVectorS...
2018-10-30 Matt GalbraithFixing build.sh args
2018-10-30 Matt GalbraithAdd freebsd flavor to CoreCLR pipebuild
2018-10-30 Andy AyersJIT: Fix call flag propagation for GenTreeArrElem ...
2018-10-30 Brian SullivanMerge pull request #20641 from briansull/vso_707552
2018-10-30 Michelle McDanielAdd the execution policy when running powershell in...
2018-10-30 Egor ChesakovDisable failing on Windows/ARM Interop/COM tests (...
2018-10-30 Shreyas JejurkarCorrected Typos and grammar (#20658)
2018-10-30 dotnet-maestro-botRemove unnecessary Pack directive to fix build break...
2018-10-30 Bruce ForstallMerge pull request #20679 from BruceForstall/DumpTempReason
2018-10-30 Bruce ForstallDump the "reason" for a compiler temp
2018-10-29 Andy AyersJIT: streamline temp usage for returns (#20640)
2018-10-29 Brian SullivanFix VSO 707552
2018-10-29 Sung Yoon WhangRemove outdated GC perf test framework (#20673)
2018-10-29 Tanner GoodingSome cleanup of the System.Number class (#20619)
2018-10-29 Jesús CorriusFix typo in linux-performance-tracing (#20667)
2018-10-29 Andrew AuUnhelpful error when Activator.CreateInstance can't...
2018-10-29 dotnet-maestro-botUpdate CoreClr, CoreSetup, IbcData, PgoData to preview1...
2018-10-28 dotnet-maestro-botUpdate CoreClr, CoreSetup, IbcData, PgoData to preview1...
2018-10-27 Jan KotasDelete redundant CoreMangLib decimal tests (#20649)
2018-10-27 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreSetup, IbcData, PgoData...
2018-10-27 Stephen ToubAdd IAsyncDisposable implementation to Timer (#20646)
2018-10-27 Stephen ToubImplement IAsyncDisposable on CancellationTokenRegistra...
2018-10-27 Steve MacLeanRemove dead RESOURCE_SATELLITE_CONFIG (#20639)
2018-10-26 Aaron RobinsonMerge pull request #20621 from AaronRobinsonMSFT/block_...
2018-10-26 Ben AdamsAllow ArrayPool.Shared devirtualization (redux) (#20637)
2018-10-26 Fei PengMove SSE/SSE2/AVX Load* intrinsic tests to the template...
2018-10-26 Pent PloompuuNew Decimal.Remainder implementation (#20305)
2018-10-26 David WrightonImplement interface dispatch to COM for ARM64 (#20618)
2018-10-26 Andy AyersJIT: refactor how we do late devirtualization (#20553)
2018-10-26 Tomas Weinfurtfixes to build properly on FreeBSD (#20588)
2018-10-26 Austin WiseAdd missing include guard in header file. (#20635)
2018-10-26 Austin WiseRemove some dead code related to cross-appdomain except...
2018-10-26 Stephen ToubMerge pull request #20628 from stephentoub/asyncinterfaces
2018-10-26 RafaelWorking towards clean-up comments /**/ in cs (#20609)
2018-10-26 Egor BogatovOptimize FormattingHelpers.CountHexDigits using Lzcnt...
2018-10-26 Stephen ToubAdd ConfigureAwait extension method for IAsyncEnumerable
2018-10-26 Stephen ToubAdd ManualResetValueTaskSourceCore
2018-10-26 Stephen ToubAdd AsyncIteratorMethodBuilder
2018-10-26 Stephen ToubAdd IAsyncEnumerable and IAsyncEnumerator
2018-10-26 Stephen ToubAdd IAsyncDisposable
2018-10-26 Carol EidtMerge pull request #20579 from fiigii/broadcast
2018-10-26 Bruce ForstallMerge pull request #20611 from BruceForstall/DisableB152292
2018-10-26 Aaron RobinsonAdd a runtime check for Windows.Nano to all COM related...
2018-10-25 Bruce ForstallMerge pull request #20527 from BruceForstall/FixPspSymMove
2018-10-25 Bruce ForstallStop attempting to move PSPSym during localloc for...
2018-10-25 Aaron RobinsonMerge pull request #20617 from AaronRobinsonMSFT/window...
2018-10-25 Bruce ForstallDisable b152292 for arm32 also
2018-10-25 Stephen ToubAdd DumpDelegate sos command (#20591)
2018-10-25 Aaron RobinsonAdd support for tests to detect Windows Nano at runtime.
2018-10-25 Brian RobbinsRemove debug-only file writers. (#20612)
2018-10-25 Fei PengAdd test cases for AVX2.BroadcastScalarToVector128...
2018-10-25 Fei PengImplement AVX2.BroadcastScalarToVector128/256
2018-10-25 Aaron RobinsonMerge pull request #20614 from AaronRobinsonMSFT/corecl...
2018-10-25 Aaron RobinsonDisable IDispatch test on Windows.Nano
2018-10-25 Steve MacLeanDisable ExecuteInDefaultAppDomain test on *nix
2018-10-25 Steve MacLeanExecInDefAppDom add InjectCode test
2018-10-25 Steve MacLeanAdd test for ICLRRuntimeHost::ExecuteInDefaultAppDomain
2018-10-25 Steve MacLeanAdd IID_ICLRRuntimeHost QueryInterface support
2018-10-25 Steve MacLeanRestore ExecuteInDefaultAppDomain implementation
2018-10-25 Brian RobbinsAdd EventPipe Config File Option MultiFileSec (#20548)
2018-10-25 Petr OnderkaAvoid comparing capacity in StringBuilder.Equals (...
2018-10-25 Jeremy KoritzinskyFallback to old behavior when marshaling a non-blittabl...
2018-10-25 Andy AyersJIT: ensure float folding is done using float precision...
2018-10-25 Thomas SchreinerFix comment Style (#20604)
2018-10-25 Stephen ToubUse IThreadPoolWorkItem in ConcurrentExclusiveScheduler...
2018-10-25 Andy AyersJIT: emit debug info for locals for minopts/tier0 ...
2018-10-25 Ben AdamsAvoid implicit long casts in uint compares (#20511)
2018-10-25 Tarek Mahmoud... Avoid having DateTime.TryParse throwing (#20587)
2018-10-25 John SalemAdd IsCollectible property to Assembly and necessary...
2018-10-25 Tarek Mahmoud... Get the real update for Unicode 11 data (#20589)
2018-10-25 Andy AyersExclude IDispatch test for Windows Arm64 (#20584)
2018-10-24 Jeremy KoritzinskyRemove support for nonexistent UnmanagedFunctionPointer...
2018-10-24 Michelle McDanielRun IBCMerge step for Linux on Windows (#20496)
2018-10-24 Tarek Mahmoud... Update Unicode data to version 11 (#20529)
2018-10-24 Michelle McDanielMove ILLink and SizeOnDisk testing to Helix Queue ...
2018-10-24 Fei PengExpose EnableISA knobs in release build (#20501)
2018-10-24 Aaron RobinsonMerge pull request #20497 from AaronRobinsonMSFT/additi...
2018-10-24 Jan KotasDelete duplicate CoreFX tests (#20532)
2018-10-24 Sergey AndreenkoInitialize `StructReturnType` for `gtNewRefCOMfield...
2018-10-24 Andy AyersJIT: recover types from helper calls and more (#20447)
2018-10-23 Egor ChesakovUse the same version of Xunit as in corefx (2.4.1 prere...
2018-10-23 Bruce ForstallMerge pull request #20537 from BruceForstall/RemoveLocA...
next