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

Stop ignoring miri leaks #82

Merged
merged 9 commits into from
May 6, 2020
Merged

Stop ignoring miri leaks #82

merged 9 commits into from
May 6, 2020

Commits on May 6, 2020

  1. Stop ignoring miri leaks

    Now that rust-lang/miri#940 has been fixed,
    and has landed in nightly
    (rust-lang/rust#70897), we should be able to run
    miri with leak check enabled again!
    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    0abc0bc View commit details
    Browse the repository at this point in the history
  2. Miri can't handle threads

    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3551e20 View commit details
    Browse the repository at this point in the history
  3. Miri gets sad from the disallow_evil test

    as it should be ?
    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    6d154be View commit details
    Browse the repository at this point in the history
  4. Go back to ignoring miri leaks

    Let's wait until crossbeam is reported to be leak-free on its own.
    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e4a044e View commit details
    Browse the repository at this point in the history
  5. Err, actually ignore leaks

    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5bfc6e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfc6104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6ad4f8 View commit details
    Browse the repository at this point in the history
  8. Avoid warnings under miri

    jonhoo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    d944731 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0f080b View commit details
    Browse the repository at this point in the history