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

Add missing try_new_uninit_slice_in and try_new_zeroed_slice_in #127415

Merged
merged 5 commits into from
Jul 22, 2024

Commits on Jul 6, 2024

  1. Add missing try_new_uninit_slice_in and try_new_zeroed_slice_in

    The methods for fallible slice allocation in a given allocator were missing, which was an oversight according to rust-lang/wg-allocators#130
    
    This PR adds them as `try_new_uninit_slice_in` and `try_new_zeroed_slice_in`.
    
    Also adds missing punctuation to the doc comments of ` try_new_uninit_slice` and `try_new_zeroed_slice`
    AljoschaMeyer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2c14dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bfdeb5 View commit details
    Browse the repository at this point in the history
  3. Fix doc examples

    AljoschaMeyer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6b5da82 View commit details
    Browse the repository at this point in the history
  4. Fix them doc examples some more

    Apologies for the many attempts, my dev loop for this consists of editing on github, committing, and then waiting for the CI failure log to yell at me.
    AljoschaMeyer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    497ef49 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    351fe27 View commit details
    Browse the repository at this point in the history