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 check #3296

Merged
merged 4 commits into from
Dec 14, 2016
Merged

cargo check #3296

merged 4 commits into from
Dec 14, 2016

Commits on Dec 9, 2016

  1. cargo check

    Adds a new mode - check - which only checks code, rather than generating machine code. It takes into account that proc macros and build scripts will still require generated code.
    
    Implemented by adding a check profile and setting this on each Unit, unless the unit is required to be built (i.e., is a proc macro, build script, or dep of one).
    nrc committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    4b82fdc View commit details
    Browse the repository at this point in the history
  2. tests

    nrc committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    e469925 View commit details
    Browse the repository at this point in the history
  3. Be a bit more careful not to crash if the compiler doesn't support --…

    …crate-type metadata
    nrc committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    856641c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Fix some rebasing errors

    nrc committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    5d18e37 View commit details
    Browse the repository at this point in the history