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

Support generic arguments for calli in CoreCLR #97079

Merged
merged 47 commits into from
Feb 22, 2024

Commits on Jan 17, 2024

  1. Add generic support for calli

    hez2010 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f10af6b View commit details
    Browse the repository at this point in the history
  2. Consider classInst as well

    hez2010 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    345ef56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e429cf View commit details
    Browse the repository at this point in the history
  4. oops

    hez2010 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    42debae View commit details
    Browse the repository at this point in the history
  5. guarded by !DACCESS_COMPILE

    hez2010 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ab8839b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    0327254 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix the error mode

    hez2010 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    21c6202 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Adding tests

    hez2010 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a10142c View commit details
    Browse the repository at this point in the history
  2. Minor fixes to tests

    hez2010 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6f7eb0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d5a09 View commit details
    Browse the repository at this point in the history
  4. Adding more test cases

    hez2010 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2ea3dac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ecc888 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Improve tests

    hez2010 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21d9862 View commit details
    Browse the repository at this point in the history
  2. Use standard boolean

    hez2010 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8939e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab165f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Handle collectible assemblies

    hez2010 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e0e7478 View commit details
    Browse the repository at this point in the history
  2. Reverse the branch

    hez2010 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    97a8bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    fd43493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad2701 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f67d66 View commit details
    Browse the repository at this point in the history
  2. Use AllocMemTracker properly

    hez2010 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b050468 View commit details
    Browse the repository at this point in the history
  3. Skip tests on windows x86

    hez2010 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    549c746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fcbbf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    883f531 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Use better exception message

    hez2010 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fec111f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d9919 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Exclude tests for mono

    hez2010 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1390455 View commit details
    Browse the repository at this point in the history
  2. Use correct loader elsewhere

    hez2010 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e37a0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    7721626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05b1cb View commit details
    Browse the repository at this point in the history
  3. Move more things

    hez2010 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    909e7fa View commit details
    Browse the repository at this point in the history
  4. oops

    hez2010 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f6833b9 View commit details
    Browse the repository at this point in the history
  5. Update issues.targets

    hez2010 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    35edb8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40d5c35 View commit details
    Browse the repository at this point in the history
  7. Fixes for vararg cases

    hez2010 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0282d1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fa2fd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2cfc1b View commit details
    Browse the repository at this point in the history
  10. Remove useless comments

    hez2010 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3c1c25d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. FB

    hez2010 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e503dfa View commit details
    Browse the repository at this point in the history
  2. Update tests

    hez2010 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fc79d98 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    hez2010 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    22ecfb2 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    hez2010 and jkotas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9518dd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Make xUnit happy

    hez2010 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9c0881 View commit details
    Browse the repository at this point in the history
  2. test mono ci

    hez2010 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3974945 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Tweak the tests

    hez2010 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a8d38b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a0fd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Add link to an GH issue

    hez2010 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    151982a View commit details
    Browse the repository at this point in the history