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 'core::array::from_fn' and 'core::array::try_from_fn' #75644

Merged
merged 7 commits into from
Oct 9, 2021

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    4be574e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdccc7d View commit details
    Browse the repository at this point in the history
  3. Improve previous commit

    steffahn committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    325025e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from steffahn/collect_into_array_fix_ub

    Improve last commit of rust_lang#75644
    c410-f3r committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    13bfcb7 View commit details
    Browse the repository at this point in the history
  5. Remove an unnecessary use of unwrap_unchecked

    also add a new SAFETY comment and simplify/remove a closure
    steffahn authored and c410-f3r committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    355c7e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

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

Commits on Oct 8, 2021

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