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

Partially stabilize feature(new_uninit) #129401

Merged

Commits on Aug 27, 2024

  1. library: Stabilize new_uninit for Box, Rc, and Arc

    A partial stabilization that only affects:
    - AllocType<T>::new_uninit
    - AllocType<T>::assume_init
    - AllocType<[T]>::new_uninit_slice
    - AllocType<[T]>::assume_init
    where "AllocType" is Box, Rc, or Arc
    workingjubilee committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    169b2f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2535a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    605d9cf View commit details
    Browse the repository at this point in the history