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

Merged
merged 10 commits into from
Mar 31, 2022
Merged

Rollup of 5 pull requests #95511

merged 10 commits into from
Mar 31, 2022

Commits on Mar 29, 2022

  1. Don't build the full compiler before running unit tests

    This has been present since `builder.ensure` was first added in rust-lang#43059.
    It's unclear to me why it was added then - I tested these changes locally
    with `x test compiler/rustc_data_structures --stage 0` and they worked fine.
    
    Fixes rust-lang#51748.
    jyn514 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ae12597 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    a4a9fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d65b9a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0a8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix library/std compilation on openbsd.

    Fix a minor typo from rust-lang#95241 which prevented compilation on x86_64-unknown-openbsd.
    sunfishcode committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c89f11e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#95445 - jyn514:rustc-unit-tests, r=Dylan-DPC

    Don't build the full compiler before running unit tests
    
    This has been present since `builder.ensure` was first added in rust-lang#43059.
    It's unclear to me why it was added then - I tested these changes locally
    with `x test compiler/rustc_data_structures --stage 0` and they worked fine.
    
    Fixes rust-lang#51748.
    Dylan-DPC committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    14d8bfd View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#95470 - GuillaumeGomez:fix-gui-spurious-tes…

    …t, r=notriddle
    
    Fix last rustdoc-gui spurious test
    
    This should the last spurious failing GUI test from rust-lang#93784.
    
    r? ``@notriddle``
    Dylan-DPC committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c6764c9 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#95478 - InfRandomness:infrandomness/lint_la…

    …rgemove_note, r=compiler-errors
    
    Add note to the move size diagnostic
    
    context: rust-lang#83518
    Dylan-DPC committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4388ac5 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#95495 - GuillaumeGomez:rm-unneeded-to-strin…

    …g, r=notriddle
    
    Remove unneeded `to_string` call
    
    Fixes a confusion I made when reading `@camelid's` comment [here](rust-lang#95096 (comment)).
    
    r? `@notriddle`
    Dylan-DPC committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    57206d7 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#95505 - sunfishcode:sunfishcode/fix-openbsd…

    …, r=dtolnay
    
    Fix library/std compilation on openbsd.
    
    Fix a minor typo from rust-lang#95241 which prevented compilation on x86_64-unknown-openbsd.
    Dylan-DPC committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0b71ca8 View commit details
    Browse the repository at this point in the history