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 #116726

Closed
wants to merge 15 commits into from

Commits on Sep 7, 2023

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

Commits on Oct 1, 2023

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

Commits on Oct 9, 2023

  1. add SAFETY block on usage of unsafe getuid

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    86e9b0f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add the V (vector) extension to the riscv64-linux-android target spec

    This feature has been enabled and tested internally in the Android
    project.
    chriswailes committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6efc71c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add documentation for the riscv64-android-linux target

    This commit adds additional documentation describing the
    features/extensions required by the riscv64-linux-android target.
    chriswailes committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    899f81f View commit details
    Browse the repository at this point in the history
  2. Update library/core/src/alloc/layout.rs

    Co-authored-by: David Tolnay <[email protected]>
    joshlf and dtolnay authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a9b0966 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    1bc6ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166c353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feedd68 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Rollup merge of rust-lang#115653 - joshlf:patch-9, r=dtolnay

    Guarantee that Layout::align returns a non-zero power of two
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    838b948 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#116312 - c410-f3r:try, r=b-naber

    Initiate the inner usage of `cfg_match` (Compiler)
    
    cc rust-lang#115585
    
    Dogfood to test the implementation and remove dependencies.
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    97a9f6e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116577 - onur-ozkan:add-safety-block-on-uns…

    …afe, r=clubby789
    
    add `SAFETY` block on the usage of unsafe `getuid`
    
    We pointed out this unsafe usage in rust-lang#109859, and as a result, we received a fix PR rust-lang#116476. However, it's important to note that the `libc::getuid()` never actually fails. This PR aims to clarify its safety.
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7f6ff13 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#116618 - chriswailes:riscv64-linux-android-…

    …vector, r=workingjubilee
    
    Add the V (vector) extension to the riscv64-linux-android target spec
    
    This feature has been enabled and tested internally in the Android project.
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c4cfa5a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#116679 - estebank:rewrap-unwrap, r=oli-obk

    Remove some unnecessary `unwrap`s
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e06f348 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#116689 - lcnr:auto-trait-hidden-ty-leak, r=…

    …compiler-errors
    
    explicitly handle auto trait leakage in coherence
    
    does not impact behavior but may avoid weird bugs in the future, cc rust-lang/trait-system-refactor-initiative#65
    
    r? `@compiler-errors`
    matthiaskrgr authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b8571ab View commit details
    Browse the repository at this point in the history