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

Merged
merged 10 commits into from
Jun 19, 2024
Merged

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c894ece View commit details
    Browse the repository at this point in the history
  2. Allow tracing through item_bounds query invocations on opaques

    Previously these caused cycles when printing the result
    oli-obk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    393dea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56cd301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70d76b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c2bfd9 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#126668 - fmease:rm-rustc_dump_program_claus…

    …es-attrs, r=fee1-dead
    
    Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]`
    
    Likely NOP since rust-lang#113303.
    
    r? `@fee1-dead`
    fee1-dead authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    be3b566 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#126674 - oli-obk:tracing_item_bounds, r=lqd

    Allow tracing through item_bounds query invocations on opaques
    
    Previously these caused cycles when printing the result of the query.
    fee1-dead authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cc4ace3 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#126675 - oli-obk:diagnostics_opaque, r=jack…

    …h726
    
    Change a `DefineOpaqueTypes::No` to `Yes` in diagnostics code
    
    Explanation in comments of the function.
    
    r? ```@compiler-errors```
    
    cc rust-lang#116652
    fee1-dead authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e649eca View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#126681 - Urgau:rustdoc-deny-doc, r=Guillaum…

    …eGomez
    
    Rework doc-test attribute documentation example
    
    This PR change the doc-test attribute documentation example to prefer a more neutral example `deny(dead_code)`, instead of `deny(warnings)`, which is less susceptible to breakage across Rust version.
    
    r? ```@GuillaumeGomez```
    fee1-dead authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    69e26df View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#126684 - GuillaumeGomez:migrate-run-make-gl…

    …ibc-staticlib-args, r=Kobzol
    
    Migrate `run-make/glibc-staticlib-args` to `rmake.rs`
    
    Part of rust-lang#121876.
    
    r? ``@jieyouxu``
    fee1-dead authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9e8a7a8 View commit details
    Browse the repository at this point in the history