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 7 pull requests #125591

Closed
wants to merge 14 commits into from
Closed

Commits on May 13, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4bc41b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58b7c9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 26, 2024

  1. Notify T-rustdoc for beta-accepted and stable-accepted too

    Otherwise, it's unclear when the nomination label is removed whether the
    backport was accepted, thus nomination removed, or if the backport was
    rejected, thus nomination removed.
    camelid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    91b3ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37f456 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#125046 - bjorn3:no_mutable_static_linkage, …

    …r=cjgillot
    
    Only allow immutable statics with #[linkage]
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    8e84836 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#125466 - compiler-errors:dont-probe-for-amb…

    …ig-in-sugg, r=jieyouxu
    
    Don't continue probing for method if in suggestion and autoderef hits ambiguity
    
    The title is somewhat self-explanatory. When we hit ambiguity in method autoderef steps, we previously would continue to probe for methods if we were giving a suggestion. This seems useless, and causes an ICE when we are not able to unify the receiver later on in confirmation.
    
    Fixes rust-lang#125432
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    a6a5c6e View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#125469 - compiler-errors:dont-skip-inner-co…

    …nst-body, r=cjgillot
    
    Don't skip out of inner const when looking for body for suggestion
    
    Self-explanatory title, I'll point out the important logic in an inline comment.
    
    Fixes rust-lang#125370
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    0eacbe2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#125539 - matthiaskrgr:cräsh, r=jieyouxu

    crashes: increment the number of tracked ones
    
    r? ``@jieyouxu``
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    f358f6e View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#125544 - Urgau:check-cfg-mention-cargo-spec…

    …ific, r=jieyouxu
    
    Also mention my-self for other check-cfg docs changes
    
    This PR adds a mention for my-self for the recently added `src/doc/rustc/src/check-cfg` directory.
    
    *I had to add a second mention just for the directory since [`Path::starts_with`](https://doc.rust-lang.org/std/path/struct.Path.html#method.starts_with) as used by [triagebot](https://github.com/rust-lang/triagebot/blob/48f29f351cae774caa90f555fbbc6d0df7dce80e/src/handlers/mentions.rs#L69), matches on path components and so can never return true for a file and directory at the same time.*
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    deed55b View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#125566 - camelid:notify-accepted, r=Guillau…

    …meGomez
    
    Notify T-rustdoc for beta-accepted and stable-accepted too
    
    Otherwise, it's unclear when the nomination label is removed whether the backport was accepted, thus nomination removed, or if the backport was rejected, thus nomination removed.
    
    r? ``@GuillaumeGomez``
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    f5638bd View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#125582 - scottmcm:less-from-usize, r=jieyouxu

    Avoid a `FieldIdx::from_usize` in InstSimplify
    
    Just a tiny cleanup I noticed in passing while looking at something unrelated.
    jhpratt authored May 26, 2024
    Configuration menu
    Copy the full SHA
    dd278bc View commit details
    Browse the repository at this point in the history