summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-06Revert "Move the perf jobs to Windows.10.Amd64.ClientRS4.DevEx.15.8.Open (#21...Michelle McDaniel1-3/+3
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-06Work around apparent bug in CMD's FOR /LRuss Keldorph1-1/+7
2018-12-06Fix CancellationTokenRegistration.Token after CTS.Dispose (#21394)Stephen Toub1-1/+10
2018-12-06Run MSBuild in parallel when submitting jobs to Helix (#21390)Egor Chesakov2-14/+11
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky27-33/+891
2018-12-06Guarded devirtualization foundations (#21270)Andy Ayers19-249/+1642
2018-12-05Use array syntax in eng/test-job.yml (#21393)Egor Chesakov2-17/+25
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
2018-12-05Refactor genAllocLclFrame into two architecture-specific functions (#21074)Egor Chesakov3-285/+316
2018-12-05Move the perf jobs to Windows.10.Amd64.ClientRS4.DevEx.15.8.Open (#21258)Michelle McDaniel1-3/+3
2018-12-05Merge pull request #21322 from mikedn/div-small-intBrian Sullivan4-31/+105
2018-12-05Change from phases to jobs (#21384)Jarret Shook2-42/+45
2018-12-05Suppress a CMake Warning (#21147)Swaroop Sridhar1-0/+7
2018-12-05Add tests for marshalling RuntimeHandle types. (#21091)Jeremy Koritzinsky6-0/+115
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean11-182/+40
2018-12-05Revert Array enumerator behavior change (#21368)Jan Kotas1-7/+6
2018-12-05Update dependency files (#21352)dotnet-maestro[bot]3-6/+77
2018-12-04Convert SDK projects into non-SDK projects (#21369)Aaron Robinson3-7/+29
2018-12-04Add repro for `(reg2 == REG_NEXT(reg1)) || (reg2 == REG_LR)` assert in `codeg...Sergey Andreenko3-0/+82