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

Merged
merged 17 commits into from
Jun 7, 2023
Merged

Rollup of 8 pull requests #112361

merged 17 commits into from
Jun 7, 2023

Commits on May 11, 2023

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

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    bd32075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaca171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01aaad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4711c30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    550fe63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e01088 View commit details
    Browse the repository at this point in the history
  7. Avoid duplicate type sanitization of local decls

    The type of the local decl is already sanitized in `visit_local_decl`.
    Nilstrieb committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5593e7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    459bd2c View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#111250 - spastorino:smir-terminator-2, r=ol…

    …i-obk
    
    Add Terminator conversion from MIR to SMIR, part rust-lang#2
    
    r? `@oli-obk`
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1788d49 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#112310 - loongarch-rs:bare-metal, r=WaffleL…

    …apkin
    
    Add new Tier-3 targets: `loongarch64-unknown-none*`
    
    This PR adds new Tier-3 targets `loongarch64-unknown-none*` that are introduced by MCP rust-lang/compiler-team#628
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    157d0f0 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#112334 - fee1-dead-contrib:add-rotation, r=…

    …Nilstrieb
    
    Add myself to highfive rotation
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    319a905 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#112340 - lcnr:tyctxt-cleanup, r=compiler-er…

    …rors
    
    remove `TyCtxt::has_error_field` helper method
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e937fa4 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#112343 - GuillaumeGomez:extern-crate-missin…

    …g-docs, r=notriddle
    
    Prevent emitting `missing_docs` for `pub extern crate`
    
    Fixes rust-lang#112308.
    
    r? `@notriddle`
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    38ddff5 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#112350 - Nilstrieb:borrow-me-some-cleanups,…

    … r=compiler-errors
    
    Avoid duplicate type sanitization of local decls in borrowck
    
    The type of the local decl is already sanitized in `visit_local_decl`.
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fd6efcf View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#112356 - Nilstrieb:get-region-var-origins, …

    …r=compiler-errors
    
    Fix comment for `get_region_var_origins`
    
    rust-lang#109753 changed the logic but not the comment.
    
    r? `@compiler-errors`
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    53881f9 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#112358 - Nilstrieb:fancy-more-borrowck-clea…

    …nups, r=compiler-errors
    
    Remove default visitor impl in region constraint generation
    
    I wanted to group it together with other possibly minor borrowck cleanups but that's all I have right now so I rather put it up than forget about it before doing something else.
    
    r? `@compiler-errors`
    matthiaskrgr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    63e0423 View commit details
    Browse the repository at this point in the history