]> git.lizzy.rs Git - rust.git/commit
Auto merge of #66681 - Mark-Simulacrum:toolstate-into-bootstrap, r=pietroalbini
authorbors <bors@rust-lang.org>
Tue, 10 Dec 2019 16:50:45 +0000 (16:50 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Dec 2019 16:50:45 +0000 (16:50 +0000)
commit7dbfb0a8ca4ab74ee3111e57a024f9e6257ce37c
treef92b20477121841db7a87c9537a73bc0b7526544
parent8960acf023d6739a601ae83cfc3d4ac30a85893e
parent97d936423c914c4e3402bfecfd6943e1edf23815
Auto merge of #66681 - Mark-Simulacrum:toolstate-into-bootstrap, r=pietroalbini

Move toolstate checking into bootstrap

This intends no functional changes, merely translates the spread of shell/python into Rust.

One problematic area that I'd like to avoid but wasn't quite able to figure out how is the master branch script which is still in bash/python -- I cared less about that since it is orthogonal to the actual checking that we're doing, though as-is we're duplicating some code across Rust and that script.

r? @kennytm or maybe @pietroalbini