summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Test case for #24657 (#24721)Carol Eidt2-0/+71
2019-05-22Fix Path.Join argument nullable annotation (#24719)Stephen Toub1-5/+4
2019-05-22Cache current thread ID in TLS (#24699)Leandro A. F. Pereira1-5/+12
2019-05-22Fixed ARM single stepper: added "ADD Rn, PC" command emulation (#24271)Kirill Frolov2-1/+108
2019-05-22Commit 29810a78e5b93d8da9fb921d096226d249fc75a5 added unconditional dependenc...Marek Safar1-1/+1
2019-05-22Delete dead strongname-related code (#24709)Jan Kotas7-415/+6
2019-05-22GC Moved Objects Profiler API fix (#24541)Mukul Sabharwal1-2/+2
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal5-16/+69
2019-05-21Add runtime counter for current assemblies loaded (#24698)Sung Yoon Whang6-0/+25
2019-05-21Fix loading libcoreclrtraceptprovider.so (#24702)Mike McLaughlin1-0/+2
2019-05-21Fix profiler crash on shutdown (#22712)Noah Falk8-104/+112
2019-05-21Implement AppDomain.Monitoring*MemorySize (#24610)Stephen Toub7-15/+61
2019-05-21[master] Update dependencies from dotnet/core-setup (#24647)dotnet-maestro[bot]2-3/+3
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas17-387/+46
2019-05-21Update build docker images to enable NUMA support (#24593)Jan Vorlicek3-8/+8
2019-05-21Fix GCToOSInterface::SetCurrentThreadIdealAffinity on Unix (#24706)Jan Vorlicek2-2/+5
2019-05-21Add Microsoft.DotNet.Build.Tasks.Packaging to Version.Details.xml (#24700)Elinor Fung4-3/+7
2019-05-21Modified format logic so that braces are not allowed in custom format specifi...Mike Marynowski2-49/+22
2019-05-21Set ContinuousIntegrationBuild=true for product build in build-job.yml (#24693)Elinor Fung1-2/+2
2019-05-21Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-05-21Add null check in VoidFreeNativeLibrary (#24685)Jan Kotas1-14/+4
2019-05-21Fix loading libcoreclrtraceptprovider.soMike McLaughlin1-0/+2
2019-05-21Fixing EnableSSE3_4=0 and EnableHWIntrinsic=0 to control the right things (#2...Tanner Gooding4-72/+73
2019-05-21Reduce overhead of SemaphoreSlim.WaitAsync (#24687)Stephen Toub1-11/+23
2019-05-21Add CreateNativeDelegate flags check (#24695)Steve MacLean1-0/+5
2019-05-21Delete infrastructure files that are no longer used (#24684)Jan Kotas12-7519/+0
2019-05-21Update CreateNativeDelegate calling convention (#24690)Steve MacLean1-0/+5
2019-05-21Switch NuGet package build to use Arcade instead of BuildTools (#24619)Elinor Fung27-277/+300
2019-05-21Merge pull request #24675 from sandreenko/excludeSuperPmiCollectSergey Andreenko1-0/+2
2019-05-21Add CreateNativeDelegate flags argument (#24671)Steve MacLean1-1/+3
2019-05-21Enhance the Missing Resources Exception Message (#24645)Tarek Mahmoud Sayed2-11/+34
2019-05-21Update name of CoreFX test exclusion fileJan Kotas1-1/+1
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas9-95/+32
2019-05-21Merge pull request #24674 from am11/libunwind-atomicJan Vorlicek2-0/+4
2019-05-21Adding a jitstressregs_x86_noavx outerloop job group (#24650)Tanner Gooding3-2/+32
2019-05-20Exclude superpmicollect with JitStress on arm.Sergey Andreenko1-0/+2
2019-05-21Add header check for atomic_ops.hAdeel2-0/+4
2019-05-20Disable Interop/WinRT/NETClients/Primitives test on Nano Server. (#24665)Jeremy Koritzinsky2-2/+2
2019-05-20Cuckoo metadata (#24498)David Wrighton42-148/+1031
2019-05-20Comment the include files that have SOS dependencies (#24655)Mike McLaughlin6-1/+32
2019-05-20Merge pull request #24611 from janvorli/add-field-signature-testJan Vorlicek2-0/+66
2019-05-20Add ComponentActivator (#23958)Steve MacLean2-0/+133
2019-05-20Disable FEATURE_INTERPRETER for crossgen (#24662)Jan Kotas1-0/+1
2019-05-20cpp config (#24540)Dan Moseley2-1/+106
2019-05-20Avoid boxing in TextWriter.Write(StringBuilder) (#24664)Andrew Arnott1-1/+1
2019-05-19updates (#24656)Marco Rossignoli1-1/+1
2019-05-18Adding the isa outerloop jobs (#24630)Tanner Gooding3-13/+78
2019-05-17Merge pull request #24325 from BruceForstall/Fix23821LinuxArm64ProbeBruce Forstall4-4/+51
2019-05-17Allow the write when the buffer can fit the event exactlyAndrew Au2-2/+2
2019-05-17Ensure we don't underestimate the code size for 4 byte SSE instruction. (#24555)Tanner Gooding4-296/+307