about summary refs log tree commit diff
path: root/src/bootstrap/format.rs
AgeCommit message (Expand)AuthorLines
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