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

Create Atomic<T> type alias #130543

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    ac04a27 View commit details
    Browse the repository at this point in the history
  2. use generic Atomic type where possible

    in core/alloc/std only for now, and ignoring test files
    CAD97 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    00d1ee5 View commit details
    Browse the repository at this point in the history
  3. don't use generic atomic in sync::Once yet

    clippy's ref to unfreeze const lint can't see through type
    projections, so just avoid using a type projection inside
    of the type of ONCE_INIT.
    CAD97 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f70edc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

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