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

Remove uses of mem::uninitialized from std::sys::cloudabi #62738

Merged
merged 4 commits into from
Jul 24, 2019

Commits on Jul 23, 2019

  1. Remove uses of mem::uninitialized in std::sys::cloudabi

    Usages still appear in cloudabi tests and in the reentrant mutex implementation
    nathanwhit committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e1e0df8 View commit details
    Browse the repository at this point in the history
  2. Modify CloudABI ReentrantMutex to use MaybeUninit

    Remove uses of mem::uninitialized, which is now deprecated
    nathanwhit committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    82dd54b View commit details
    Browse the repository at this point in the history
  3. Cleanup std::sys::cloudabi

    nathanwhit committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    0ac6afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b70f217 View commit details
    Browse the repository at this point in the history