summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Was too aggressive with changes to PackageOutputPath property.Aaron Robinson2-5/+3
2019-05-13The PackagesDir property is used in places that expected a trailing slash.Aaron Robinson1-1/+1
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry12-11/+312
2019-05-13Fix build error for mscoree coreclr.exports (#24547)Gleb Balykov1-3/+7
2019-05-12Cleanup some build files (#24539)Aaron Robinson7-2095/+14
2019-05-12Fixed link to .NET Core SDK (#24544)Yoh Deadfall1-1/+1
2019-05-11Update UsingYourBuild.md (#24389)Dan Moseley1-2/+31
2019-05-10Fixing S.P.Corelib to not double include files and ensure that S.N.V is marke...Tanner Gooding6-42/+34
2019-05-10Fix EventCounter disable logic (#24519)Sung Yoon Whang1-0/+7
2019-05-10Disable a tail call test when using minopts (#24426)Koundinya Veluri1-0/+1
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky43-675/+704
2019-05-10Re-enable accidentally disabled tests. (#24531)Jeremy Koritzinsky1-3/+0
2019-05-10Reenable IJW tests. (#24530)Jeremy Koritzinsky1-15/+0
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