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 5 pull requests #116110

Closed
wants to merge 12 commits into from

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    27fe1c3 View commit details
    Browse the repository at this point in the history
  2. Resolve rust-lang#116063

    Colonial-Dev committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1170b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c5f98 View commit details
    Browse the repository at this point in the history
  4. Add assembly test to make sure that inlining works as expected when c…

    …losures inherit target features
    eduardosm committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3393f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f286a75 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Rollup merge of rust-lang#115794 - cjgillot:aggregate-no-box, r=david…

    …twco
    
    Do not create a DerefLen place for `Box<[T]>`.
    
    Fixes rust-lang#115789
    matthiaskrgr authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b64bb0d View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#116069 - compiler-errors:debug-tuple, r=Nil…

    …strieb
    
    Fix debug printing of tuple
    
    Self-explanatory. Didn't create a UI test, but I guess I could -- not sure where debug output shows up in rustc_attrs to make a sufficient test, tho.
    matthiaskrgr authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    a19d121 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116075 - Colonial-Dev:issue-116063-fix, r=M…

    …ark-Simulacrum
    
    Document panics on unsigned wrapping_div/rem calls (rust-lang#116063)
    
    Add missing `# Panics` sections to the `uint_impl!` macro, documenting that the `wrapping_rem/div` calls will panic if passed zero.
    matthiaskrgr authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    fcb6172 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#116076 - chriswailes:android-riscv-extensio…

    …n-update, r=cjgillot
    
    Add Zba, Zbb, and Zbs as target features for riscv64-linux-android
    
    This pull request adds the Zba, Zbb, and Zbs target features to the `riscv64-linux-android` target specification.  These features have been enabled and tested internally in Android infrastructure.
    matthiaskrgr authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    11e40ff View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#116078 - eduardosm:closure-inherit-target-f…

    …eature, r=Mark-Simulacrum
    
    Add assembly test to make sure that inlining works as expected when closures inherit target features
    
    Closes rust-lang#108338 (the added test proves that it is working correctly)
    matthiaskrgr authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    6033e33 View commit details
    Browse the repository at this point in the history