]> git.lizzy.rs Git - rust.git/blob - src/stage0.txt
shorten range syntax
[rust.git] / src / stage0.txt
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 #
5 # Currently Rust always bootstraps from the previous stable release, and in our
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
15 rustc: beta-2016-12-20
16 cargo: bfee18f73287687c543bda8c35e4e33808792715