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

Merged
merged 10 commits into from
Sep 5, 2023
Merged

Rollup of 5 pull requests #115553

merged 10 commits into from
Sep 5, 2023

Commits on Aug 30, 2023

  1. Emit error instead of ICE when optimized MIR is missing

    Closes 51388.
    Enselic committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    456007a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

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

Commits on Sep 3, 2023

  1. Allow large_assignments for Box/Arc/Rc initialization

    Does the `stop linting in box/arc initialization` task of 83518.
    Enselic committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    789451b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c667fe View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Rollup merge of rust-lang#115353 - Enselic:no-optimized-mir, r=oli-obk

    Emit error instead of ICE when optimized MIR is missing
    
    Closes rust-lang#51388
    matthiaskrgr authored Sep 5, 2023
    1 Configuration menu
    Copy the full SHA
    a73c663 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#115488 - Jarcho:mut_result_visitor, r=oli-obk

    Take `&mut Results` in `ResultsVisitor`
    
    This fixes a small oversight from rust-lang#108293.
    matthiaskrgr authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e9d15ec View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#115492 - Enselic:large-box-move, r=oli-obk

    Allow `large_assignments` for Box/Arc/Rc initialization
    
    Does the `stop linting in box/arc initialization` task of rust-lang#83518.
    
    r? `@oli-obk` who is E-mentor.
    matthiaskrgr authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6f180ea View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#115519 - compiler-errors:next-solver-assoc-…

    …ice, r=lcnr
    
    Don't ICE on associated type projection without feature gate in new solver
    
    Self-explanatory, we should avoid ICEs when the feature gate is not enabled. Continue to ICE when the feature gate *is* enabled, though.
    
    Fixes rust-lang#115500
    matthiaskrgr authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f5e6aa3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#115534 - ouz-a:smir_def, r=oli-obk

    Expose more information with DefId in smir
    
    Currently `Debug` for `DefId` doesn't provide enough information, this changes so that we get `usize` of the `DefId` and the name of it.
    
    r? `@oli-obk`
    matthiaskrgr authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    03853d5 View commit details
    Browse the repository at this point in the history