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 9 pull requests #107372

Merged
merged 21 commits into from
Jan 27, 2023
Merged

Rollup of 9 pull requests #107372

merged 21 commits into from
Jan 27, 2023

Commits on Jan 22, 2023

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

Commits on Jan 26, 2023

  1. Update snap from 1.0.1 to 1.1.0

    As spotted by @mejrs, snap 1.0.1 emits a future compatibility warning. This was fixed in BurntSushi/rust-snappy#39
    ChrisDenton committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    77d7c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727b987 View commit details
    Browse the repository at this point in the history
  3. 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. reduce rightward-drift

    tshepang committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    cce452d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef8407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0abf8a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be69002 View commit details
    Browse the repository at this point in the history
  5. compiler: Fix E0587 explanation

    We meant to use 8 as the packed argument.
    
    Signed-off-by: Samuel Ortiz <[email protected]>
    sameo committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    706132d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21cf9db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8c44fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b64e16 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#106806 - m-ou-se:format-args-flags, r=oli-obk

    Replace format flags u32 by enums and bools.
    
    This gets rid of the `flags: u32` field where each bit has a special meaning, and replaces it by simple enums and booleans.
    
    Part of rust-lang#99012
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1163279 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#107194 - xfix:remove-slice-internals-depend…

    …ency-in-rustc-ast, r=Nilstrieb
    
    Remove dependency on slice_internals feature in rustc_ast
    
    This reduces dependency on unstable features by the compiler.
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bed113d View commit details
    Browse the repository at this point in the history
  11. 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
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    04dfde4 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#107316 - ChrisDenton:snap, r=oli-obk

    Update snap from `1.0.1` to `1.1.0`
    
    As spotted by `@mejrs,` snap 1.0.1 emits a future compatibility warning. This was fixed in BurntSushi/rust-snappy#39
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9ec7492 View commit details
    Browse the repository at this point in the history
  13. 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``
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d62f6fd View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#107332 - chansuke:issue-107230, r=albertlar…

    …san68
    
    Fix wording from `rustbuild` to `bootstrap`
    
    Fixes rust-lang#107230
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1e0cf72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b247253 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#107352 - sameo:topic/E0587, r=JohnTitor

    compiler: Fix E0587 explanation
    
    We meant to use 8 as the packed argument.
    
    Signed-off-by: Samuel Ortiz <[email protected]>
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    85dc93b View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#107357 - GuillaumeGomez:fix-infinite-loop-i…

    …n-rustdoc-get_all_import_attributes, r=notriddle
    
    Fix infinite loop in rustdoc get_all_import_attributes function
    
    Fixes rust-lang#107350.
    
    We'll also need to backport this fix to beta.
    
    r? `@notriddle`
    JohnTitor authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c64f4c4 View commit details
    Browse the repository at this point in the history