| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-21 | Validate git setup before accessing functionality | Dillon Amburgey | -11/+43 | |
| 2020-03-18 | Tidy: fix running rustfmt twice | Eric Huss | -0/+3 | |
| 2020-02-27 | Ignore untracked paths when running `rustfmt` on repository. | Felix S. Klock II | -1/+12 | |
| 2020-01-14 | Tweak assertion note in fmt | Yuki Okushi | -1/+9 | |
| 2019-12-22 | Remove most files from format ignore list | Mark Rousskov | -20/+23 | |
| Also moves formatting to use edition 2018, and to be done in parallel. This brings near-linear speed ups (at least with a small amount of cores). | ||||
| 2019-12-22 | Do not run if rustfmt.toml does not exist | Mark Rousskov | -2/+7 | |
| distcheck (and generally publishing tarballs) will not package rustfmt.toml and we for now still support running tidy etc in those tarballs. | ||||
| 2019-12-21 | Implement rustfmt running manually using ignore crate | Mark Rousskov | -15/+46 | |
| This replaces cargo-fmt with rustfmt with --skip-children which should allow us to format code without running into rust-lang/rustfmt#3930. This also bumps up the version of rustfmt used to a more recent one. | ||||
| 2019-12-21 | Implement `./x.py fmt [--check]`. | Adam Perry | -0/+28 | |
