]> git.lizzy.rs Git - rust.git/commit
Utilize cfg(bootstrap) over cfg(stage0)
authorMark Rousskov <mark.simulacrum@gmail.com>
Mon, 3 Jun 2019 17:14:45 +0000 (11:14 -0600)
committerMark Rousskov <mark.simulacrum@gmail.com>
Wed, 5 Jun 2019 23:57:58 +0000 (17:57 -0600)
commitbea2e55efac9cd4d40cc37a543dba3f1d1714bd2
treeac1e4f4d4cbffa3b243cc47ddb2919da051d960c
parent7cdaffd7962c4aae0cadd82baa241901b03f9458
Utilize cfg(bootstrap) over cfg(stage0)

Also removes stage1, stage2 cfgs being passed to rustc to ensure that
stage1 and stage2 are only differentiated as a group (i.e., only through
not bootstrap).
src/bootstrap/bin/rustc.rs
src/bootstrap/compile.rs
src/libcore/intrinsics.rs
src/libcore/num/mod.rs
src/libcore/ptr/non_null.rs