summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas2-8/+7
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton2-1/+5
2018-10-17make coreclr buildable on FreeBSD again (#20459)Tomas Weinfurt1-2/+2
2018-10-15Enable building with older SDKsBruce Forstall1-0/+5
2018-10-15Add ARM64 support to ilasm/ilasmBruce Forstall1-0/+8
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-3/+0
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek2-2/+0
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-0/+2
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown2-0/+2
2018-08-30Fix CoreCLR debug launch (#19730)Andrew Au1-16/+19
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-0/+1
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek2-2/+0
2018-08-20Fix dbgshim's > 1000 module bug (issue #19538) (#19553)Mike McLaughlin1-10/+60
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas2-14/+0
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson2-2/+0
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-1/+0
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang1-0/+1
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin5-188/+266
2018-06-26More Dead String (#18664)Henry Sharber1-104/+1
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber1-631/+9
2018-06-18Remove dead strings mscorrc.rcHenry Sharber2-364/+13
2018-06-11Reword invalid program exception message (#18409)Dan Moseley2-4/+2
2018-04-23Enable Invoke and GetValue for ref-returning members (#17732)Atsushi Kanamori2-0/+3
2018-04-19Rollback https://github.com/dotnet/coreclr/pull/17639 (#17671)Atsushi Kanamori2-3/+0
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori2-0/+3
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin3-3/+10
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-1/+1
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou2-0/+2
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-0/+1
2018-03-19Use better path (fixes #17004)Vance Morrison1-1/+1
2018-03-16This change make DacTableGen work for VS2017Vance Morrison1-1/+8
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins1-5/+0
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek2-2/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko11-11/+0
2018-02-13Fix ambiguous interface method error message (#16341)Michal Strehovský1-1/+1
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas1-36/+0
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe2-7/+12
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin1-0/+3
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas2-2/+4
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-20/+26
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-26/+20
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-20/+26
2017-11-09Merge branch 'master' into master-mergeMichal Strehovský1-1/+1
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski1-1/+1
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský4-137/+1
2017-10-27Delete dead code (#14703)Jan Kotas1-54/+0
2017-10-06Delete dead code (#14365)Jan Kotas2-82/+0
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin1-1/+1
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton2-2/+4
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng2-0/+2