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 8 pull requests #115929

Merged
merged 24 commits into from
Sep 18, 2023
Merged

Rollup of 8 pull requests #115929

merged 24 commits into from
Sep 18, 2023

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 13, 2023

  1. Make AIX known by bootstrap

    Kai Luo committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2962528 View commit details
    Browse the repository at this point in the history
  2. Add comment to elaborate

    Kai Luo committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fc17e09 View commit details
    Browse the repository at this point in the history
  3. Adjust comment

    Kai Luo committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5049a71 View commit details
    Browse the repository at this point in the history
  4. Adjust comment

    Kai Luo committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    122d1cc 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 16, 2023

  1. Bump to supported Ubuntu

    The 22.10 Ubuntu repositories were returning 404s in last stable build.
    Mark-Simulacrum committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5b882ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd265e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    5d18a0e View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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. Rollup merge of rust-lang#115558 - tshepang:patch-4, r=Mark-Simulacrum

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

    Add myself to the mailmap
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5a8e8e5 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#115811 - bzEq:make-aix-known, r=Mark-Simula…

    …crum
    
    Make AIX known by bootstrap
    
    Use `x.py` to build rustc on AIX directly is failing
    ```
    unknown OS type: AIX
    Build completed unsuccessfully in 0:00:00
    ```
    If kernel is `AIX`, we should return default triple `powerpc64-ibm-aix` for current rustc.
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c843ac2 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```
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    944c413 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#115902 - Mark-Simulacrum:bump-ci, r=albertl…

    …arsan68
    
    Fix up a few CI images
    
    This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4977018 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.
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0d29cdd View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#115908 - cjgillot:lint-noclone, r=oli-obk

    Do not clone MIR for const-prop lint.
    
    Addresses rust-lang#115797 (comment)
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c101c5f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#115916 - jackh726:vacation, r=jackh726

    Add me as on vacation
    matthiaskrgr authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5290cc9 View commit details
    Browse the repository at this point in the history