-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Inform build scripts of rustc compiler context #9601
Commits on Jun 18, 2021
-
Inform build scripts of rustc compiler context
Fixes rust-lang#9600.
Jon Gjengset committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ee606b - Browse repository at this point
Copy the full SHA 6ee606bView commit details -
Don't set RUSTC_WRAPPER if not configured
Jon Gjengset committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for bdf49cb - Browse repository at this point
Copy the full SHA bdf49cbView commit details -
Document build script envvars for rustc context
Jon Gjengset committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 44491ee - Browse repository at this point
Copy the full SHA 44491eeView commit details -
Add tests for rustc context build script env vars
Jon Gjengset committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 719eb59 - Browse repository at this point
Copy the full SHA 719eb59View commit details -
Avoid coercing path to string for windows
Jon Gjengset committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 8012d32 - Browse repository at this point
Copy the full SHA 8012d32View commit details
Commits on Jun 24, 2021
-
Remove CARGO_ prefix for new build script envvars
Jon Gjengset committedJun 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e40745 - Browse repository at this point
Copy the full SHA 1e40745View commit details -
Expose cargo and rustc version envvars
Jon Gjengset committedJun 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 49d33c4 - Browse repository at this point
Copy the full SHA 49d33c4View commit details
Commits on Jun 25, 2021
-
Ensure RUSTC_WRAPPER isn't set if no wrapper is used
Jon Gjengset committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 055a243 - Browse repository at this point
Copy the full SHA 055a243View commit details -
Jon Gjengset committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 715fab4 - Browse repository at this point
Copy the full SHA 715fab4View commit details -
Remove CARGO_VERSION* env vars
Cargo and Rustc are co-versioned at the moment anyway.
Jon Gjengset committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c16b9d4 - Browse repository at this point
Copy the full SHA c16b9d4View commit details
Commits on Jun 29, 2021
-
Jon Gjengset committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for fb0d41f - Browse repository at this point
Copy the full SHA fb0d41fView commit details -
Use a more standard linker flag
Jon Gjengset committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for fa7c5b1 - Browse repository at this point
Copy the full SHA fa7c5b1View commit details -
Jon Gjengset committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for a01c5dd - Browse repository at this point
Copy the full SHA a01c5ddView commit details -
Update src/cargo/core/compiler/build_context/target_info.rs
Co-authored-by: Josh Stone <cuviper@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8199f85 - Browse repository at this point
Copy the full SHA 8199f85View commit details
Commits on Jun 30, 2021
-
Don't filter empty arguments with encoded rustflags
Jon Gjengset committedJun 30, 2021 Configuration menu - View commit details
-
Copy full SHA for f927d2a - Browse repository at this point
Copy the full SHA f927d2aView commit details
Commits on Jul 6, 2021
-
Also set RUSTC_WORKSPACE_WRAPPER for build.rs
Jon Gjengset committedJul 6, 2021 Configuration menu - View commit details
-
Copy full SHA for d6b4a06 - Browse repository at this point
Copy the full SHA d6b4a06View commit details
Commits on Jul 12, 2021
-
Test when RUSTC_WORKSPACE_WRAPPER is not set
Jon Gjengset committedJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for d0c751b - Browse repository at this point
Copy the full SHA d0c751bView commit details
Commits on Jul 14, 2021
-
RUSTC_VERSION != CARGO_VERSION
Jon Gjengset committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 9313266 - Browse repository at this point
Copy the full SHA 9313266View commit details
Commits on Jul 16, 2021
-
Jon Gjengset committed
Jul 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 1cbce47 - Browse repository at this point
Copy the full SHA 1cbce47View commit details