-
Notifications
You must be signed in to change notification settings - Fork 13.7k
std: move thread
into sys
#145177
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
base: master
Are you sure you want to change the base?
std: move thread
into sys
#145177
Conversation
r? @ChrisDenton rustbot has assigned @ChrisDenton. Use |
This comment has been minimized.
This comment has been minimized.
The Miri subtree was changed cc @rust-lang/miri |
☔ The latest upstream changes (presumably #145450) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry for the delay, I'm not keeping on top of my review queue right now so I'll assign someone else. r? libs |
8c26010
to
f6ae04a
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
f6ae04a
to
793af86
Compare
793af86
to
10844c3
Compare
I've split out the renaming part into a separate commit in order to simplify the diff. Unfortunately, the UNIX one is still rather large due to the amount of code movement. https://semanticdiff.com/ makes it nice and simple, but unfortunately requires signing in so I can't share a link (maybe someone knows of a better alternative?). |
Part of #117276.