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 6 pull requests #103184

Closed
wants to merge 24 commits into from
Closed

Commits on Oct 13, 2022

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

Commits on Oct 15, 2022

  1. Filtering spans

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    48c85c5 View commit details
    Browse the repository at this point in the history
  2. Running the formatter

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    c87dc6d View commit details
    Browse the repository at this point in the history
  3. Revert "Running the formatter"

    This reverts commit dab560ffcf1b97a60748bc8ebfebee204df3f0bc.
    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    2db95d0 View commit details
    Browse the repository at this point in the history
  4. Revert "Filtering spans"

    This reverts commit d652f0ea588ecdf96d31a86fcc9aaa5f78f734a2.
    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    795a4fd View commit details
    Browse the repository at this point in the history
  5. Addressing feedback

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    da10a05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d970c3 View commit details
    Browse the repository at this point in the history
  7. Removing one suggestion

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    8fbd19d View commit details
    Browse the repository at this point in the history
  8. Fixing suggestions

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    fe3f76c View commit details
    Browse the repository at this point in the history
  9. Revert "Removing one suggestion"

    This reverts commit 8fbd19d.
    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    17e3b73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4042468 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88c3a20 View commit details
    Browse the repository at this point in the history
  12. Running fmt

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3e2e0ea View commit details
    Browse the repository at this point in the history
  13. Updating .stderr

    kper committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    9e2c2a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    684df4d View commit details
    Browse the repository at this point in the history
  2. Fix typo in ReverseSearcher docs

    Sky committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9a7e527 View commit details
    Browse the repository at this point in the history
  3. Remove the redundant Some(try_opt!(..)) in checked_pow

    The final return value doesn't need to be tried at all -- we can just
    return the checked option directly. The optimizer can probably figure
    this out anyway, but there's no need to make it work here.
    cuviper committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d7fd1d5 View commit details
    Browse the repository at this point in the history
  4. Stabilize asm_sym

    Amanieu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    430bd62 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Rollup merge of rust-lang#102922 - kper:bugfix/102902-filtering-json,…

    … r=oli-obk
    
    Filtering spans when emitting json
    
    According to the issue rust-lang#102902, we shouldn't emit spans which have an empty span and no suggested replacement.
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1d30a2e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#103023 - andrewpollack:i-fuchsia-finals, r=…

    …tmandry
    
    Adding `fuchsia-ignore` and `needs-unwind` to compiler test cases
    
    Final tests covering missing privileges
    
    r? `@tmandry`
    
    cc. `@djkoloski`
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    00a0b4b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#103142 - fmease:fix-103052, r=oli-obk

    Make diagnostic for unsatisfied `Termination` bounds more precise
    
    Don't blindly emit a diagnostic claiming that “*`main` has an invalid return type*” if we encounter a type that should but doesn't implement `std::process::Termination` and isn't actually the return type of the program entry `main`.
    
    Fixes rust-lang#103052.
    
    `@rustbot` label A-diagnostics T-compiler T-libs
    r? diagnostics
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e7d9d3d View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#103154 - H4x5:reverse-searcher-typo, r=Mark…

    …-Simulacrum
    
    Fix typo in `ReverseSearcher` docs
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4934f6f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#103159 - cuviper:check_pow-final-try_opt, r…

    …=Mark-Simulacrum
    
    Remove the redundant `Some(try_opt!(..))` in `checked_pow`
    
    The final return value doesn't need to be tried at all -- we can just
    return the checked option directly. The optimizer can probably figure
    this out anyway, but there's no need to make it work here.
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b753ffd View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#103168 - Amanieu:stable_asm_sym, r=davidtwco

    Stabilize asm_sym
    
    Tracking issue rust-lang#93333
    
    Reference PR: rust-lang/reference#1270
    Dylan-DPC committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    008a3b2 View commit details
    Browse the repository at this point in the history