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

Closed
wants to merge 11 commits into from
Closed

Rollup of 5 pull requests #132074

wants to merge 11 commits into from

Commits on Oct 19, 2024

  1. rustdoc: Document markdown module.

    Rustdoc markdown handling is currently split between:
    
    - html::markdown, which contains all the meaty login
    - markdown, which is only used for when rustdoc renders a standalone
      markdown file
    
    Adds module-level doc-comment to markdown, and rename the function so
    it's clear that it's doing IO (instead of just rendering to a string).
    aDotInTheVoid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3b78956 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. tweak hybrid preds

    compiler-errors committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    73a37a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens

    These are all standard dictionary words and don't require hyphenation.
    joshtriplett committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ecdc244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6570a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b515bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21d95fb View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#131928 - aDotInTheVoid:wait-we-support-this…

    …, r=GuillaumeGomez
    
    rustdoc: Document `markdown` module.
    
    Rustdoc markdown handling is currently split between:
    
    - html::markdown, which contains all the meaty login
    - markdown, which is only used for when rustdoc renders a standalone markdown file
    
    Adds module-level doc-comment to markdown, and rename the function so it's clear that it's doing IO (instead of just rendering to a string).
    fmease authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    304de2e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#131979 - compiler-errors:compare-pred-entai…

    …l, r=fmease
    
    Minor tweaks to `compare_impl_item.rs`
    
    1. Stop using the `InstantiatedPredicates` struct for `hybrid_preds` in `compare_impl_item.rs`, since we never actually push anything into the `spans` part of it.
    2. Remove redundant impl args and don't do useless identity substitution, prefer calling `instantiate_identity`.
    fmease authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    01dfdae View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#132036 - DianQK:test-131164, r=jieyouxu

    Add a test case for rust-lang#131164
    
    The upstream has already been fixed, but it won't be backported to LLVM 19.
    
    r? jieyouxu or compiler
    
    try-job: x86_64-gnu-stable
    fmease authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2f19d5a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#132060 - joshtriplett:innermost-outermost, …

    …r=jieyouxu
    
    "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
    
    These are all standard dictionary words and don't require hyphenation.
    
    -----
    
    Encountered an instance of this in error messages and it bugged me, so I
    figured I'd fix it across the entire codebase.
    fmease authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5d4e688 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#132066 - tifv:ptr-docs-typo, r=Amanieu

    Fix a typo in documentation of `pointer::sub_ptr()`
    
    Just a typo in docs.
    fmease authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b74795 View commit details
    Browse the repository at this point in the history