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

Fix x.py clippy #77351

Merged
merged 5 commits into from
Nov 6, 2020
Merged

Fix x.py clippy #77351

merged 5 commits into from
Nov 6, 2020

Commits on Oct 26, 2020

  1. Set the proper sysroot for clippy

    Clippy does its own runtime detection of the sysroot, which was
    incorrect in this case (it used the beta sysroot). This overrides the
    sysroot to use `stage0-sysroot` instead.
    
    - Get `x.py clippy` to work on nightly
    - Give a nice error message if nightly clippy isn't installed
    jyn514 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b3246e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f8076 View commit details
    Browse the repository at this point in the history
  3. x.py fmt

    jyn514 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    bdbb542 View commit details
    Browse the repository at this point in the history
  4. Allow using clippy with either beta or nightly

    Not 100% sure this will _always_ work, but it works currently.
    jyn514 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    31ecd2a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Get --fix working for everything except rustdoc

    Here's the error for rustdoc:
    
    ```
    Checking rustdoc artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
    error: no library targets found in package `rustdoc-tool`
    ```
    jyn514 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    8d2fa72 View commit details
    Browse the repository at this point in the history