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 4 pull requests #118618

Merged
merged 9 commits into from
Dec 5, 2023
Merged

Commits on Dec 1, 2023

  1. rustdoc: do not escape quotes in body text

    Escaping quote marks is only needed in attributes, not text.
    
    ```console
    $ du -hs doc-old/ doc-new/
    670M    doc-old/
    669M    doc-new/
    ```
    notriddle committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6da2b7d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    bcfeaab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c556bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e53edb View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#118508 - notriddle:notriddle/fmt-newline, r…

    …=GuillaumeGomez
    
    rustdoc: do not escape quotes in body text
    
    Escaping quote marks is only needed in attributes, not text.
    
    ```console
    $ du -hs doc-old/ doc-new/
    670M    doc-old/
    669M    doc-new/
    ```
    GuillaumeGomez authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    963e8e8 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#118565 - RalfJung:numeric_intrinsic, r=davi…

    …dtwco
    
    interpret: make numeric_intrinsic accessible from Miri
    
    This will let us share the code of the cttz and simd_cttz intrinsics (and same for ctlz).
    GuillaumeGomez authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4128809 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#118591 - RalfJung:portable-simd-build-fix, …

    …r=workingjubilee,calebzulawski
    
    portable-simd: fix test suite build
    
    ``@workingjubilee`` ``@calebzulawski`` don't we run these portable-simd tests on rustc CI? Currently they don't even build here.
    GuillaumeGomez authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    89ed7fc View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#118600 - GuillaumeGomez:fields-heading, r=n…

    …otriddle
    
    [rustdoc] Don't generate the "Fields" heading if there is no field displayed
    
    Fixes rust-lang#118195.
    
    If no field is displayed, we should not generate the `Fields` heading in enum struct variants.
    
    r? ``@notriddle``
    GuillaumeGomez authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    baa3f96 View commit details
    Browse the repository at this point in the history