summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding5-41/+33
2019-05-10Fix EventCounter disable logic (#24519)Sung Yoon Whang1-0/+7
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky40-601/+702
2019-05-10Remove obsolete commentsAndrew Au1-5/+0
2019-05-10Tweak a few nullable annotations (#24494)Stephen Toub4-19/+15
2019-05-09Fix netstandard build for nullable annotationsStephen Toub1-0/+1
2019-05-09Fix netfx build with nullable annotationsStephen Toub3-0/+3
2019-05-09Dead string (#24516)Dan Moseley1-3/+0
2019-05-09Fix an overflow issue with eventpipe buffer size (#24512)Sung Yoon Whang1-1/+1
2019-05-09[X86/Linux] Fix error: no member named 'GetId' in 'AppDomain' when enabled In...Leslie Zhai1-3/+3
2019-05-09Merge pull request #24482 from erozenfeld/Fix24159Eugene Rozenfeld1-1/+39
2019-05-09Fix memory leak in PAL_GenerateCoreDump (#24503)Mike McLaughlin1-11/+24
2019-05-09Mark local struct as having overlapping fields after struct reinterpretationEugene Rozenfeld1-1/+39
2019-05-09Add a new version of ContentionEnd event (#22487)Gregory LEOCADIE3-4/+53
2019-05-09Merge pull request #24456 from briansull/ibc-workBrian Sullivan26-256/+262
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1446-1461/+8
2019-05-09Delete suspicious code in delegate construction (#24493)Michal Strehovský1-76/+2
2019-05-09Fix ComActivator typo. (#24485)Jeremy Koritzinsky1-3/+3
2019-05-08Return the required padding size instead of the current position to avoid int...Andrew Au3-17/+9
2019-05-08Remove premature throw (#24450)Steve MacLean2-24/+26
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri7-110/+126
2019-05-08Add support in SPCL to call into user supplied register and unregiste… (#24...Aaron Robinson2-19/+198
2019-05-08Merge pull request #24462 from briansull/fix-24440Brian Sullivan1-1/+6
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko2-7/+13
2019-05-08Send UTF16 dump file name (#24475)Mike McLaughlin1-5/+13
2019-05-08Specify version.dll and add notification hook for delay load (#24449)Elinor Fung3-0/+31
2019-05-08Fix 23317. (#24383)Fadi Hanna1-13/+22
2019-05-08Remove more MDA support code (#24457)Steve MacLean62-8230/+21
2019-05-08Fix Issue 24440Brian Sullivan1-1/+6
2019-05-08Two additional minor changesBrian Sullivan2-3/+3
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan16-65/+65
2019-05-08Add a check to prevent mixed-mode assemblies from being compiled into R2R (#2...Fadi Hanna1-0/+6
2019-05-08Handle the case when the SamplingProfiler thread is terminated prematurelyAndrew Au1-8/+15
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin8-95/+317
2019-05-07Make Idn.GetAscii compatible with Windows (#24443)Tarek Mahmoud Sayed1-0/+3
2019-05-07Save OBJECTREF_TO_UNCHECKED_OBJECTREF and use auto.Sergey Andreenko1-6/+9
2019-05-07Fixing up time.cpp in the PAL (#24428)Tanner Gooding2-95/+92
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan26-247/+253
2019-05-07Merge pull request #23587 from BrianBohe/brbohe/moving_variableLiveRangeSergey Andreenko11-974/+980
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal7-9/+106
2019-05-06making DiagnosticCounter internal (#24427)Anirudh Agnihotry1-1/+1
2019-05-06Leaving Scope Info as variable location tracking default system againBrian Bohe1-2/+2
2019-05-06Replace E_FAIL with E_NOTIMPL for an unsupported R2R encoding (Future work) (...Fadi Hanna1-1/+3
2019-05-06Launch DiagnosticServer after EEStartupAndrew Au1-1/+5
2019-05-06Improve R2RDump resiliency towards invalid tokens (#24379)Tomáš Rylek2-23/+54
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky3-0/+7
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson14-213/+166
2019-05-06Fixes AV when accessing LoaderModule for some objects (#24406)Mukul Sabharwal1-2/+5
2019-05-06Nullable: System.Collections.Generic remainder (#24340)Krzysztof Wicher23-87/+104
2019-05-05Move AsyncMethodBuilder.SetStateMachine to non-generic (#24403)Ben Adams1-16/+19