]> git.proxmox.com Git - rustc.git/blame - src/stage0.txt
Update d/changelog
[rustc.git] / src / stage0.txt
CommitLineData
a7813a04
XL
1# This file describes the stage0 compiler that's used to then bootstrap the Rust
2# compiler itself. For the rustbuild build system, this also describes the
3# relevant Cargo revision that we're using.
4#
476ff2be 5# Currently Rust always bootstraps from the previous stable release, and in our
a7813a04
XL
6# train model this means that the master branch bootstraps from beta, beta
7# bootstraps from current stable, and stable bootstraps from the previous stable
8# release.
9#
10# If you're looking at this file on the master branch, you'll likely see that
11# rustc bootstraps from `beta-$date`, whereas if you're looking at a source
12# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
13# released on `$date`
14
cc61c64b 15rustc: 1.17.0-2017-04-27