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

Closed
wants to merge 11 commits into from
Closed

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    fbb2079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3224ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48544c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e4c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b7efb5 View commit details
    Browse the repository at this point in the history
  6. avoid using format!("{}", ..)

    TaKO8Ki committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8352c02 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#113054 - Rageking8:make-`rustc_on_unimpleme…

    …nted`-std-agnostic, r=WaffleLapkin
    
    Make `rustc_on_unimplemented` std-agnostic
    
    See rust-lang#112923
    
    r? ``@WaffleLapkin``
    TaKO8Ki authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b6b5ae6 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#113079 - Zalathar:as-operand-id, r=oli-obk

    Use `CoverageKind::as_operand_id` instead of manually reimplementing it
    
    These two pieces of code are functionally equivalent to the `CoverageKind::as_operand_id` method that already exists, and is already used elsewhere in this file.
    
    This slightly reduces the amount of code that manually pattern-matches on `CoverageKind`.
    TaKO8Ki authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    27c0ea3 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#113089 - floriangru:mut_analyses_followup, …

    …r=oli-obk
    
    Export AnalysisResults trait in rustc_mir_dataflow
    
    Followup to rust-lang#108293
    Re-exports the new trait defined in mentioned PR to make ResultsCursor::seek_before_primary_effect, ResultsCursor::seek_after_primary_effect... usable again outside the compiler itself.
    TaKO8Ki authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6a90285 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#113094 - GuillaumeGomez:fix-invalid-div-tag…

    …-in-head, r=notriddle
    
    Fix invalid HTML DIV tag used in HEAD
    
    Fixes rust-lang#113067.
    
    The issue also nicely explains the whole problem.
    
    r? ``@notriddle``
    TaKO8Ki authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0d0361f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#113096 - TaKO8Ki:remove-unused-struct, r=ol…

    …i-obk
    
    Remove unused struct and tweak format macro uses
    
    This pul request removes an unused struct and tweaks `format!` uses.
    TaKO8Ki authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    09c1ca2 View commit details
    Browse the repository at this point in the history