summaryrefslogtreecommitdiff
path: root/src
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-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-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 Sullivan124-2805/+4744
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas2-4/+45
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-08Fix regression in fat calls (#21446)Michal Strehovský1-1/+1
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed11-110/+531
2018-12-08Remove `TryGetGuid()` and `GetDefaultInterfaceForCoclass()` from the (#21447)Aaron Robinson2-111/+53
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-07Add PNSE implementations of unsupported built-in custom marshalers to enable ...Jeremy Koritzinsky4-0/+102
2018-12-07Fix Microsoft.IO.Redist compilation string.Create compilation failureStephen Toub1-2/+8
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-07JIT: block general cloning of candidate calls (#21418)Andy Ayers3-87/+159
2018-12-06Fix a bug that disabled Bmi1/2.X64Fei Peng1-0/+6
2018-12-06Moving CreateScalarUnsafe, ToScalar, Vector128.ToVector256Unsafe, and Vector2...Tanner Gooding9-25/+349
2018-12-06Merge pull request #21314 from CarolEidt/DontPromoteHwVectorCarol Eidt2-1/+27
2018-12-06Use Span instead of manual copy in MetadataImport.GetUserString (#21405)Stephen Toub1-14/+3
2018-12-06Remove char[] allocation from EventPipePayloadDecoder for strings (#21407)Stephen Toub1-8/+2
2018-12-06Use string.Create in Path.GetRandomFilePath (#21410)Stephen Toub1-28/+23
2018-12-06JIT: move indirect call transformations to a new source file (#21414)Andy Ayers4-831/+841
2018-12-06Replace a few new string(char, 1) with char.ToString(char) (#21406)Stephen Toub3-4/+4
2018-12-06Fix CancellationTokenRegistration.Token after CTS.Dispose (#21394)Stephen Toub1-1/+10
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky19-32/+483
2018-12-06Guarded devirtualization foundations (#21270)Andy Ayers11-249/+1109
2018-12-05Added NullChk exceptions for GT_ARR_LENTH, GT_ARR_ELEM and GT_ARR_OFFSETBrian Sullivan1-3/+18
2018-12-05Delete FEATURE_TREAT_NI_AS_MSIL_DURING_DIAGNOSTICS (#21387)Jan Kotas5-47/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek3-10/+15