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

custom/external clippy support for bootstrapping #129152

Merged
merged 3 commits into from
Sep 3, 2024

Commits on Aug 26, 2024

  1. support custom clippy

    Similar to cargo, rustc, and rustfmt, this adds the support of using custom clippy on bootstrap.
    It’s designed for those who want to test their own clippy builds or avoid downloading the stage0 clippy.
    
    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9d694b5 View commit details
    Browse the repository at this point in the history
  2. document build.cargo-clippy option

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9dcc656 View commit details
    Browse the repository at this point in the history
  3. add change entry for custom clippy support

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1a991e5 View commit details
    Browse the repository at this point in the history