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

Get rid of is_min_const_fn #84547

Merged
merged 6 commits into from
Apr 26, 2021
Merged

Get rid of is_min_const_fn #84547

merged 6 commits into from
Apr 26, 2021

Commits on Apr 25, 2021

  1. unsafety checking: no longer care about is_min_const_fn

    Rejecting the forbidden unsafe ops is done by const checking, not by unsafety checking
    RalfJung committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    9082078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ecdaa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43126f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1ad1fb View commit details
    Browse the repository at this point in the history
  5. fix clippy

    RalfJung committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    421d54e View commit details
    Browse the repository at this point in the history
  6. fix typography

    RalfJung authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    588530d View commit details
    Browse the repository at this point in the history