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

Closed
wants to merge 14 commits into from

Commits on Jul 29, 2020

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

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    35d6a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    532e7f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Fix logging for rustdoc

    jyn514 committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    e97e6fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5c501 View commit details
    Browse the repository at this point in the history
  3. ci: disable fast-fail on auto-fallible

    The purpose of the auto-fallible job is to run builders that are likely
    to fail on CI without gating on them. Having fast-fail enabled there
    kinda defeats the purpose, as if one of them fails we can't monitor the
    outcome of the other ones.
    
    This was prompted by the aarch64-gnu builder consistently failing due to
    a broken test, preventing us from seeing if the macOS spurious failure
    is fixed.
    pietroalbini committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4657923 View commit details
    Browse the repository at this point in the history
  4. Disable building rust-analyzer on riscv64

    riscv64 has an LLVM bug that makes rust-analyzer not build.
    Mark-Simulacrum committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d2fc809 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#74759 - carbotaniuman:uabs, r=shepmaster

    add `unsigned_abs` to signed integers
    
    Mentioned on rust-lang/rfcs#2914
    
    This PR simply adds an `unsigned_abs` to signed integers function which returns the correct absolute value as a unsigned integer.
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    2335456 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#75056 - Veykril:path_statements_lint, r=oli…

    …-obk
    
    Lint path statements to suggest using drop when the type needs drop
    
    Fixes rust-lang#48852. With this change the current lint description doesn't really fit entirely anymore I think.
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    30b6b8a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#75058 - ssomers:btree_cleanup_insert_2, r=M…

    …ark-Simulacrum
    
    Clarify reuse of a BTreeMap insert support function and treats split support likewise
    
    r? @Mark-Simulacrum
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    dcea1fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da8bbe4 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#75083 - JohnTitor:follow-up-unused-braces, …

    …r=lcnr
    
    Do not trigger `unused_braces` for `while let`
    
    Follow-up for rust-lang#75031
    r? @lcnr
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    6c23b45 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#75095 - pietroalbini:fallible-fast-fail, r=…

    …Mark-Simulacrum
    
    ci: disable fast-fail on auto-fallible
    
    The purpose of the auto-fallible job is to run builders that are likely to fail on CI without gating on them. Having fast-fail enabled there kinda defeats the purpose, as if one of them fails we can't monitor the outcome of the other ones.
    
    This was prompted by the aarch64-gnu builder consistently failing due to a broken test, preventing us from seeing if the macOS spurious failure is fixed.
    
    r? @Mark-Simulacrum
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b42ab20 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#75103 - Mark-Simulacrum:no-ra-for-riscv64, …

    …r=matklad
    
    Disable building rust-analyzer on riscv64
    
    riscv64 has an LLVM bug that makes rust-analyzer not build. Should permit future rust-analyzer ups (e.g., rust-lang#74813) to land.
    Manishearth committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1be0d55 View commit details
    Browse the repository at this point in the history