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

Closed
wants to merge 13 commits into from

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    bd71c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96de9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33be521 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. recompute opaque type origin

    lcnr committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2278365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    669d609 View commit details
    Browse the repository at this point in the history
  3. split opaque type handling in new solver

    be more explicit in where we only add new hidden types
    and where we also have to deal with item bounds.
    lcnr committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b62e20d View commit details
    Browse the repository at this point in the history
  4. Change format of rustdoc-js tests by putting query and correction

    … directly alongside the expected values
    GuillaumeGomez committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6b0c7c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9803651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bd8ba8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#112238 - scottmcm:mir-add-unchecked, r=cjgi…

    …llot
    
    Promote unchecked integer math to MIR `BinOp`s
    
    So slice indexing by a range gets down to one basic block, for example.
    
    r? cjgillot
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    244ae7e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#112452 - MU001999:fix/issue-112439, r=petro…

    …chenkov
    
    Make "consider importing" consistent for macros
    
    Fixes rust-lang#112439
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a031062 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#112466 - lcnr:opaque-type-cleanup, r=compil…

    …er-errors
    
    opaque type cleanup
    
    the commits are pretty self-contained.
    
    r? ``@compiler-errors`` cc ``@oli-obk``
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fba7ee4 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#112468 - GuillaumeGomez:change-rustdoc-js-f…

    …ormats, r=notriddle
    
    Change format of rustdoc-js tests by putting query and correction directly alongside the expected values
    
    As I was working on fixing merge conflicts in rust-lang#108537, I faced quite a big issue when trying to update the `rustdoc-js*` tests. To make it much simpler, this PR moves the `query` and `correction` directly alongside the expected data so now we know what is the query that is being run without needing to add comments or going back to the top of the file.
    
    r? ``@notriddle``
    GuillaumeGomez authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5faf1b6 View commit details
    Browse the repository at this point in the history