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

[cdac] Begin adding MethodDesc APIs to the RuntimeTypeSystem contract #104811

Merged
merged 25 commits into from
Jul 20, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    ffc4b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0272a View commit details
    Browse the repository at this point in the history
  3. wip: MethodDesc

    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    29e404c View commit details
    Browse the repository at this point in the history
  4. add MethodDescChunk

    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9719c75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f076f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c935626 View commit details
    Browse the repository at this point in the history
  7. update contract

    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fa42ef0 View commit details
    Browse the repository at this point in the history
  8. fix RuntimeTypeSystem unit tests

    mock the additional data and globals
    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    27f4a96 View commit details
    Browse the repository at this point in the history
  9. update contract

    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9dbd432 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    793681f View commit details
    Browse the repository at this point in the history
  11. fixup rebase

    lambdageek committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a46f91e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f82a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    lambdageek and elinor-fung authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8111d53 View commit details
    Browse the repository at this point in the history
  2. MayThrow -> Throwing

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    07c810e View commit details
    Browse the repository at this point in the history
  3. Slot is ushort not byte

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6f1d9a8 View commit details
    Browse the repository at this point in the history
  4. remove unused property

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fa42684 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9613999 View commit details
    Browse the repository at this point in the history
  6. use NewArrayHolder

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    214ffe9 View commit details
    Browse the repository at this point in the history
  7. spelling

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c6e057a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b000f7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc1812c View commit details
    Browse the repository at this point in the history
  10. remove unused usings

    lambdageek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d4f6299 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10f0943 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    lambdageek and elinor-fung authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    515a3e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f182f1 View commit details
    Browse the repository at this point in the history