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

Merged
merged 20 commits into from
Aug 4, 2022
Merged

Rollup of 7 pull requests #100151

merged 20 commits into from
Aug 4, 2022

Commits on Jul 23, 2022

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

Commits on Jul 26, 2022

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

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    4233a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a2ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21624d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a69dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955fcad View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    dcd70c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a442c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    008693d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dd44f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c85c99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdbe956 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#98796 - compiler-errors:no-semi-if-comma, r…

    …=estebank
    
    Do not exclusively suggest `;` when `,` is also a choice
    
    Fixes rust-lang#96791
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f6ea143 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#99772 - ehuss:reenable-submodule-archive, r…

    …=Mark-Simulacrum
    
    Re-enable submodule archive downloads.
    
    This is effectively a revert of rust-lang#98423 (though it keeps the `--depth 1` flag since that is still helpful).
    
    GitHub has indicated that they have been working on the original issue, and my testing shows that the llvm-project archive download now succeeds 100% of the time.
    
    This should save about a minute on every job.
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    87dd56f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#100058 - TaKO8Ki:suggest-positional-formatt…

    …ing-argument-instead-of-format-args-capture, r=estebank
    
    Suggest a positional formatting argument instead of a captured argument
    
    This patch fixes a part of rust-lang#96999.
    
    fixes rust-lang#98241
    fixes rust-lang#97311
    
    r? `@estebank`
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d3aa757 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#100093 - wcampbell0x2a:unused-parens-for-ma…

    …tch-arms, r=petrochenkov
    
    Enable unused_parens for match arms
    
    Fixes: rust-lang#92751
    
    Currently I can't get the `stderr` to work with `./x.py test`, but this should fix the issue. Help would be appreciated!
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6b938c8 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#100095 - jackh726:early-binder, r=lcnr

    More EarlyBinder cleanups
    
    Each commit is independent
    
    r? types
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    01ccde5 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#100138 - GuillaumeGomez:rm-clean-impls, r=n…

    …otriddle
    
    Remove more Clean trait implementations
    
    Follow-up of rust-lang#99638.
    
    r? `@notriddle`
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    60d83e7 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#100148 - durin42:llvm-16-pointertype, r=nikic

    RustWrapper: update for TypedPointerType in LLVM
    
    This is a result of https://reviews.llvm.org/D130592.
    
    r? `@nikic`
    matthiaskrgr authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c2d7321 View commit details
    Browse the repository at this point in the history