about summary refs log tree commit diff
path: root/src/bootstrap/toolstate.rs
AgeCommit message (Expand)AuthorLines
2023-07-30bootstrap: inline format!() argsMatthias Krüger-17/+15
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-4/+4
2023-07-14Make sure toolstates.json ends in a newlinejyn-1/+4
2023-07-13Rename `detail_exit_macro` to `exit`jyn-4/+4
2023-05-30create `build_helper/src/util` modozkanonur-4/+4
2023-02-27Allow building serde and serde_derive in parallelbjorn3-1/+1
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-2/+2
2022-09-21miri is not in toolstate any moreRalf Jung-1/+0
2022-08-27Sunset RLSEric Huss-1/+0
2022-07-07squash the commitstoshiki goto-4/+4
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-1/+1
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-1/+1
2022-03-03Remove some dead code from toolstate.rsbjorn3-11/+2
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-5/+3
2020-11-05Fix even more URLsGuillaume Gomez-2/+2
2020-06-15Avoid prematurely recording toolstatesMark Rousskov-0/+12
2020-05-06Rollup merge of #71731 - mark-i-m:guide-toolstate-off-for-now, r=kennytmDylan DPC-1/+1
2020-05-05comment out rustc-dev-guide in NIGHTLY_TOOLSmark-1/+1
2020-05-03Remove clippy from some leftover lists of "possibly failing" toolsOliver Scherer-1/+0
2020-04-24Remove useless "" argsRustin-Liu-3/+3
2020-04-04Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewokbors-1/+1
2020-03-24Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-04Further clarifications and comments on toolstate operation.Eric Huss-4/+12
2020-03-04more toolstate commentsRalf Jung-3/+5
2020-03-04Toolstate: remove redundant beta-week check.Eric Huss-30/+9
2020-03-02Toolstate: don't duplicate nightly tool list.Eric Huss-1/+1
2020-03-01Toolstate: Don't block beta week on already broken tools.Eric Huss-63/+133
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-36/+29
2019-12-19Remove newline from commit in toolstateMark Rousskov-1/+1
2019-12-19Rollup merge of #67432 - Mark-Simulacrum:fix-toolstate, r=CentrilMark Rousskov-1/+1
2019-12-19Fix toolstate history formatMark Rousskov-1/+1
2019-12-18Set release channel on non-dist buildersMark Rousskov-3/+3
2019-12-10Move CI to new builtin check-toolstateMark Rousskov-0/+2
2019-12-10Add toolstate checking into bootstrapMark Rousskov-0/+405
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-4/+5
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-31/+0
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-1/+1
2017-10-16rustbuild: Allow setting rls/rustfmt to "broken"Alex Crichton-0/+7
2017-09-27Add RLS and Rustfmt to the toolstate mechanismNick Cameron-0/+2
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-0/+1
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-0/+48