1. 09 2月, 2023 8 次提交
    • F
      [Mono] Fix typo in arm64-codegen.h (#81845) · 0d5db6e6
      Fan Yang 提交于
      Remove extra `)`
      0d5db6e6
    • J
      JIT: Handle promoted struct liveness updates in forward sub (#81789) · a1613361
      Jakob Botsch Nielsen 提交于
      This logic needed to be updated together with 7131ef92, without the
      update we have a correctness bug.
      
      The new correct and more precise unmarking also allows us to remove a
      case from fgMakeOutgoingStructArgCopy. The case is covered by the
      last-use optimization one now (specifically it was only happening for
      some undone promotion cases).
      a1613361
    • D
      [main] Update dependencies from dotnet/arcade (#81634) · b493bd93
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20230203.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23102.4 -> To Version 8.0.0-beta.23103.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230206.4
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23102.4 -> To Version 8.0.0-beta.23106.4
      
      * Update dependencies from https://github.com/dotnet/arcade build 20230207.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 8.0.0-beta.23102.4 -> To Version 8.0.0-beta.23107.1
      
      ---------
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      b493bd93
    • T
      don't send server_name when literal IP (#81631) · 1019ad84
      Tomas Weinfurt 提交于
      * don't send server_name when literal IP
      
      * fix unit test
      1019ad84
    • E
      Support use of fast-path serialization in combined JsonSerializerContexts. (#80741) · 0304f1f5
      Eirik Tsarpalis 提交于
      * Support use of fast-path serialization in combined JsonSerializerContexts.
      
      * Strengthen assertions in the nested JsonTypeInfo accessors.
      0304f1f5
    • T
      Minimally light up Quaternion and Plane for Mono SIMD (#81541) · 82d187a1
      Tanner Gooding 提交于
      * Add support for Quaternion
      
      * Add support for Plane
      82d187a1
    • T
    • G
      Handle crash when [out] parameter of type int is passed to delegate (#81276) · bd540938
      Giridhar Trivedi 提交于
      When a delegate is passed an [out] parameter of type "int" it will crash
      since this data type is not handled in emit_managed_wrapper_ilgen.
      This will lead to a crash. With this fix [out] parameter of type "int"
      is handled after adding an addition case statement to handle MONO_TYPE_I
      in emit_managed_wrapper_ilgen. Supporting UT is added.
      Co-authored-by: NGiridhar Trivedi <giridhar.trivedi@ibm.com>
      bd540938
  2. 08 2月, 2023 31 次提交
  3. 07 2月, 2023 1 次提交