summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Use Microsoft.Build.Traversal instead of dir.traversal.targets for packaging ...Elinor Fung10-42/+33
2019-05-22Merge pull request #24734 from mikem8361/sosincs2Mike McLaughlin2-2/+12
2019-05-22Add EnumerateRefs API and remove GetObjectReferences (#24542)Mukul Sabharwal4-1957/+1905
2019-05-22ComponentActivator GetType must throwOnError (#24732)Steve MacLean1-2/+2
2019-05-22Add warning banner and sos threads -special fixMike McLaughlin2-2/+12
2019-05-22Fix x86 synchronized method (#24703)Carol Eidt2-3/+51
2019-05-22Allow CORINFO_BOX_THIS for primitives and enums (#24644)Michal Strehovský1-1/+10
2019-05-22put lttng probe check under FEATURE_EVENT_TRACE (#24729)Sung Yoon Whang1-2/+2
2019-05-22Relax the assertion for FieldDesc::GetBaseAndrew Au1-3/+2
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas17-303/+12
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 Toub6-15/+56
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas17-387/+46
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 Fung1-1/+1
2019-05-21Modified format logic so that braces are not allowed in custom format specifi...Mike Marynowski1-49/+21
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 Gooding3-70/+71
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-21Update CreateNativeDelegate calling convention (#24690)Steve MacLean1-0/+5
2019-05-21Switch NuGet package build to use Arcade instead of BuildTools (#24619)Elinor Fung11-79/+120
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-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas9-95/+32
2019-05-21Add header check for atomic_ops.hAdeel2-0/+4
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-20Add ComponentActivator (#23958)Steve MacLean2-0/+133
2019-05-20cpp config (#24540)Dan Moseley1-0/+104
2019-05-20Avoid boxing in TextWriter.Write(StringBuilder) (#24664)Andrew Arnott1-1/+1
2019-05-19updates (#24656)Marco Rossignoli1-1/+1
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
2019-05-17Fix createdump on alpine (#24623)Mike McLaughlin1-2/+4
2019-05-17Add IsVariableBoundArray to TypeDelegator (#24637)Santiago Fernandez Madero1-0/+1
2019-05-17Improve stack probing for Linux/arm64Bruce Forstall4-4/+51
2019-05-17Fixing the Dragon4 algorithm to correctly handle when the first significant d...Tanner Gooding1-6/+29
2019-05-17Fix localloc with large out arg space (#24388)Bruce Forstall7-82/+367