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

Remove len argument from RawVec::reserve_for_push #122976

Merged
merged 4 commits into from Mar 30, 2024

Commits on Mar 28, 2024

  1. Remove len argument from RawVec::reserve_for_push because it's always…

    … equal to capacity. Also make Vec::insert use reserve_for_push.
    caibear committed Mar 28, 2024
    Copy the full SHA
    18d3908 View commit details
    Browse the repository at this point in the history
  2. Fix previous.

    caibear committed Mar 28, 2024
    Copy the full SHA
    78dc89b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aba592d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix test.

    caibear committed Mar 29, 2024
    Copy the full SHA
    4500c83 View commit details
    Browse the repository at this point in the history