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

Add cfg(target_has_atomic_equal_alignment) and use it for Atomic::from_mut. #76965

Merged
merged 8 commits into from
Sep 24, 2020

Commits on Sep 21, 2020

  1. Add cfg(target_has_atomic_equal_alignment).

    This is needed for Atomic::from_mut.
    m-ou-se committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    db74e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3f94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af56ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54fdf54 View commit details
    Browse the repository at this point in the history
  5. Revert "Revert adding Atomic::from_mut."

    This reverts commit 5ef1db3.
    m-ou-se committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    668225d View commit details
    Browse the repository at this point in the history
  6. Gate Atomic::from_mut on cfg(target_has_atomic_equal_alignment).

    Instead of a few hardcoded cfg(target_arch = ..) like before.
    m-ou-se committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    7a04ff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d6f1a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcc1d56 View commit details
    Browse the repository at this point in the history