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

restrict promotion of const fn calls #121557

Merged
merged 5 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. promotion: do not promote const-fn calls in const when that may fail …

    …without the entire const failing
    RalfJung committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7183fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b617a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf021ea View commit details
    Browse the repository at this point in the history
  4. properly fill a promoted's required_consts

    then we can also make all_required_consts_are_checked a constant instead of a function
    RalfJung committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    173d1bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8436045 View commit details
    Browse the repository at this point in the history