Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono] remove 2 extra members from System.Object #44081

Merged
merged 9 commits into from
Nov 3, 2020

Commits on Oct 30, 2020

  1. [mono] Object.GetRawData -> RuntimeHelpers.GetRawData (this object)

    Make it into an extension method like CoreCLR.
    lambdageek committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    fb59f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8bc4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45059f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    81bc63e View commit details
    Browse the repository at this point in the history
  2. Revert "Move RuntimeHelpers.GetRawData and RawData class to shared lo…

    …cation"
    
    This reverts commit 6a8bc4d.
    lambdageek committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b77d6a2 View commit details
    Browse the repository at this point in the history
  3. Move Object.GetRawData to RuntimeHelpers.GetRawData(this object obj)

    But keep it as an intrinsic
    lambdageek committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    347cd9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c85fc7 View commit details
    Browse the repository at this point in the history
  5. Replace Object.CloneInternal by MarshalAsAttribute.CloneInternal

    there was only one use
    lambdageek committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9556d0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a87bfb0 View commit details
    Browse the repository at this point in the history