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

Introduce autoXXX keys for target auto-discovery #5335

Merged
merged 8 commits into from
Apr 21, 2018
Merged

Introduce autoXXX keys for target auto-discovery #5335

merged 8 commits into from
Apr 21, 2018

Commits on Apr 20, 2018

  1. Move edition earlier in TomlManifest::to_real_manifest

    and fix a typo in the error message
    dwijnand committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    6828380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad60c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61b6e7 View commit details
    Browse the repository at this point in the history
  4. Introduce autoXXX keys for target auto-discovery

    In Rust 2015 absence of the configuration makes it default to not
    include auto-discovered targets (i.e false), with a warnings message.
    
    In Rust 2018 absence makes it default to include auto-discovered
    targets (i.e true).
    
    Fixes #5330
    dwijnand committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    e471745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abbd69e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54e7bc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f5fef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab5ac28 View commit details
    Browse the repository at this point in the history