summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Properly set the nuget cache for the repo (#24505)Aaron Robinson16-24/+32
2019-05-10Remove obsolete commentsAndrew Au1-5/+0
2019-05-10Tweak a few nullable annotations (#24494)Stephen Toub4-19/+15
2019-05-09Update dependencies from https://github.com/dotnet/corefx build 20190509.1 (#...dotnet-maestro[bot]2-6/+6
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-09[master] Update dependencies from dnceng/internal/dotnet-optimization (#24473)dotnet-maestro[bot]2-6/+6
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 Rozenfeld4-5/+117
2019-05-09Fix memory leak in PAL_GenerateCoreDump (#24503)Mike McLaughlin1-11/+24
2019-05-09More cleanup of the HWIntrinsic test templates (#24455)Tanner Gooding593-18357/+69912
2019-05-09Mark local struct as having overlapping fields after struct reinterpretationEugene Rozenfeld4-5/+117
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ý5-76/+308
2019-05-09[master] Update dependencies from dotnet/corefx (#24314)dotnet-maestro[bot]7-11/+16
2019-05-09Fix ComActivator typo. (#24485)Jeremy Koritzinsky2-7/+7
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-08Merge pull request #24479 from dotnet/UpdateHelixSDKDivino César2-3/+3
2019-05-08Fix scenarios where SPCL is not crossgen'd and the output is not in the bin d...Aaron Robinson1-8/+14
2019-05-08Add support in SPCL to call into user supplied register and unregiste… (#24...Aaron Robinson5-19/+430
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 Hanna3-13/+105
2019-05-08Remove more MDA support code (#24457)Steve MacLean62-8230/+21
2019-05-08Fix Issue 24440Brian Sullivan1-1/+6
2019-05-08Update Version.Details.xmlDivino César1-2/+2
2019-05-08Update global.jsonDivino César1-1/+1
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-08Merge pull request #24447 from sandreenko/addGCStressExtraJobsSergey Andreenko2-2/+18
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 McLaughlin9-95/+319
2019-05-07Merge pull request #24463 from sandreenko/ExcludeMethodImplSergey Andreenko1-0/+2
2019-05-07Exclude MethodImplOptionsTests.Sergey Andreenko1-0/+2
2019-05-07Merge pull request #24444 from BruceForstall/FixGenerateLayoutArgPassingBruce Forstall1-1/+1
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-07Fix typo.Sergey Andreenko1-1/+1
2019-05-07Fix build.cmd passing of args to runtest.cmdBruce Forstall1-1/+1
2019-05-07Add GCStress extra jobs.Sergey Andreenko2-2/+18