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

Add a scheme for moving away from extern "rust-intrinsic" entirely #120675

Merged
merged 6 commits into from
Mar 5, 2024

Commits on Mar 4, 2024

  1. Add is_intrinsic helper

    oli-obk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aa2ae6b View commit details
    Browse the repository at this point in the history
  2. Return a struct from query intrinsic to be able to add another fiel…

    …d in the next commit
    oli-obk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f2612da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e57df1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3dcbc2 View commit details
    Browse the repository at this point in the history
  5. Remove some depgraph edges on the HIR by invoking the intrinsic query…

    … instead of checking the attribute
    oli-obk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bf5fc6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c04f0ca View commit details
    Browse the repository at this point in the history