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 6 pull requests #107356

Closed
wants to merge 13 commits into from
Closed

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    800f1f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83ab0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89c639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50f29d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    727b987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3ec77 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    9ef8407 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#104252 - faern:stabilize-const_socketaddr, …

    …r=JohnTitor
    
    Stabilize the const_socketaddr feature
    
    Stabilizes `#![feature(const_socketaddr)]`. Tracking issue: rust-lang#82485
    Closes rust-lang#82485
    
    This has been unstably const for over a year now. And the code change simplifying the constness of the `new` constructors has been in stable Rust since 1.64 (a bit over a full release cycle). I'm not aware of any blockers to this stabilization.
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ebaf512 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#107146 - compiler-errors:unsizing-params, r…

    …=cjgillot
    
    Make `unsizing_params_for_adt` into a query
    
    Addresses a FIXME in confirmation.
    
    r? `@ghost`
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d1f73fa View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#107234 - Rattenkrieg:bootstrap-fix-is_ci_ll…

    …vm_available, r=albertlarsan68
    
    Revisit fix_is_ci_llvm_available logic
    
    Fixes rust-lang#107225
    Now `supported_platforms` has a knowledge whether llvm asserts artifacts are available for particular host triple.
    
    `@jyn514` `@albertlarsan68` PTAL
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bbb3f31 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#107306 - compiler-errors:correct-sugg-for-c…

    …losure-arg-needs-borrow, r=oli-obk
    
    Correct suggestions for closure arguments that need a borrow
    
    Fixes rust-lang#107301 by dealing with binders correctly
    Fixes another issue where we were suggesting adding just `&` when we expected `&mut _` in a closure arg
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    76f440c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107321 - lcnr:comment, r=compiler-errors

    solver comments + remove `TyCtxt::evaluate_goal`
    
    from the `RustcContributor::explore` session yesterday.
    
    This also removes `TyCtxt::evaluate_goal` because to canonicalize you have to use an `InferCtxt` anyways at which point we should just always get people to use `evaluate_root_goal`.
    
    r? `@spastorino`
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    56cdc74 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107332 - chansuke:issue-107230, r=albertlar…

    …san68
    
    Fix wording from `rustbuild` to `bootstrap`
    
    Fixes rust-lang#107230
    Dylan-DPC authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2fa25bf View commit details
    Browse the repository at this point in the history