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 6 pull requests #115925

Closed
wants to merge 16 commits into from
Closed

Commits on Sep 5, 2023

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

Commits on Sep 10, 2023

  1. Add myself to the mailmap

    tgross35 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7db123d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. GoalCandidate to Probe

    lcnr committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    be9d7e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f9530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b141b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb800e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Add me as on vacation

    jackh726 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c70ee68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b817b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    a716c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0522bde View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#115558 - tshepang:patch-4, r=Mark-Simulacrum

    issue has since been fixed
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3dc2630 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#115724 - tgross35:mailmap, r=Mark-Simulacrum

    Add myself to the mailmap
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cb4b66d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#115838 - lcnr:added-goals, r=compiler-errors

    inspect: closer to proof trees for coherence
    
    a continuation of rust-lang#115751. Now explicitly store the added goals
    
    r? `@compiler-errors`
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bcfe87d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#115891 - RalfJung:structural-trait-derive, …

    …r=nnethercote
    
    simplify inject_impl_of_structural_trait
    
    There's a comment at `inject_impl_of_structural_trait` saying we cannot use `TraitDef`, but that comment is outdated -- we *can* use `TraitDef` nowadays since it has the `skip_path_as_bound` flag. (The flag needed some fixing, though.)
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9c50187 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#115907 - RalfJung:interner-check, r=compile…

    …r-errors
    
    nop_lift macros: ensure that we are using the right interner
    
    Right now someone could put down the wrong list name when using these macros, and everything would still build. Nothing does a type-check to ensure that the `$set` contains element of type `Self::Lifted`. Let's fix that.
    
    For lists this is fairly easy; for the other interners we need to unwrap some newtypes which makes this more complicated.
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7705322 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#115916 - jackh726:vacation, r=jackh726

    Add me as on vacation
    Dylan-DPC authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4a9ae5f View commit details
    Browse the repository at this point in the history