index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-02
fmt_override is a better name since we are also adding files to whitelist
yukang
-23
/
+23
2023-08-02
print more detailed format files and untracked files count
yukang
-2
/
+19
2023-07-30
bootstrap: inline format!() args
Matthias Krüger
-4
/
+4
2023-07-15
Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68
Matthias Krüger
-2
/
+2
2023-07-13
Rename `detail_exit_macro` to `exit`
jyn
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+6
2023-05-30
create `build_helper/src/util` mod
ozkanonur
-2
/
+2
2023-04-22
stop `x fmt` formatting alt build dirs
Ezra Shaw
-4
/
+2
2023-03-09
Rollup merge of #108778 - jyn514:quiet-fmt, r=albertlarsan68
Matthias Krüger
-1
/
+7
2023-03-09
Don't print all modified files if there's more than 10
Joshua Nelson
-1
/
+7
2023-03-05
Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur
Matthias Krüger
-2
/
+4
2023-03-05
Make `x test tidy` less noisy
Joshua Nelson
-2
/
+4
2023-03-05
x fmt: Only check modified files locally
Joshua Nelson
-1
/
+5
2023-02-27
Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68
Matthias Krüger
-1
/
+1
2023-02-27
Allow building serde and serde_derive in parallel
bjorn3
-1
/
+1
2023-02-23
support `x fmt` for sub and outside of rust directories
ozkanonur
-2
/
+2
2023-02-14
Allow shortcuts to directories to be used for `./x.py fmt`
许杰友 Jieyou Xu (Joe)
-2
/
+38
2023-02-10
cleanup and fix naming
yukang
-1
/
+1
2023-02-10
add only modified for compiletest
yukang
-16
/
+4
2023-01-06
Handle non-existant upstream master branches in `x fmt`
Nilstrieb
-17
/
+35
2023-01-03
Add `build_helper` crate to share code between tidy and bootstrap
Nilstrieb
-29
/
+1
2022-12-30
Dont use `--merge-base` during bootstrap formatting subcommand
Michael Goulet
-14
/
+9
2022-12-30
fix #106261, formater should not try to format non-Rust files
yukang
-3
/
+4
2022-12-27
Put final touches
Albert Larsan
-40
/
+34
2022-12-27
Add rustfmt version check
Albert Larsan
-15
/
+70
2022-12-27
Format only modified files
Albert Larsan
-0
/
+46
2022-12-17
poll rustfmt child processes
The 8472
-4
/
+19
2022-11-12
Distinguish `--dry-run` from the automatic dry run check
Joshua Nelson
-1
/
+1
2022-07-11
Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum
bors
-5
/
+4
2022-07-10
Allow using `download-ci-llvm = true` outside the git checkout
Joshua Nelson
-5
/
+4
2022-07-07
squash the commits
toshiki goto
-2
/
+2
2022-06-07
Move beta rustfmt downloads to rustbuild
Joshua Nelson
-11
/
+7
2022-05-25
feat: refactored bootstrap files to use stderr consistently
Raiyan
-3
/
+3
2022-03-05
Merge build_helper into util
bjorn3
-1
/
+1
2022-03-05
Remove build_helper
bjorn3
-1
/
+1
2022-03-04
Fix a bug in `x.py fmt` that prevents some files being formatted.
Nicholas Nethercote
-1
/
+6
2022-02-22
Use 2021 edition in ./x.py fmt
bjorn3
-1
/
+1
2021-05-01
Allow formatting specific subdirectories
Joshua Nelson
-3
/
+14
2021-02-20
remove redundant box wrapper
The8472
-4
/
+4
2021-02-20
limit rustfmt parallelism by taking -j into account
The8472
-3
/
+3
2021-02-20
parallelize x.py test tidy
The8472
-19
/
+64
2020-09-16
Remove unnecessary `clone()`s in bootstrap
Joshua Nelson
-5
/
+3
2020-08-22
bootstrap: fix a couple of clippy lint warnings
Matthias Krüger
-1
/
+1
2020-05-17
bootstrap: fix typo
Ralf Jung
-1
/
+1
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
2019-12-22
Do not run if rustfmt.toml does not exist
Mark Rousskov
-2
/
+7
[next]