summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Share arg validation runtest and run-pmi-diff (#20812)Jarret Shook3-218/+424
2019-01-11Add missing overrides to SyncTextWriter (#21956)Stephen Toub1-6/+54
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky23-70/+304
2019-01-11Remove the Smarty lst files from CoreCLR (#21962)Jarret Shook2-155842/+0
2019-01-11Use a blob feed specifically for coreclr (#21947)Sven Boemer1-1/+1
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au14-82/+98
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek5-0/+60
2019-01-10Merge pull request #21804 from briansull/fix-unbox-optBrian Sullivan7-8/+206
2019-01-10Update CoreFx, PgoData to preview.19060.1, master-20190110.3, respectively (#...dotnet-maestro-bot1-5/+5
2019-01-10Add WithCancellation for async enumerables (#21939)Stephen Toub4-51/+90
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt4-0/+146
2019-01-10JIT: fix byte range used by RangeCheck (#21915)Andy Ayers3-1/+144
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri21-194/+275
2019-01-10Merge pull request #17733 from mikedn/cc-cond2Brian Sullivan16-935/+562
2019-01-10Merge pull request #21937 from BruceForstall/RemoveAltJitJobsBruce Forstall1-87/+4
2019-01-10Code Review feedbackBrian Sullivan3-7/+7
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng4-0/+146
2019-01-10disable dynamo test on arm32/64 (#21940)Sung Yoon Whang1-0/+6
2019-01-10New test for DevDiv_754566Brian Sullivan3-0/+172
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar4-32/+13
2019-01-10Move COMException to shared partition (dotnet/corert#6803)Marek Safar3-17/+17
2019-01-10Merge pull request #21864 from fiigii/fixscalarmemCarol Eidt6-23/+381
2019-01-10Add an exclusion for hugeexpr1 on arm32 under `JitOptimizationSensitive` . (#...Sergey Andreenko1-2/+3
2019-01-10Remove altjit jobs in CIBruce Forstall1-87/+4
2019-01-10Merge pull request #21815 from CarolEidt/Fix752890Carol Eidt2-4/+10
2019-01-10Disable what fails and blocks transitioning to Azure DevOps (#21926)Egor Chesakov4-24/+24
2019-01-10Merge pull request #21888 from fiigii/fixVzeropperCarol Eidt2-8/+14
2019-01-10Moves EnvironmentVariableTarget enum to shared partition (#21930)Marek Safar3-7/+14
2019-01-10Work around OSX native dependency install issue (#21913)Sven Boemer1-1/+5
2019-01-10Re-enable publishing of transport packages (#21922)Sven Boemer1-10/+3
2019-01-10Move restoring ExecutionContext out of generic methods (#21909)Ben Adams2-62/+25
2019-01-09Prevent AsyncIteratororMethodBuilder.ObjectIdForDebugger from gettingg trimme...Chuck Ries1-0/+3
2019-01-09Update CoreClr, CoreFx, PgoData to preview-27309-02, preview.19059.7, master-...dotnet-maestro-bot2-8/+8
2019-01-09PR FeedbackCarol Eidt1-3/+1
2019-01-09Merge pull request #21893 from AndyAyersMS/ReconcileInlineBudgetUsingSizeOfIm...Andy Ayers5-18/+85
2019-01-09Merge pull request #21779 from mazong1123/fix-19166-checkproj-optAndy Ayers12-36/+87
2019-01-09Added ifdef for FEATURE_TAILCALL_OPTBrian Sullivan1-0/+2
2019-01-09jit formatBrian Sullivan3-6/+7
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky13-0/+1516
2019-01-09When performing devirtualization we can not do both an unboxing optimization ...Brian Sullivan4-7/+30
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng6-23/+381
2019-01-09Specify the minimum supported version of macOS (#21816)Egor Chesakov2-3/+10
2019-01-09Add tests for our layout-class marshalling (#20867)Jeremy Koritzinsky5-0/+351
2019-01-09Move OperationStatus into shared source (#21912)Levi Broderick2-0/+35
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero2-10/+19
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek4-63/+47
2019-01-09Change CoreLib native image to be R2R by default on all platforms (#21497)Fadi Hanna2-22/+7
2019-01-09Fix perf-prep to pass the branch name (#21911)Michelle McDaniel1-4/+9
2019-01-09Merge pull request #20772 from mikedn/ir-cleanupBruce Forstall19-300/+77
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky9-86/+371