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 4 pull requests #116193

Merged
merged 13 commits into from
Sep 27, 2023
Merged

Rollup of 4 pull requests #116193

merged 13 commits into from
Sep 27, 2023

Commits on Sep 25, 2023

  1. Eliminate with_tables helper

    oli-obk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e02a139 View commit details
    Browse the repository at this point in the history
  2. Eliminate escape hatch

    oli-obk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    55b6f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33998a9 View commit details
    Browse the repository at this point in the history
  4. Move Opaque to stable_mir

    oli-obk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    19f1d78 View commit details
    Browse the repository at this point in the history
  5. Split out the stable part of smir into its own crate to prevent accid…

    …ental usage of forever unstable things
    oli-obk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a38e983 View commit details
    Browse the repository at this point in the history
  6. Rebase fallout

    oli-obk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    411e431 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    305524d View commit details
    Browse the repository at this point in the history
  2. add test

    fix tidy
    
    remove dir
    Milo123459 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    35f9345 View commit details
    Browse the repository at this point in the history
  3. Add context to let: Ty = loop { break };

    We weren't accounting for the case where `break` was immediately within
    the `loop` block.
    estebank committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4b15959 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Rollup merge of rust-lang#115934 - oli-obk:smir_identity, r=spastorino

    Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things
    
    Some groundwork for being able to work on rust-lang/project-stable-mir#27 at all
    
    r? `@spastorino`
    matthiaskrgr authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d485887 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#116149 - compiler-errors:anonymize, r=lcnr

    Anonymize binders for `refining_impl_trait` check
    
    We're naively using the equality impl for `ty::Clause` in the refinement check, which is okay *except* for binders, which carry some information about where they come from in the AST. Those locations are not gonna be equal between traits and impls, so anonymize those clauses so that this doesn't matter.
    
    Fixes rust-lang#116135
    matthiaskrgr authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    50417a5 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#116178 - Milo123459:milo/add-test-for-const…

    …-async-function-in-main, r=wesleywiser
    
    Add test for `const async fn`
    
    This adds a test for rust-lang#102796
    matthiaskrgr authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    243ce35 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#116187 - estebank:small-tweak, r=compiler-e…

    …rrors
    
    Add context to `let: Ty = loop { break };`
    
    We weren't accounting for the case where `break` was immediately within the `loop` block.
    matthiaskrgr authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a6f0665 View commit details
    Browse the repository at this point in the history