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

Merged
merged 14 commits into from
Feb 27, 2020
Merged

Rollup of 7 pull requests #69507

merged 14 commits into from
Feb 27, 2020

Commits on Feb 20, 2020

  1. Backport only: avoid ICE on bad placeholder type

     rust-lang#69148 has a proper fix, but it is too big to backport.
    This change avoids the ICE by actually emitting an appropriate error. The
    output will be duplicated in some cases, but that's better than the
    avoidable ICE.
    estebank committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1cb555a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

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

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    6a17905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6b930 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129ac01 View commit details
    Browse the repository at this point in the history
  4. Simplify the signature of par_for_each_in

    Given `T: IntoIterator`/`IntoParallelIterator`, `T::Item` is
    unambiguous, so we don't need the explicit trait casting.
    cuviper committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    3d47ebe View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    2c7c446 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#69324 - estebank:ice-break-backport-bad-pla…

    …ceholder-type, r=Centril
    
    Backport only: avoid ICE on bad placeholder type
    
     rust-lang#69148 has a proper fix, but it is too big to backport.
    This change avoids the ICE by actually emitting an appropriate error. The
    output will be duplicated in some cases, but that's better than the
    avoidable ICE.
    
    r? @Centril
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    add9338 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#69439 - petrochenkov:latelife, r=matthewjasper

    resolve: `lifetimes.rs` -> `late/lifetimes.rs`
    
    Lifetime resolution should ideally be merged into the late resolution pass, at least for named lifetimes.
    Let's move it closer to it for a start.
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0d66c7c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#69473 - contrun:update-llvm, r=nikomatsakis

    update llvm to silence gcc 9 warnings
    
    Closes rust-lang#69078
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    4cc0295 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#69479 - matthiaskrgr:op_pred, r=Dylan-DPC

    clarify operator precedence
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d4700a8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#69480 - GuillaumeGomez:clean-up-e0373, r=Dy…

    …lan-DPC
    
    Clean up E0373 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    6e66bfd View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#69500 - cuviper:par_for_each_in-item, r=Mar…

    …k-Simulacrum
    
    Simplify the signature of par_for_each_in
    
    Given `T: IntoIterator`/`IntoParallelIterator`, `T::Item` is
    unambiguous, so we don't need the explicit trait casting.
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7824a9d View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#69505 - Mark-Simulacrum:triagebot-diag-labe…

    …ls, r=Centril
    
    Enable setting diagnostic labels
    JohnTitor authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c384ace View commit details
    Browse the repository at this point in the history