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

Rollup of 6 pull requests #114646

Merged
merged 12 commits into from
Aug 9, 2023
Merged

Rollup of 6 pull requests #114646

merged 12 commits into from
Aug 9, 2023

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    1ca4bc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    078b942 View commit details
    Browse the repository at this point in the history
  2. 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.
    chriswailes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    da35a81 View commit details
    Browse the repository at this point in the history
  3. open pidfd in child process and send to the parent via SOCK_SEQPACKET…

    …+CMSG
    
    This is a 100% race-free way to obtain a child's pidfd while
    avoiding `clone3`.
    the8472 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8d349c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0769517 View commit details
    Browse the repository at this point in the history
  5. 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
    kupiakos committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a22b9bf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Rollup merge of rust-lang#113939 - the8472:pidfd-from-child, r=Mark-S…

    …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
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3feab00 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#114548 - fee1-dead-contrib:migrate-to-trans…

    …, r=davidtwco
    
    Migrate a trait selection error to use diagnostic translation
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0c2f179 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#114606 - bvanjoi:fix-113462, r=compiler-errors

    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``
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    41d2694 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#114634 - chriswailes:android-platform-doc-u…

    …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`
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    52ed221 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#114638 - compiler-errors:rpitit-test-revisi…

    …ons, r=spastorino
    
    Remove old RPITIT tests (revisions were removed)
    
    These tests were not cleaned up after rust-lang#112988.
    
    r? `@spastorino`
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e1cae5f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#114641 - kupiakos:ascii-char-to-not-as, r=s…

    …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
    matthiaskrgr committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    83da317 View commit details
    Browse the repository at this point in the history