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

Cargo clippy #6759

Merged
merged 13 commits into from
Apr 1, 2019
Merged

Cargo clippy #6759

merged 13 commits into from
Apr 1, 2019

Commits on Mar 30, 2019

  1. WIP cargo-clippy command

    Manishearth authored and yaahc committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    a05afe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30da772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4051b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9852087 View commit details
    Browse the repository at this point in the history
  5. fix: remove dbg macro calls

    yaahc committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    1f8c1c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f2c8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0389edc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    116c053 View commit details
    Browse the repository at this point in the history
  9. fix not passing tests

    yaahc committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    d2ab686 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bccc0ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47c82f0 View commit details
    Browse the repository at this point in the history
  12. fix comments

    yaahc committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    a23f811 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Remove no longer needed fields in BuildConfig

    Now the fields are just all represented as `rustc_wrapper` which
    internally contains all process configuration that's later passed down
    to `Rustc` as necessary.
    alexcrichton committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    842da62 View commit details
    Browse the repository at this point in the history