-
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
Rollup of 6 pull requests #114646
Rollup of 6 pull requests #114646
Conversation
This CL brings the android.md file in-line with the list of supported targets from platform-support.md.
…+CMSG This is a 100% race-free way to obtain a child's pidfd while avoiding `clone3`.
Tracking issue: rust-lang#110998. The [API guidelines][naming] describe `as` as used for borrowed -> borrowed operations, and `to_` for owned -> owned operations on `Copy` types. [naming]: https://rust-lang.github.io/api-guidelines/naming.html
…imulacrum open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG This avoids using `clone3` when a pidfd is requested while still getting it in a 100% race-free manner by passing it up from the child process. This should solve most concerns in rust-lang#82971
…, r=davidtwco Migrate a trait selection error to use diagnostic translation
fix: not insert missing lifetime for `ConstParamTy` Fixes rust-lang#113462 We should ignore the missing lifetime, as it's illegal to include a lifetime in a const param. r? ``@compiler-errors``
…pdate, r=Mark-Simulacrum Mention riscv64-linux-android support in Android documentation This CL brings the android.md file in-line with the list of supported targets from platform-support.md. Followup to rust-lang#112858 r? `@Mark-Simulacrum`
…ons, r=spastorino Remove old RPITIT tests (revisions were removed) These tests were not cleaned up after rust-lang#112988. r? `@spastorino`
…cottmcm Rename copying `ascii::Char` methods from `as_` to `to_` Tracking issue: rust-lang#110998. The [API guidelines][naming] describe `as_` as used for borrowed -> borrowed operations, and `to_` for owned -> owned operations on `Copy` types. [naming]: https://rust-lang.github.io/api-guidelines/naming.html
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 8838c73e86 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (19a647d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 632.915s -> 630.553s (-0.37%) |
Successful merges:
ConstParamTy
#114606 (fix: not insert missing lifetime forConstParamTy
)ascii::Char
methods fromas_
toto_
#114641 (Rename copyingascii::Char
methods fromas_
toto_
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup