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

Apply rustflags when probing rustc #13

Merged
merged 11 commits into from
Oct 20, 2019
Merged

Apply rustflags when probing rustc #13

merged 11 commits into from
Oct 20, 2019

Commits on Aug 31, 2019

  1. Apply rustflags when probing rustc

    We should apply the RUSTFLAGS environment variable when probing with
    rustc. The RUSTFLAGS might get important flags, such as the sysroot,
    when doing cross-platform building with tools such as cargo-xbuild or
    Xargo.
    roblabla committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    6d04990 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    48d9f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657b296 View commit details
    Browse the repository at this point in the history
  3. Apply rustfmt

    roblabla committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    4f56bb4 View commit details
    Browse the repository at this point in the history
  4. Fix 1.0.0 build

    roblabla committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7ce006e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb54551 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Oct 20, 2019

  1. Configuration menu
    Copy the full SHA
    ecdaebb View commit details
    Browse the repository at this point in the history
  2. Release 0.1.7

    cuviper committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    d96ee40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3a43a View commit details
    Browse the repository at this point in the history
  4. Add a local macro replacing deprecated std::try!

    This is easier than adding `#[allow(deprecated)]` everywhere, and better
    than adding a global `#![allow(deprecated)]` that might hide other
    interesting deprecations.
    cuviper committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    dee7612 View commit details
    Browse the repository at this point in the history