about summary refs log tree commit diff
path: root/src/bootstrap/format.rs
AgeCommit message (Expand)AuthorLines
2021-02-20remove redundant box wrapperThe8472-4/+4
2021-02-20limit rustfmt parallelism by taking -j into accountThe8472-3/+3
2021-02-20parallelize x.py test tidyThe8472-19/+64
2020-09-16Remove unnecessary `clone()`s in bootstrapJoshua Nelson-5/+3
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-1/+1
2020-05-17bootstrap: fix typoRalf Jung-1/+1
2020-03-21Validate git setup before accessing functionalityDillon Amburgey-11/+43
2020-03-18Tidy: fix running rustfmt twiceEric Huss-0/+3
2020-02-27Ignore untracked paths when running `rustfmt` on repository.Felix S. Klock II-1/+12
2020-01-14Tweak assertion note in fmtYuki Okushi-1/+9
2019-12-22Remove most files from format ignore listMark Rousskov-20/+23
2019-12-22Do not run if rustfmt.toml does not existMark Rousskov-2/+7
2019-12-21Implement rustfmt running manually using ignore crateMark Rousskov-15/+46
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-0/+28