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

Fix a race condition in remove_dir_all. #222

Merged
merged 7 commits into from
Jan 21, 2022
Merged

Commits on Jan 20, 2022

  1. Fix a race condition in remove_dir_all.

    Port the fix from rust-lang/rust#93112 to cap-std.
    sunfishcode committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bef2e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e438ba View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    e14a2de View commit details
    Browse the repository at this point in the history
  2. Fix error.

    sunfishcode committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    762569e View commit details
    Browse the repository at this point in the history
  3. Fix another error.

    sunfishcode committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7d6892d View commit details
    Browse the repository at this point in the history
  4. Fix another error.

    sunfishcode committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8060a87 View commit details
    Browse the repository at this point in the history
  5. Fix the utf8 test too.

    sunfishcode committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5825723 View commit details
    Browse the repository at this point in the history