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 7 pull requests #106998

Merged
merged 18 commits into from
Jan 18, 2023
Merged

Rollup of 7 pull requests #106998

merged 18 commits into from
Jan 18, 2023

Commits on Jan 14, 2023

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

Commits on Jan 16, 2023

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

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    6a28fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49f571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d59c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb00bc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85eeaa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc942ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f193eff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1478a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    148e4f7 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#104505 - WaffleLapkin:no-double-spaces-in-c…

    …omments, r=jackh726
    
    Remove double spaces after dots in comments
    
    Most of the comments do not have double spaces, so I assume these are typos.
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    68f1233 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#106784 - lyming2007:issue-106695-fix, r=Waf…

    …fleLapkin
    
    prevent E0512 from emitting [type error] by checking the references_error
    
    but still emit E0512
    this will fix rust-lang#106695
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4ee5e09 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#106834 - compiler-errors:new-solver-did-cha…

    …nged, r=lcnr
    
    new trait solver: only consider goal changed if response is not identity
    
    I think this is the right way of implementing it..
    
    r? `@lcnr`
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fc9e2c1 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#106889 - scottmcm:windows-mut, r=cuviper

    Mention the lack of `windows_mut` in `windows`
    
    This is a common request, going back to at least 2015 (rust-lang#23783), so mention in the docs that it can't be done and offer a workaround using <https://doc.rust-lang.org/std/cell/struct.Cell.html#method.as_slice_of_cells>.
    
    (See also URLO threads like <https://internals.rust-lang.org/t/a-windows-mut-method-on-slice/16941/10?u=scottmcm>.)
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0ed2549 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#106963 - compiler-errors:scope-expr-dupe, r…

    …=michaelwoerister
    
    Use `scope_expr_id` from `ProbeCtxt`
    
    We already store it in the `ProbeCtxt`, so just retrieve it from there.
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2808183 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#106970 - kylematsuda:earlybinder-item-bound…

    …s, r=lcnr
    
    Switch to `EarlyBinder` for `item_bounds` query
    
    Part of the work to finish rust-lang#105779 (also see rust-lang/types-team#78).
    
    Several queries `X` have a `bound_X` variant that wraps the output in `EarlyBinder`. This adds `EarlyBinder` to the return type of the `item_bounds` query and removes `bound_item_bounds`.
    
    r? `@lcnr`
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3d7677d View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#106980 - Nilstrieb:_use_mk_manual_debug_imp…

    …l_instead, r=lcnr
    
    Hide `_use_mk_alias_ty_instead` in `<AliasTy as Debug>::fmt`
    matthiaskrgr committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    48bd3ab View commit details
    Browse the repository at this point in the history