about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-11-17 12:52:21 +0100
committerMark Rousskov <mark.simulacrum@gmail.com>2020-11-17 09:14:02 -0500
commitd17874ff601c53ac35f71e55f5629a5b8232d678 (patch)
tree26c1b537a5456bae6e8406bd6fc9dfa7a3d2db4e /compiler/rustc_codegen_llvm/src
parentefcb3b39203a0d54269ca274601b8f73207fe10d (diff)
downloadrust-d17874ff601c53ac35f71e55f5629a5b8232d678.tar.gz
rust-d17874ff601c53ac35f71e55f5629a5b8232d678.zip
bootstrap: use the same version number for rustc and cargo
Historically the stable tarballs were named after the version number of
the specific tool, instead of the version number of Rust. For example,
both of the following tarballs were part of the same release:

    rustc-1.48.0-x86_64-unknown-linux-gnu.tar.xz
    cargo-0.49.0-x86_64-unknown-linux-gnu.tar.xz

PR #77336 changed the dist code to instead use Rust's version number for
all the tarballs, regardless of the tool they contain:

    rustc-1.48.0-x86_64-unknown-linux-gnu.tar.xz
    cargo-1.48.0-x86_64-unknown-linux-gnu.tar.xz

Because of that there is no need anymore to have a separate `cargo`
field in src/stage0.txt, as the Cargo version will always be the same as
the rustc version. This PR removes the field, simplifying the code and
the maintenance work required while producing releases.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions