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

Closed
wants to merge 12 commits into from

Commits on Oct 18, 2021

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

Commits on Oct 22, 2021

  1. Fix documentation header sizes

    And add a rustdoc-gui test confirming various header sizes.
    jsha committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b7a948d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    14007ec View commit details
    Browse the repository at this point in the history
  2. enable i8mm on arm

    SparrowLii committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b88fcc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345519b View commit details
    Browse the repository at this point in the history
  4. Changed slice.swap documentation for better readability

    using "b" and "d" can be easily confused
    zommiommy committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    32a3edb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b28ab4 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#90017 - jackh726:issue-tests, r=nikomatsakis

    Add a couple tests for normalize under binder issues
    
    Closes rust-lang#56556
    Closes rust-lang#76956
    
    r? `@nikomatsakis`
    GuillaumeGomez committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    56077b5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#90079 - SparrowLii:i8mm, r=Amanieu

    enable `i8mm` target feature on aarch64 and arm
    
    As in rust-lang/stdarch#1233, `i8mm` needs to be turned on to support the implementation of `vmmla` and `vusmmla`neon instructions in stdarch.
    r? `@Amanieu`
    GuillaumeGomez committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    fec654e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#90186 - jsha:fix-header-sizes, r=GuillaumeG…

    …omez
    
    Fix documentation header sizes
    
    And add a rustdoc-gui test confirming various header sizes.
    
    Split off from rust-lang#90156. This fixes a regression in rust-lang#89506 where the heading level of titles within Markdown was too high (h2) for docblocks under structs, unions, and enum impls.
    
    r? `@camelid`
    
    Demo: https://jacob.hoffman-andrews.com/rust/fix-header-sizes/std/string/struct.String.html#impl-Add%3C%26%27_%20str%3E
    Stable: https://doc.rust-lang.org/stable/std/string/struct.String.html#impl-Add%3C%26%27_%20str%3E
    Beta: https://doc.rust-lang.org/beta/std/string/struct.String.html#impl-Add%3C%26%27_%20str%3E
    GuillaumeGomez committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b0dafdc View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#90233 - GuillaumeGomez:tooltip-overflow, r=…

    …camelid
    
    Tooltip overflow
    
    Fixes rust-lang#89185.
    
    r? `@camelid`
    GuillaumeGomez committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    22b96d6 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#90257 - zommiommy:patch-1, r=m-ou-se

    Changed slice.swap documentation for better readability
    
    The example exchanges the letters "b" and "d", these can be easily confused and are hard to read for people with dyslexia.
    Therefore, I changed the example to a more easily readable one.
    
    This is just a small fix and it's not urgent by any means, but I spent 5 minutes trying to understand why I couldn't see any change so I fixed it.
    
    Anyway, thank you for all your works!
    GuillaumeGomez committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    21b7661 View commit details
    Browse the repository at this point in the history