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

mem::zeroed/uninit: panic on types that do not permit zero-initialization #66059

Merged
merged 10 commits into from
Mar 11, 2020

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    503026b View commit details
    Browse the repository at this point in the history
  2. reference tracking issue

    RalfJung committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    6fd909b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d78c4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df6a3a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b133d67 View commit details
    Browse the repository at this point in the history
  6. fmt

    RalfJung committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    6e66f58 View commit details
    Browse the repository at this point in the history
  7. we cannot short-circuit just becuase the Abi seems harmless

    also add tests for ScalarPair enums
    RalfJung committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    729f4cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfe593e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c84e45 View commit details
    Browse the repository at this point in the history
  10. move pattern to fn argument

    RalfJung committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    a09c33e View commit details
    Browse the repository at this point in the history