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

Use a single static for all default slice Arcs. #125283

Merged
merged 5 commits into from
May 20, 2024

Commits on May 19, 2024

  1. Use a single static for all default slice Arcs.

    Also adds debug_asserts in Drop for Weak/Arc that the shared static is not being "dropped"/"deallocated".
    zachs18 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e6396bc View commit details
    Browse the repository at this point in the history
  2. Fix stacked borrows violation

    zachs18 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2dacd70 View commit details
    Browse the repository at this point in the history
  3. fmt

    zachs18 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6fae171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f8ed1 View commit details
    Browse the repository at this point in the history
  5. Fix typo in assert message

    zachs18 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3299823 View commit details
    Browse the repository at this point in the history