Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Use clippy #276

Merged
merged 25 commits into from Mar 22, 2018
Merged

Use clippy #276

merged 25 commits into from Mar 22, 2018

Commits on Mar 21, 2018

  1. Copy the full SHA
    cad2be0 View commit details
    Browse the repository at this point in the history
  2. clippy: ignore too many arguments / cyclomatic complexity in module

    since these functions are taking args coming from the command line, i
    dont think this is actually a valid lint, morally the arguments are all
    from one structure
    pchickey committed Mar 21, 2018
    Copy the full SHA
    933da67 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8d81f91 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    efebc2d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a5878ce View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    feb2dc6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    60748fa View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5e1b20c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f4b995 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d492c22 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    36a5d79 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    666640b View commit details
    Browse the repository at this point in the history
  13. cretonne: more clippy fixes

    pchickey committed Mar 21, 2018
    Copy the full SHA
    2d116d8 View commit details
    Browse the repository at this point in the history
  14. cretonne: fix or disable needless_lifetimes lint

    this linter is buggy when the declared lifetime is used for another type
    constraint.
    pchickey committed Mar 21, 2018
    Copy the full SHA
    2817a8b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Copy the full SHA
    fe93c56 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    pchickey committed Mar 22, 2018
    Copy the full SHA
    f0d3c6b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f60bfa6 View commit details
    Browse the repository at this point in the history
  4. add clippy to test-all

    pchickey committed Mar 22, 2018
    Copy the full SHA
    152067d View commit details
    Browse the repository at this point in the history
  5. cton-filetests: clippy fixes

    pchickey committed Mar 22, 2018
    Copy the full SHA
    256a0aa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    13affd2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7cc2ede View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d964628 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0256433 View commit details
    Browse the repository at this point in the history
  10. cretonne: allow all needless_lifetimes clippy warnings

    remove overrides at the false positives
    pchickey committed Mar 22, 2018
    Copy the full SHA
    2397d4b View commit details
    Browse the repository at this point in the history
  11. rustfmt

    pchickey committed Mar 22, 2018
    Copy the full SHA
    7694c66 View commit details
    Browse the repository at this point in the history