about summary refs log tree commit diff
path: root/src/bootstrap/format.rs
AgeCommit message (Expand)AuthorLines
2023-08-02fmt_override is a better name since we are also adding files to whitelistyukang-23/+23
2023-08-02print more detailed format files and untracked files countyukang-2/+19
2023-07-30bootstrap: inline format!() argsMatthias Krüger-4/+4
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-2/+2
2023-07-13Rename `detail_exit_macro` to `exit`jyn-2/+2
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+6
2023-05-30create `build_helper/src/util` modozkanonur-2/+2
2023-04-22stop `x fmt` formatting alt build dirsEzra Shaw-4/+2
2023-03-09Rollup merge of #108778 - jyn514:quiet-fmt, r=albertlarsan68Matthias Krüger-1/+7
2023-03-09Don't print all modified files if there's more than 10Joshua Nelson-1/+7
2023-03-05Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonurMatthias Krüger-2/+4
2023-03-05Make `x test tidy` less noisyJoshua Nelson-2/+4
2023-03-05x fmt: Only check modified files locallyJoshua Nelson-1/+5
2023-02-27Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68Matthias Krüger-1/+1
2023-02-27Allow building serde and serde_derive in parallelbjorn3-1/+1
2023-02-23support `x fmt` for sub and outside of rust directoriesozkanonur-2/+2
2023-02-14Allow shortcuts to directories to be used for `./x.py fmt`许杰友 Jieyou Xu (Joe)-2/+38
2023-02-10cleanup and fix namingyukang-1/+1
2023-02-10add only modified for compiletestyukang-16/+4
2023-01-06Handle non-existant upstream master branches in `x fmt`Nilstrieb-17/+35
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-29/+1
2022-12-30Dont use `--merge-base` during bootstrap formatting subcommandMichael Goulet-14/+9
2022-12-30fix #106261, formater should not try to format non-Rust filesyukang-3/+4
2022-12-27Put final touchesAlbert Larsan-40/+34
2022-12-27Add rustfmt version checkAlbert Larsan-15/+70
2022-12-27Format only modified filesAlbert Larsan-0/+46
2022-12-17poll rustfmt child processesThe 8472-4/+19
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-1/+1
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-5/+4
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-5/+4
2022-07-07squash the commitstoshiki goto-2/+2
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-11/+7
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-3/+3
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-1/+1
2022-03-04Fix a bug in `x.py fmt` that prevents some files being formatted.Nicholas Nethercote-1/+6
2022-02-22Use 2021 edition in ./x.py fmtbjorn3-1/+1
2021-05-01Allow formatting specific subdirectoriesJoshua Nelson-3/+14
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