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 environment variables to identify the binary and crate name #8270

Merged
merged 4 commits into from
Jun 8, 2020

Commits on May 23, 2020

  1. Add CARGO_BIN_NAME and CARGO_CRATE_NAME to rustc/rustdoc env

    CARGO_BIN_NAME is added for binary compilation units, CARGO_CRATE_NAME is added for binary and library units. 
    
    The `crate_env_vars` test was updated to test for this. The test is currently only checking behavior for the binary compile unit.
    marvin-bitterlich committed May 23, 2020
    Configuration menu
    Copy the full SHA
    50a537b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc6d95 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'rust-lang/master' into 8251-binary-name…

    …-env-var
    
    This fixes the nightly breakages of CI
    marvin-bitterlich committed May 23, 2020
    Configuration menu
    Copy the full SHA
    c9a332d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    7ad7427 View commit details
    Browse the repository at this point in the history