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

Use UnsafeCell<MaybeUninit<T>> in AtomicCell #834

Merged
merged 4 commits into from Jun 21, 2022
Merged

Commits on May 24, 2022

  1. Add test for issue 833

    taiki-e committed May 24, 2022
    Copy the full SHA
    1176693 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d670b12 View commit details
    Browse the repository at this point in the history
  3. impl Drop for AtomicCell

    taiki-e committed May 24, 2022
    Copy the full SHA
    cf35e36 View commit details
    Browse the repository at this point in the history
  4. Fix miri test

    taiki-e committed May 24, 2022
    Copy the full SHA
    012b0c2 View commit details
    Browse the repository at this point in the history