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

Use rustup.rs instead of custom bootstrap #19395

Merged
merged 10 commits into from Jan 10, 2018
Merged

Use rustup.rs instead of custom bootstrap #19395

merged 10 commits into from Jan 10, 2018

Commits on Jan 10, 2018

  1. Use rustup.rs instead of custom bootstrap

    Fixes #11361, closes #18874
    SimonSapin committed Jan 10, 2018
  2. Use rustup "proxies" instead of `rustup run`

    To make sure we’re indeed running rustup’s proxy
    rather than some other `cargo` for example,
    run the `rustup` executable with a different `argv[0]`.
    SimonSapin committed Jan 10, 2018
  3. Revert "Use rustup "proxies" instead of `rustup run`"

    This reverts commit ad22368.
    SimonSapin committed Jan 10, 2018
  4. rustup.rs: Use MSVC rather than GNU toolchains on Windows

    SimonSapin committed Jan 10, 2018
You can’t perform that action at this time.