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

chore: replace deprecated compare_and_swap with compare_exchange #3331

Merged
merged 7 commits into from
Dec 27, 2020
Merged

chore: replace deprecated compare_and_swap with compare_exchange #3331

merged 7 commits into from
Dec 27, 2020

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    832855e View commit details
    Browse the repository at this point in the history
  2. fix cross

    taiki-e committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    90e1887 View commit details
    Browse the repository at this point in the history
  3. try fix

    taiki-e committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    25ba320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d674fa View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. merge time/driver/entry.rs's AtomicU64 to loom/std/atomic_u64.rs's At…

    …omicU64
    
    loom provides AtomicU64 on all platforms, so it makes sense to define it in loom/std/atomic_u64.rs.
    taiki-e committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    e84d7e8 View commit details
    Browse the repository at this point in the history
  2. fix unused variables

    taiki-e committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    e137579 View commit details
    Browse the repository at this point in the history
  3. fix

    taiki-e committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    8d6c845 View commit details
    Browse the repository at this point in the history