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] Add basic ref struct support for generic parameter #99081

Merged
merged 19 commits into from
Mar 13, 2024

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    be8bb42 View commit details
    Browse the repository at this point in the history
  2. Try to fix format

    fanyang-mono committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9bc7fff View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    fa44429 View commit details
    Browse the repository at this point in the history
  2. Fix format

    fanyang-mono committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e340bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47e2454 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Split up the testcases

    fanyang-mono committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e4d441c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. For load/store static field, only error out when it is a generic clas…

    …s with byreflike type parameter
    fanyang-mono committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    96e2b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063eccc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    86edd39 View commit details
    Browse the repository at this point in the history
  2. Relax type check

    fanyang-mono committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    da70ed3 View commit details
    Browse the repository at this point in the history
  3. Enable more tests

    fanyang-mono committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    390aa32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    565ec2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3086974 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Remove unreached check

    fanyang-mono committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bdcb758 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    fanyang-mono committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    636d856 View commit details
    Browse the repository at this point in the history