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

Try enabling precondition checks on ptr::{read,write} #129498

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    bde90b6 View commit details
    Browse the repository at this point in the history
  2. Add #[rustc_no_ubchecks]

    saethlin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3130990 View commit details
    Browse the repository at this point in the history
  3. paper over the ICE

    saethlin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a1e9fcb View commit details
    Browse the repository at this point in the history
  4. Another

    saethlin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    deb9d38 View commit details
    Browse the repository at this point in the history
  5. cfg out the check in write

    saethlin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2986cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. cfg out the check in read

    saethlin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f9b6f51 View commit details
    Browse the repository at this point in the history