-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Automatically add OS labels to std PRs #114930
Conversation
I think |
Sounds good. Unless I'm missing something, I can't find labels for hermit, itron or solid. |
Ok, so I went ahead and created some new |
It seems you added the rest of |
I admit I was concentrating on |
Thanks! @bors r+ rollup |
Automatically add OS labels to std PRs I'd love to have `library/std/src/sys` PRs that touch Windows stuff to have the `O-windows` label for easier discovery (and rediscovery). While I'm here I added a couple of other auto OS labels. Perhaps `O-unix` is a little too broad but it's hard to be more specific and I think it's still useful insomuch as POSIX is a thing. r? libs
Rollup of 7 pull requests Successful merges: - rust-lang#114930 (Automatically add OS labels to std PRs) - rust-lang#115053 (docs: Add example, reference link for `type` keyword.) - rust-lang#115092 (Add generics_of to smir) - rust-lang#115096 (Add regression test for not `memcpy`ing padding bytes) - rust-lang#115100 (Add support for `ptr::write`s for the `invalid_reference_casting` lint) - rust-lang#115114 (Contents of reachable statics is reachable) - rust-lang#115122 (Fix clippy lint for identical `if`/`else` contraining `?` expressions) r? `@ghost` `@rustbot` modify labels: rollup
I'd love to have
library/std/src/sys
PRs that touch Windows stuff to have theO-windows
label for easier discovery (and rediscovery). While I'm here I added a couple of other auto OS labels. PerhapsO-unix
is a little too broad but it's hard to be more specific and I think it's still useful insomuch as POSIX is a thing.r? libs