summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson37-214/+671
2018-12-11JIT: capture failing inline observation in more cases (#21471)Andy Ayers1-11/+16
2018-12-11Moving the remaining Vector128/256 helper intrinsics to be implemented using ...Tanner Gooding3-321/+876
2018-12-11Update CoreClr to preview-27211-02 (#21488)dotnet-maestro-bot2-3/+3
2018-12-11Update CoreClr to preview-27211-01 (#21481)dotnet-maestro-bot2-3/+3
2018-12-11Delete unnecessary struct initialization (#21482)Jan Kotas1-1/+2
2018-12-10make GC/GCHandle tracing pay-for-play (#21479)Sung Yoon Whang1-3/+6
2018-12-10Fix for SetGCHandle event not getting emitted when running under Standalone G...Sung Yoon Whang1-2/+1
2018-12-10Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)Julius R Friedman17-190/+27
2018-12-10Adding support for the 2-byte VEX encoding to the emitter (#21453)Tanner Gooding1-16/+47
2018-12-10Merge pull request #21386 from briansull/issue_19925Brian Sullivan3-41/+210
2018-12-10Specify HelixTargetQueues in yaml (#21443)Egor Chesakov4-28/+33
2018-12-10Fix warnings as errorsJan Kotas1-0/+4
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas31-1170/+204
2018-12-10Renamed VNCollectExc to VNUnionExcSetBrian Sullivan2-26/+27
2018-12-10Merge branch 'master' into issue_19925Brian Sullivan230-3423/+7016
2018-12-10Instead of using Win8+ api-sets use forwarder DLL to support downlevel versio...Aaron Robinson1-13/+16
2018-12-10Update CoreClr to preview-27210-02 (#21467)dotnet-maestro-bot2-3/+3
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas3-4/+54
2018-12-10Update dependency files (#21448)dotnet-maestro[bot]3-7/+13
2018-12-10Update CoreClr, PgoData to preview-27210-01, master-20181210-0037, respective...dotnet-maestro-bot2-5/+5
2018-12-10Fix for #21456 (Regressions in attribute allocations for non-generic attribut...Nick Craver1-1/+9
2018-12-10Delete vm/context.* (#21459)Jan Kotas30-1254/+63
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson2-0/+7
2018-12-08Update CoreClr, CoreFx, CoreSetup, PgoData to preview-27208-01, preview.18606...dotnet-maestro-bot2-10/+10
2018-12-08Fix regression in fat calls (#21446)Michal Strehovský1-1/+1
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed11-110/+531
2018-12-08Invalid setting csharp_new_line_within_query_expression_clauses in .editorcon...Bastian Schmidt1-2/+1
2018-12-08Remove `TryGetGuid()` and `GetDefaultInterfaceForCoclass()` from the (#21447)Aaron Robinson2-111/+53
2018-12-07Add PNSE CustomMarshaler tests (for Tlbimp compat) (#21438)Jeremy Koritzinsky5-0/+107
2018-12-07Use string.Create in ConvertFromUtf32 (#21409)Stephen Toub3-21/+21
2018-12-07Remove some unnecessary spinning (#21437)Stephen Toub2-19/+18
2018-12-07Moving various Vector128/256 helper method to be implemented using other intr...Tanner Gooding5-354/+1132
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson11-66/+170
2018-12-07Build Microsoft.NET.Sdk.IL in source-buildDavis Goodin1-0/+3
2018-12-07Adding a note to the genBaseIntrinsic function header about operand assumptio...Tanner Gooding1-0/+3
2018-12-07Fix some SOS commands after SharedDomain removal (#21401)Jan Vorlicek2-26/+58
2018-12-07Add CancellationToken parameter to GetAsyncEnumerator (#21397)Stephen Toub2-3/+7
2018-12-07Factor new AsyncIteratorStateMachineAttribute into TryResolveStateMachineMeth...Stephen Toub1-1/+1
2018-12-07Merge pull request #21361 from fiigii/x64testsCarol Eidt72-592/+1147
2018-12-07Add PNSE implementations of unsupported built-in custom marshalers to enable ...Jeremy Koritzinsky4-0/+102
2018-12-07Disable ObjectStackAllocationTests for ARM32 (#21421)Bruce Forstall1-0/+3
2018-12-07Fix Microsoft.IO.Redist compilation string.Create compilation failureStephen Toub1-2/+8
2018-12-07Update dependency files (#21403)dotnet-maestro[bot]3-8/+9
2018-12-07Merge pull request #21431 from fiigii/fixbmiCarol Eidt1-0/+6
2018-12-07Work around an MCG bug (dotnet/corert#6658)Michal Strehovský1-0/+2
2018-12-07Fix SOS thread statics display (#21426)Jan Vorlicek1-23/+0
2018-12-07Disable obsolete collectible corefx tests (#21428)Jan Vorlicek1-0/+20
2018-12-07JIT: block general cloning of candidate calls (#21418)Andy Ayers3-87/+159