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

MaybeUninit: add read_initialized, add examples #58660

Merged
merged 15 commits into from
Mar 9, 2019

Commits on Feb 22, 2019

  1. Add MaybeUninit::read_uninitialized

    Also remove a no-longer accurate comments
    RalfJung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    13ffbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc570fb View commit details
    Browse the repository at this point in the history
  3. misc tweaks

    RalfJung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    10f511d View commit details
    Browse the repository at this point in the history
  4. examples for as[_mut]_ptr

    RalfJung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    48aa59e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    084ee7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d10366f View commit details
    Browse the repository at this point in the history
  7. make MaybeUninit Copy

    RalfJung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    aa4a9b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Apply suggestions from code review

    Co-Authored-By: RalfJung <[email protected]>
    Centril and RalfJung authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    53c0275 View commit details
    Browse the repository at this point in the history
  2. expand type name

    RalfJung committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    ac2284b View commit details
    Browse the repository at this point in the history
  3. fix link

    RalfJung committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    8ce9b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    a5e2d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8d728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d32e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Apply suggestions from code review

    Co-Authored-By: RalfJung <[email protected]>
    Centril and RalfJung authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    90bb07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefe9b0 View commit details
    Browse the repository at this point in the history