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 3 pull requests #112465

Merged
merged 8 commits into from
Jun 9, 2023
Merged

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    4b1d13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f552c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce7cd9 View commit details
    Browse the repository at this point in the history
  4. Improve document of unsafe_code lint

    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    30f84c4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#112260 - eval-exec:exec/fix-unsafe_code_lin…

    …t, r=WaffleLapkin
    
    Improve document of `unsafe_code` lint
    
    This PR add another `unsafe_code` lint example, want to close rust-lang#111967
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a7f46af View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#112429 - GuillaumeGomez:ty-alias-impls, r=n…

    …otriddle,lcnr
    
    [rustdoc] List matching impls on type aliases
    
    Fixes rust-lang#32077.
    
    Thanks a lot to ``@lcnr`` who helped me a lot with this fix!
    
    cc ``@notriddle``
    r? ``@lcnr``
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f83c8e4 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#112442 - compiler-errors:next-solver-dedupl…

    …icate-region-constraints, r=lcnr
    
    Deduplicate identical region constraints in new solver
    
    the new solver doesn't track whether we've already proven a goal like the fulfillment context's obligation forest does, so we may be instantiating a canonical response (and specifically, its nested region obligations) quite a few times.
    
    This may lead to exponentially gathering up identical region constraints for things like auto traits, so let's deduplicate region constraints when in `compute_external_query_constraints`.
    
    r? ``@lcnr``
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4ef7257 View commit details
    Browse the repository at this point in the history