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 MaybeUninit in libcore #54668

Merged
merged 7 commits into from
Nov 27, 2018
Merged

Use MaybeUninit in libcore #54668

merged 7 commits into from
Nov 27, 2018

Commits on Nov 23, 2018

  1. use MaybeUninit in core::fmt

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    44c135b View commit details
    Browse the repository at this point in the history
  2. use MaybeUninit in core::slice::sort

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    f950c2c View commit details
    Browse the repository at this point in the history
  3. use MaybeUninit in core::slice::rotate

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    525e8f4 View commit details
    Browse the repository at this point in the history
  4. use MaybeUninit in core::ptr::{read,read_unaligned}

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    0bb2e2d View commit details
    Browse the repository at this point in the history
  5. use MaybeUninit in core::ptr::swap

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    3fb03d0 View commit details
    Browse the repository at this point in the history
  6. use MaybeUninit in core::ptr::swap_nonoverlapping_bytes

    Code by @japaric, I just split it into individual commits
    RalfJung committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    5e27ee7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59786b0 View commit details
    Browse the repository at this point in the history