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

add "cargo dev crater" to run clippy on a fixed set of crates and diff the lint warnings #6469

Merged
merged 29 commits into from
Jan 26, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    bec916d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5353591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d8594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6317683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e691474 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69c0757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2360a7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    734d205 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7314133 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbb8c00 View commit details
    Browse the repository at this point in the history
  11. add the log file

    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    728dc06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e5ac1d View commit details
    Browse the repository at this point in the history
  13. cargo dev crater: share target dir between clippy runs, enable pedant…

    …ic and cargo lints, ignore tokei for now.
    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ccfaa33 View commit details
    Browse the repository at this point in the history
  14. allow clippy::filter_map

    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a9fce6d View commit details
    Browse the repository at this point in the history
  15. use a .toml file to list the crates we want to check

    Also sort lint results alphabetically.
    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    588efa7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f986d78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22824d2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62337f2 View commit details
    Browse the repository at this point in the history
  19. clippy dev crater: use and parse clippy messages as json message, to …

    …get the lint name of a warning
    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6c5bf27 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4ec9cb8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e56c9a5 View commit details
    Browse the repository at this point in the history
  22. make stats stable

    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d257101 View commit details
    Browse the repository at this point in the history
  23. clippy dev crater: add option to only check a single one of the liste…

    …d crates with --only crate
    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b6ef1e2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ec1902c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    94a73d7 View commit details
    Browse the repository at this point in the history
  26. clippy dev crater: address more review commetns

    make serde a feature-dep
    save clippy version in the crater log
    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    48fc948 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    83fcf95 View commit details
    Browse the repository at this point in the history
  28. update lintcheck-logs

    matthiaskrgr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d0d28b1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5b6a183 View commit details
    Browse the repository at this point in the history