Nilstrieb

Results 38 issues of Nilstrieb

enhancement

Some passes like privatize are highly likely to succeed. It would be more efficient if we batched those and applied to it several files at once at first. We can...

enhancement

### Version I've narrowed the problem down to `tracing-core 0.1.31`, but here are all the tracing versions in tree after running `cargo update`, which reproduces the problem. all the tracings...

kind/bug
crate/core

It not only makes rustfmt faster, but also makes the code nicer imo. performance: ``` Summary ./build/host/stage2/bin/rustfmt library/std/src/lib.rs --edition 2021 ran 1.03 ± 0.02 times faster than ../rust3/build/host/stage2/bin/rustfmt library/std/src/lib.rs --edition...

pr-ready-to-merge

it happened here https://github.com/rust-lang/rust/pull/117494 - a different PR, https://github.com/rust-lang/rust/pull/121523, started being tested - CI failed - the tree was closed after a retry and then tried a few times -...