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

Remove qualify_min_const_fn #76850

Merged
merged 13 commits into from
Sep 23, 2020
Merged

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    3dd28c7 View commit details
    Browse the repository at this point in the history
  2. Update library functions with stability attributes

    This may not be strictly minimal, but all unstable functions also need a
    `rustc_const_unstable` attribute.
    ecstatic-morse committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    110e59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a173c5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fb9587 View commit details
    Browse the repository at this point in the history
  5. Allow errors to abort const checking when emitted

    This is a hack for parity with `qualify_min_const_fn`, which only
    emitted a single error.
    ecstatic-morse committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bfc10a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee5429 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3569bb6 View commit details
    Browse the repository at this point in the history
  8. Bless tests

    ecstatic-morse committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ef6d427 View commit details
    Browse the repository at this point in the history
  9. Bless compile-fail

    ecstatic-morse committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9be3d10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d60e204 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08e3822 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6044836 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    186d148 View commit details
    Browse the repository at this point in the history