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

Fix unsoundness issues (mem::zeroed / ManuallyDrop -> MaybeUninit) #458

Merged
merged 16 commits into from Feb 12, 2020

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    38d3087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b35a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e8708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0fd465 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f48c1c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f3a3c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71d2799 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5362ad3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dce3e11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d78de60 View commit details
    Browse the repository at this point in the history
  11. drop_in_place cleanups

    cynecx committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    1a8cbe1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7de64fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5525b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a86b3b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8abcc14 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Use more precise unsafe scopes

    cynecx committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    8903df8 View commit details
    Browse the repository at this point in the history