summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas17-1069/+0
2019-05-23Delete unused file (#24745)Jan Kotas1-70/+0
2019-05-23Delete unused PredefinedTlsSlots (#24744)Jan Kotas1-3/+1
2019-05-23Fix restoring internal tools (#24750)Elinor Fung6-7/+16
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton40-338/+498
2019-05-23Fix CoreRT build breaks (#24743)Dotnet-GitSync-Bot1-1/+1
2019-05-23[master] Update dependencies from dotnet/corefx (#24604)dotnet-maestro[bot]3-10/+12
2019-05-23Fix the checkboxes in superpmi.md (#24496)Akihisa Yagi1-4/+4
2019-05-23Update dependencies from https://github.com/dotnet/core-setup build 20190522....dotnet-maestro[bot]2-3/+3
2019-05-23Fix missing version numbers in packaged files and getting IBC merge version i...Elinor Fung3-15/+13
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri27-162/+933
2019-05-23Add missing pin to two tests and re-enable for GC stress (#24738)Andy Ayers3-6/+6
2019-05-23Use auxiliary vector to obtain the executable path name (#24696)Leandro A. F. Pereira6-2/+37
2019-05-23Reenable all CoreFX tests (#24740)Jan Kotas1-424/+32
2019-05-23Prevent duplicate class addition when a profiler adds a type (#24737)David Mason3-29/+44
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason32-6854/+2089
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas38-146/+168
2019-05-22Use Microsoft.Build.Traversal instead of dir.traversal.targets for packaging ...Elinor Fung10-42/+33
2019-05-22Use -c when trying to find Python (#24722)Steve Dower1-1/+3
2019-05-22Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
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-22Change timeouts for outerloop job and move one test to longRunningGc. (#24731)Sergey Andreenko2-1/+4
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ý3-1/+32
2019-05-22Remove filter for Exception type during registry inquiry. (#24725)Aaron Robinson1-3/+4
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-22Merge pull request #24636 from echesakovMSFT/MoreOuterloopQueuesEgor Chesakov1-3/+5
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas18-305/+12
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