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

Merged
merged 10 commits into from
Oct 3, 2023
Merged

Rollup of 5 pull requests #116376

merged 10 commits into from
Oct 3, 2023

Commits on Sep 20, 2023

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

Commits on Sep 30, 2023

  1. Validate ~const trait bounds on associated fns.

    Previously, any associated function could have `~const` trait bounds on
    generic parameters, which could lead to ICEs when these bounds were used
    on associated functions of non-`#[const_trait] trait` or
    non-`impl const` blocks.
    
    Includes changes as per @fee1-dead's comments in rust-lang#116210.
    Raekye committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    884af36 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c3127d1 View commit details
    Browse the repository at this point in the history
  2. print normalized ty

    ouz-a committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    42c39b3 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#115863 - chenyukang:yukang-add-message-tidy…

    …-check, r=davidtwco
    
    Add check_unused_messages in tidy
    
    From rust-lang#115728 (comment)
    The check is not 100% accurate, I guess it's enough for now.
    matthiaskrgr committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    144862e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa1cbac View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#116358 - compiler-errors:match, r=lcnr

    Rename both of the `Match` relations
    
    Both of these names kinda were ambiguous.
    
    r? lcnr
    matthiaskrgr committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    12e4c78 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#116371 - nnethercote:rustc_llvm, r=bjorn3

    Remove unused features from `rustc_llvm`.
    
    r? `@bjorn3`
    matthiaskrgr committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8e148a1 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#116374 - ouz-a:correct_message, r=RalfJung

    Print normalized ty
    
    Inside `mir_assign_valid_types` we are comparing normalized type of `mir_place` but in debug message we are not printing the normalized value, this changes that.
    matthiaskrgr committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7ba6498 View commit details
    Browse the repository at this point in the history