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

Teach rustup to override the toolchain from a version file #1172

Merged
merged 4 commits into from
Jun 24, 2017

Commits on Jun 19, 2017

  1. Teach rustup to override the toolchain from a version file

    This adds a .rust-version file similar to rbenv's .ruby-version.
    
    The form of toolchain supported here is limited to channel names,
    explicit versions, and optional archive dates.
    brson committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    107d8e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Use 'rust-toolchain' instead of '.rust-version'

    Also interleave the directory override and rust-toolchain directory walk.
    brson committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    2a0f321 View commit details
    Browse the repository at this point in the history
  2. Ignore show tests on windows

    brson committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    dd718b8 View commit details
    Browse the repository at this point in the history
  3. Repair bad rename

    brson committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9e1f621 View commit details
    Browse the repository at this point in the history