summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Update CoreClr, CoreSetup, IbcData, PgoData to preview1-27028-03, preview1-27...dotnet-maestro-bot2-9/+9
2018-10-27Delete redundant CoreMangLib decimal tests (#20649)Jan Kotas4-56/+0
2018-10-27Update BuildTools, CoreClr, CoreSetup, IbcData, PgoData to preview1-03326-01,...dotnet-maestro-bot3-12/+12
2018-10-26Add IAsyncDisposable implementation to Timer (#20646)Stephen Toub2-8/+88
2018-10-26Implement IAsyncDisposable on CancellationTokenRegistration (#20645)Stephen Toub2-2/+65
2018-10-26Remove dead RESOURCE_SATELLITE_CONFIG (#20639)Steve MacLean3-63/+1
2018-10-26Merge pull request #20621 from AaronRobinsonMSFT/block_tests_WindowsNanoAaron Robinson6-10/+28
2018-10-26Allow ArrayPool.Shared devirtualization (redux) (#20637)Ben Adams1-1/+5
2018-10-26New Decimal.Remainder implementation (#20305)Pent Ploompuu2-32/+184
2018-10-26Implement interface dispatch to COM for ARM64 (#20618)David Wrighton3-11/+86
2018-10-26JIT: refactor how we do late devirtualization (#20553)Andy Ayers4-82/+137
2018-10-26fixes to build properly on FreeBSD (#20588)Tomas Weinfurt2-2/+7
2018-10-26Add missing include guard in header file. (#20635)Austin Wise1-0/+2
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise9-120/+2
2018-10-26Merge pull request #20628 from stephentoub/asyncinterfacesStephen Toub10-0/+566
2018-10-26Working towards clean-up comments /**/ in cs (#20609)Rafael2-48/+55
2018-10-25Optimize FormattingHelpers.CountHexDigits using Lzcnt.LeadingZeroCount (#19006)Egor Bogatov2-2/+12
2018-10-25Add ConfigureAwait extension method for IAsyncEnumerableStephen Toub3-0/+60
2018-10-25Add ManualResetValueTaskSourceCoreStephen Toub4-0/+370
2018-10-25Add AsyncIteratorMethodBuilderStephen Toub2-0/+76
2018-10-25Add IAsyncEnumerable and IAsyncEnumeratorStephen Toub3-0/+41
2018-10-25Add IAsyncDisposableStephen Toub2-0/+19
2018-10-26Merge pull request #20579 from fiigii/broadcastCarol Eidt66-767/+7732
2018-10-25Merge pull request #20611 from BruceForstall/DisableB152292Bruce Forstall1-0/+3
2018-10-25Add a runtime check for Windows.Nano to all COM related tests.Aaron Robinson6-10/+28
2018-10-25Merge pull request #20527 from BruceForstall/FixPspSymMoveBruce Forstall8-141/+246
2018-10-25Stop attempting to move PSPSym during localloc for arm32/arm64Bruce Forstall8-141/+246
2018-10-25Merge pull request #20617 from AaronRobinsonMSFT/windows_nano_detectionAaron Robinson1-10/+163
2018-10-25Disable b152292 for arm32 alsoBruce Forstall1-0/+3
2018-10-25Add DumpDelegate sos command (#20591)Stephen Toub9-47/+259
2018-10-25Add support for tests to detect Windows Nano at runtime.Aaron Robinson1-10/+163
2018-10-25Remove debug-only file writers. (#20612)Brian Robbins4-130/+4
2018-10-25Add test cases for AVX2.BroadcastScalarToVector128/256 and move Avx.Broadcast...Fei Peng61-715/+7658
2018-10-25Implement AVX2.BroadcastScalarToVector128/256Fei Peng5-52/+74
2018-10-25Merge pull request #20614 from AaronRobinsonMSFT/coreclr/20601Aaron Robinson1-6/+3
2018-10-25Disable IDispatch test on Windows.NanoAaron Robinson1-6/+3
2018-10-25Disable ExecuteInDefaultAppDomain test on *nixSteve MacLean3-0/+26
2018-10-25ExecInDefAppDom add InjectCode testSteve MacLean4-0/+50
2018-10-25Add test for ICLRRuntimeHost::ExecuteInDefaultAppDomainSteve MacLean5-0/+199
2018-10-25Add IID_ICLRRuntimeHost QueryInterface supportSteve MacLean1-0/+6
2018-10-25Restore ExecuteInDefaultAppDomain implementationSteve MacLean1-3/+79
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins9-16/+275
2018-10-25Avoid comparing capacity in StringBuilder.Equals (#20567)Petr Onderka2-1/+15
2018-10-25Fallback to old behavior when marshaling a non-blittable fixed buffer (#20575)Jeremy Koritzinsky2-8/+35
2018-10-25JIT: ensure float folding is done using float precision (#20578)Andy Ayers1-5/+5
2018-10-25Fix comment Style (#20604)Thomas Schreiner8-260/+150
2018-10-25Use IThreadPoolWorkItem in ConcurrentExclusiveSchedulerPair (#20513)Stephen Toub1-21/+64
2018-10-25JIT: emit debug info for locals for minopts/tier0 (#20466)Andy Ayers2-56/+82
2018-10-24Avoid implicit long casts in uint compares (#20511)Ben Adams4-10/+10
2018-10-24Avoid having DateTime.TryParse throwing (#20587)Tarek Mahmoud Sayed2-39/+69