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 5 pull requests #91573

Merged
merged 10 commits into from
Dec 6, 2021
Merged

Rollup of 5 pull requests #91573

merged 10 commits into from
Dec 6, 2021

Commits on Nov 30, 2021

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

Commits on Dec 4, 2021

  1. compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base

    This makes the m68k arch match the other GNU/Linux based targets.
    sunshowers committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    6aa5f6f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    706faa1 View commit details
    Browse the repository at this point in the history
  2. Bump download-ci-llvm-stamp for LLD inclusion

    This will make 'lld' available locally now, instead of
    needing to wait for the next LLVM submodule bump.
    Aaron1011 committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    8830cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8daff2 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#91367 - FabianWolff:issue-91334-ice, r=nagisa

    Fix ICE in `check_must_not_suspend_ty()`
    
    Fixes rust-lang#91334. I have also used `TyS::tuple_fields()` (instead of the `SubstsRef` directly) to get the tuple fields, because that's what [the documentation](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/enum.TyKind.html#variant.Tuple) says, although it doesn't seem to make a difference in practice (this is not what fixed the ICE).
    matthiaskrgr authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    bd98a79 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#91391 - GuillaumeGomez:simplify-no-headless…

    …, r=jsha
    
    Simplify --no-headless option for rustdoc-gui tester
    
    It adds a message stating the change for the concurrency and also remove the extra condition when running the tests.
    
    r? `@camelid`
    matthiaskrgr authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    9c777fc View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#91537 - sunshowers:m68k-gnu, r=joshtriplett

    compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base
    
    This makes the m68k arch match the other GNU/Linux based targets by setting the environment to gnu.
    matthiaskrgr authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    971f469 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#91554 - r00ster91:patch-3, r=GuillaumeGomez

    Update doc about code block edition attributes
    matthiaskrgr authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d6ff132 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#91563 - Aaron1011:bump-llvm-stamp, r=Mark-S…

    …imulacrum
    
    Bump download-ci-llvm-stamp for LLD inclusion
    
    This will make 'lld' available locally now, instead of
    needing to wait for the next LLVM submodule bump.
    matthiaskrgr authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d056cbf View commit details
    Browse the repository at this point in the history